zebra/zebrad/Cargo.toml

36 lines
824 B
TOML

[package]
name = "zebrad"
authors = ["Zcash Foundation <zebra@zfnd.org>"]
license = "MIT OR Apache-2.0"
version = "0.1.0"
edition = "2018"
[dependencies]
chrono = "0.4"
abscissa_core = "0.3.0"
failure = "0.1"
gumdrop = "0.6"
lazy_static = "1"
serde = { version = "1", features = ["serde_derive"] }
toml = "0.5"
tokio = "=0.2.0-alpha.6"
futures-preview = "=0.3.0-alpha.19"
tracing = "0.1"
tracing-futures = { version = "0.1", features = ["tokio-alpha"], default-features = false }
tracing-subscriber = "0.1"
tracing-log = "0.1"
hyper = "=0.13.0-alpha.4"
tower = "=0.3.0-alpha.2"
tower-load = { git = "https://github.com/tower-rs/tower", branch = "v0.3.x"}
zebra-chain = { path = "../zebra-chain" }
zebra-network = { path = "../zebra-network" }
[dev-dependencies.abscissa_core]
version = "0.3.0"
features = ["testing"]