xmr-btc-swap/monero-harness/Cargo.toml

23 lines
675 B
TOML
Raw Normal View History

[package]
name = "monero-harness"
version = "0.1.0"
authors = ["CoBloX Team <team@coblox.tech>"]
edition = "2018"
[dependencies]
anyhow = "1"
2020-11-01 23:02:28 +00:00
digest_auth = "0.2.3"
futures = "0.3"
2020-10-23 00:28:58 +00:00
port_check = "0.1"
rand = "0.7"
reqwest = { version = "0.11", default-features = false, features = ["json", "native-tls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
spectral = "0.6"
2021-02-16 06:09:09 +00:00
testcontainers = "0.12"
tokio = { version = "1.0", default-features = false, features = ["rt-multi-thread", "time", "macros"] }
tracing = "0.1"
2021-01-11 01:55:19 +00:00
tracing-log = "0.1"
tracing-subscriber = { version = "0.2", default-features = false, features = ["fmt", "ansi", "env-filter"] }
url = "2"