[package] authors = [ "James Nugent ", "Samani G. Gikandi ", ] categories = ["network-programming", "asynchronous"] description = """ Server Reflection module of `tonic` gRPC implementation. """ edition = "2018" homepage = "https://github.com/hyperium/tonic" documentation = "https://docs.rs/tonic-reflection/0.4.0/tonic-reflection/" keywords = ["rpc", "grpc", "async", "reflection"] license = "MIT" name = "tonic-reflection" readme = "README.md" repository = "https://github.com/hyperium/tonic" version = "0.4.0" [dependencies] bytes = "1.0" prost = "0.10" prost-types = "0.10" tokio = {version = "1.0", features = ["sync"]} tokio-stream = {version = "0.1", features = ["net"]} tonic = {version = "0.7", path = "../tonic", features = ["codegen", "prost"]} [build-dependencies] tonic-build = {version = "0.7", path = "../tonic-build", features = ["transport", "prost"]} [dev-dependencies] futures = "0.3" futures-util = "0.3"