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"
|
2021-01-15 00:58:16 -05:00
|
|
|
reqwest = { version = "0.11", default-features = false, features = ["json", "native-tls"] }
|
2020-09-28 02:18:50 -04:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
serde_json = "1.0"
|
|
|
|
spectral = "0.6"
|
2020-10-28 21:52:00 -04:00
|
|
|
testcontainers = "0.11"
|
2021-01-15 00:58:16 -05:00
|
|
|
tokio = { version = "1.0", default-features = false, features = ["rt-multi-thread", "time", "macros"] }
|
2020-09-28 02:18:50 -04:00
|
|
|
tracing = "0.1"
|
2021-01-10 20:55:19 -05:00
|
|
|
tracing-log = "0.1"
|
|
|
|
tracing-subscriber = { version = "0.2", default-features = false, features = ["fmt", "ansi", "env-filter"] }
|
2020-09-28 02:18:50 -04:00
|
|
|
url = "2"
|