[package] name = "tower-batch" version = "0.2.21" authors = ["Zcash Foundation "] license = "MIT" edition = "2021" [dependencies] futures = "0.3.21" futures-core = "0.3.21" pin-project = "1.0.10" tokio = { version = "1.17.0", features = ["time", "sync", "tracing", "macros"] } tower = { version = "0.4.12", features = ["util", "buffer"] } tracing = "0.1.31" tracing-futures = "0.2.5" [dev-dependencies] color-eyre = "0.6.0" ed25519-zebra = "3.0.0" rand = { version = "0.8.5", package = "rand" } tokio = { version = "1.17.0", features = ["full"] } tokio-test = "0.4.2" tower-fallback = { path = "../tower-fallback/" } tower-test = "0.4.0" tracing = "0.1.31" zebra-test = { path = "../zebra-test/" }