27 lines
686 B
TOML
27 lines
686 B
TOML
[package]
|
|
name = "tower-batch"
|
|
version = "0.2.2"
|
|
authors = ["Zcash Foundation <zebra@zfnd.org>"]
|
|
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.13"
|
|
pin-project = "0.4.27"
|
|
tracing = "0.1.25"
|
|
tracing-futures = "0.2.5"
|
|
futures = "0.3.13"
|
|
|
|
[dev-dependencies]
|
|
ed25519-zebra = "2.1.0"
|
|
rand = "0.7"
|
|
tokio = { version = "0.3.6", features = ["full"]}
|
|
tracing = "0.1.25"
|
|
zebra-test = { path = "../zebra-test/" }
|
|
tower-fallback = { path = "../tower-fallback/" }
|
|
color-eyre = "0.5.10"
|
|
tokio-test = "0.4.1"
|
|
tower-test = "0.4.0"
|