27 lines
681 B
TOML
27 lines
681 B
TOML
[package]
|
|
name = "tower-batch"
|
|
version = "0.2.19"
|
|
authors = ["Zcash Foundation <zebra@zfnd.org>"]
|
|
license = "MIT"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
futures = "0.3.19"
|
|
futures-core = "0.3.19"
|
|
pin-project = "1.0.7"
|
|
tokio = { version = "1.15.0", features = ["time", "sync", "tracing", "macros"] }
|
|
tower = { version = "0.4.11", features = ["util", "buffer"] }
|
|
tracing = "0.1.29"
|
|
tracing-futures = "0.2.5"
|
|
|
|
[dev-dependencies]
|
|
color-eyre = "0.5.11"
|
|
ed25519-zebra = "3.0.0"
|
|
rand = "0.8"
|
|
tokio = { version = "1.15.0", features = ["full"]}
|
|
tokio-test = "0.4.2"
|
|
tower-fallback = { path = "../tower-fallback/" }
|
|
tower-test = "0.4.0"
|
|
tracing = "0.1.29"
|
|
zebra-test = { path = "../zebra-test/" }
|