2019-08-29 14:46:54 -07:00
|
|
|
[package]
|
2020-06-22 19:34:11 -07:00
|
|
|
name = "zebra-test"
|
2019-08-29 14:46:54 -07:00
|
|
|
version = "0.1.0"
|
2020-06-22 19:34:11 -07:00
|
|
|
authors = ["Zcash Foundation <zebra@zfnd.org>"]
|
|
|
|
license = "MIT OR Apache-2.0"
|
2019-08-29 14:46:54 -07:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2020-06-02 16:16:17 -07:00
|
|
|
hex = "0.4.2"
|
|
|
|
lazy_static = "1.4.0"
|
2020-06-22 21:00:20 -07:00
|
|
|
tower = "0.3.1"
|
|
|
|
futures = "0.3.5"
|
|
|
|
color-eyre = "0.5"
|
2020-07-09 02:01:17 -07:00
|
|
|
tracing = "0.1.16"
|
2020-07-02 02:02:38 -07:00
|
|
|
tracing-subscriber = "0.2.7"
|
2020-06-24 11:30:20 -07:00
|
|
|
tracing-error = "0.1.2"
|
2020-06-22 21:00:20 -07:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2020-06-24 11:30:20 -07:00
|
|
|
tokio = { version = "0.2", features = ["full"] }
|