[package] name = "zebra-state" 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" } tower = "0.3.1" eyre = "0.4.2" futures = "0.3.5" lazy_static = "1.4.0" hex = "0.4.2" [dev-dependencies] color-eyre = "0.3.4" eyre = "0.4.2" tokio = { version = "0.2.21", features = ["full"] } zebra-test-vectors = { path = "../zebra-test-vectors/" }