[package] name = "zebra-consensus" version = "0.1.0" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" edition = "2018" [dependencies] chrono = "0.4.13" futures = "0.3.5" futures-util = "0.3.5" rand = "0.7" redjubjub = "0.2" tokio = { version = "0.2", features = ["time", "sync", "stream"] } tower = "0.3" tracing = "0.1.16" tracing-futures = "0.2.4" tower-batch = { path = "../tower-batch/" } zebra-chain = { path = "../zebra-chain" } zebra-state = { path = "../zebra-state" } [dev-dependencies] color-eyre = "0.5" rand = "0.7" spandoc = "0.2" tokio = { version = "0.2", features = ["full"] } tracing-error = "0.1.2" tracing-subscriber = "0.2.8" zebra-test = { path = "../zebra-test/" }