29 lines
742 B
TOML
29 lines
742 B
TOML
[package]
|
|
name = "tower-batch"
|
|
version = "0.2.27"
|
|
authors = ["Zcash Foundation <zebra@zfnd.org>"]
|
|
license = "MIT"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
futures = "0.3.21"
|
|
futures-core = "0.3.21"
|
|
pin-project = "1.0.10"
|
|
tokio = { version = "1.19.2", features = ["time", "sync", "tracing", "macros"] }
|
|
tower = { version = "0.4.13", features = ["util", "buffer"] }
|
|
tracing = "0.1.31"
|
|
tracing-futures = "0.2.5"
|
|
|
|
[dev-dependencies]
|
|
color-eyre = "0.6.1"
|
|
ed25519-zebra = "3.0.0"
|
|
rand = { version = "0.8.5", package = "rand" }
|
|
|
|
tokio = { version = "1.19.2", features = ["full", "tracing", "test-util"] }
|
|
tokio-test = "0.4.2"
|
|
tower-fallback = { path = "../tower-fallback/" }
|
|
tower-test = "0.4.0"
|
|
tracing = "0.1.31"
|
|
|
|
zebra-test = { path = "../zebra-test/" }
|