[package] name = "zebra-consensus" version = "0.1.0" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] zebra-chain = { path = "../zebra-chain" } zebra-state = { path = "../zebra-state" } chrono = "0.4.12" futures-util = "0.3.5" tower = "0.3.1" [dev-dependencies] zebra-test = { path = "../zebra-test/" } spandoc = "0.1" tokio = { version = "0.2.21", features = ["full"] } tracing = "0.1.15" tracing-error = "0.1.2" tracing-futures = "0.2" tracing-subscriber = "0.2.7" color-eyre = "0.5"