[package] name = "tower-batch" version = "0.1.0" authors = ["Zcash Foundation "] 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 = { git = "https://github.com/zcashfoundation/ed25519-zebra", branch = "batch2" } rand = "0.7" tokio = { version = "0.2", features = ["full"]} tracing-error = "0.1.2" tracing-subscriber = "0.2.5" tracing = "0.1.15"