# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "zebra-grpc" version = "0.1.0-alpha.9" authors = ["Zcash Foundation "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Zebra gRPC interface" homepage = "https://zfnd.org/zebra/" readme = "README.md" keywords = [ "zebra", "zcash", ] categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/ZcashFoundation/zebra" [lib] name = "zebra_grpc" path = "src/lib.rs" [dependencies.color-eyre] version = "0.6.3" [dependencies.futures-util] version = "0.3.28" [dependencies.prost] version = "0.13.3" [dependencies.serde] version = "1.0.211" features = ["serde_derive"] [dependencies.tokio] version = "1.41.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1.16" [dependencies.tonic] version = "0.12.3" [dependencies.tonic-reflection] version = "0.12.3" [dependencies.tower] version = "0.4.13" features = [ "util", "buffer", "timeout", ] [dependencies.zcash_primitives] version = "0.19.0" [dependencies.zebra-chain] version = "1.0.0-beta.42" [dependencies.zebra-node-services] version = "1.0.0-beta.42" features = ["shielded-scan"] [dev-dependencies.insta] version = "1.40.0" features = [ "redactions", "json", "ron", ] [build-dependencies.tonic-build] version = "0.12.3"