2020-09-28 02:18:50 -04:00
|
|
|
[package]
|
|
|
|
name = "monero-harness"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["CoBloX Team <team@coblox.tech>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1"
|
2020-11-01 18:02:28 -05:00
|
|
|
digest_auth = "0.2.3"
|
2020-09-28 02:18:50 -04:00
|
|
|
futures = "0.3"
|
2020-10-22 20:28:58 -04:00
|
|
|
port_check = "0.1"
|
2020-09-28 02:18:50 -04:00
|
|
|
rand = "0.7"
|
|
|
|
reqwest = { version = "0.10", default-features = false, features = ["json", "native-tls"] }
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
serde_json = "1.0"
|
|
|
|
spectral = "0.6"
|
2020-10-28 21:52:00 -04:00
|
|
|
testcontainers = "0.11"
|
2020-09-28 02:18:50 -04:00
|
|
|
tokio = { version = "0.2", default-features = false, features = ["blocking", "macros", "rt-core", "time"] }
|
|
|
|
tracing = "0.1"
|
|
|
|
url = "2"
|
2020-11-04 00:05:08 -05:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
curve25519-dalek = "2"
|
|
|
|
monero = "0.9"
|