zebra/tower-batch/Cargo.toml

25 lines
635 B
TOML

[package]
name = "tower-batch"
version = "0.1.0"
authors = ["Zcash Foundation <zebra@zfnd.org>"]
license = "MIT"
edition = "2018"
[dependencies]
tokio = { version = "0.3", features = ["time", "sync", "stream", "tracing", "macros"] }
tower = { version = "0.4", features = ["util", "buffer"] }
futures-core = "0.3.6"
pin-project = "0.4.27"
tracing = "0.1.22"
tracing-futures = "0.2.4"
futures = "0.3.7"
[dev-dependencies]
ed25519-zebra = "2.1.0"
rand = "0.7"
tokio = { version = "0.3", features = ["full"]}
tracing = "0.1.22"
zebra-test = { path = "../zebra-test/" }
tower-fallback = { path = "../tower-fallback/" }
color-eyre = "0.5"