zebra/tower-batch/Cargo.toml

25 lines
629 B
TOML

[package]
name = "tower-batch"
version = "0.1.0"
authors = ["Zcash Foundation <zebra@zfnd.org>"]
license = "MIT"
edition = "2018"
[dependencies]
tokio = { version = "0.2", features = ["time", "sync", "stream"] }
tower = "0.3"
futures-core = "0.3.5"
pin-project = "0.4.20"
tracing = "0.1.15"
tracing-futures = "0.2.4"
futures = "0.3.5"
[dev-dependencies]
ed25519-zebra = "0.4"
rand = "0.7"
tokio = { version = "0.2", features = ["full"]}
tracing-error = "0.1.2"
tracing-subscriber = "0.2.6"
tracing = "0.1.15"
color-eyre = { git = "https://github.com/yaahc/color-eyre.git", branch = "hooked", features = ["capture-spantrace"] }