[package] name = "zebra-grpc" version = "0.1.0-alpha.1" authors = ["Zcash Foundation "] description = "Zebra gRPC interface" license = "MIT OR Apache-2.0" repository = "https://github.com/ZcashFoundation/zebra" edition = "2021" readme = "../README.md" homepage = "https://zfnd.org/zebra/" # crates.io is limited to 5 keywords and categories keywords = ["zebra", "zcash"] # Must be one of categories = ["cryptography::cryptocurrencies"] [dependencies] futures-util = "0.3.28" tonic = "0.10.2" prost = "0.12.3" tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread"] } tower = { version = "0.4.13", features = ["util", "buffer"] } color-eyre = "0.6.2" zcash_primitives = { version = "0.13.0-rc.1" } zebra-node-services = { path = "../zebra-node-services", version = "1.0.0-beta.34" } [build-dependencies] tonic-build = "0.10.2"