forked from iotaledger-archive/FirstPartyOracle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
20 lines (18 loc) · 674 Bytes
/
Cargo.toml
File metadata and controls
20 lines (18 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "oracle"
version = "0.1.0"
authors = ["DyrellC <dyrell.chapman@iota.org>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
iota-streams = { git = "https://github.com/iotaledger/streams", branch="v1.0.1" }
iota-client = { git = "https://github.com/iotaledger/iota.rs", branch = "iota-1.0" }
tokio = { version = "0.2", features = ["full"] }
anyhow = { version = "1.0.26", default-features = true }
rand = "0.7.3"
ureq = { version = "2.0.1", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
hex = "0.4.2"
hyper = "0.13"
url = "2.2.0"