[package] name = "zebra-utils" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" version = "3.0.0-alpha.0" edition = "2018" [dependencies] abscissa_core = "0.5" structopt = "0.3.15" color-eyre = "0.5.0" hex = "0.4" serde_json = "1.0" tracing-error = { version = "0.1.2", features = ["traced-error"] } tracing-subscriber = { version = "0.2.10", features = ["tracing-log"] } zebra-chain = { path = "../zebra-chain" } zebra-consensus = { path = "../zebra-consensus" }