tonic-reflection 0.1.0

Server Reflection module of `tonic` gRPC implementation.
Documentation
[build-dependencies.tonic-build]
version = "0.4.1"
[dependencies.bytes]
version = "1.0"

[dependencies.prost]
version = "0.7"

[dependencies.prost-types]
version = "0.7"

[dependencies.tokio]
features = ["sync"]
version = "1.0"

[dependencies.tokio-stream]
features = ["net"]
version = "0.1"

[dependencies.tonic]
features = ["codegen", "prost"]
version = "0.4"
[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.futures-util]
version = "0.3"

[package]
authors = ["James Nugent <james@jen20.com>", "Samani G. Gikandi <samani@gojulas.com>"]
categories = ["network-programming", "asynchronous"]
description = "Server Reflection module of `tonic` gRPC implementation.\n"
edition = "2018"
homepage = "https://github.com/hyperium/tonic"
keywords = ["rpc", "grpc", "async", "reflection"]
license = "MIT"
name = "tonic-reflection"
readme = "README.md"
repository = "https://github.com/hyperium/tonic"
version = "0.1.0"