[package] name = "zebra-utils" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" version = "1.0.0-beta.11" edition = "2021" # Prevent accidental publication of this utility crate. publish = false [dependencies] structopt = "0.3.26" color-eyre = "0.6.1" hex = "0.4.3" serde_json = "1.0.81" tracing-error = "0.2.0" tracing-subscriber = "0.3.11" zebra-chain = { path = "../zebra-chain" } zebra-consensus = { path = "../zebra-consensus" } zebra-state = { path = "../zebra-state" }