[package] name = "tower-batch" version = "0.2.0" authors = ["Zcash Foundation "] license = "MIT" edition = "2018" [dependencies] tokio = { version = "0.3.6", 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.23" tracing-futures = "0.2.5" futures = "0.3.12" [dev-dependencies] ed25519-zebra = "2.1.0" rand = "0.7" tokio = { version = "0.3.6", features = ["full"]} tracing = "0.1.23" zebra-test = { path = "../zebra-test/" } tower-fallback = { path = "../tower-fallback/" } color-eyre = "0.5.10"