tonic-build 0.8.4

Codegen module of `tonic` gRPC implementation.
Documentation
[dependencies.prettyplease]
version = "0.1"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.prost-build]
optional = true
version = "0.11.2"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"

[features]
cleanup-markdown = ["prost-build/cleanup-markdown"]
default = ["transport", "prost"]
prost = ["prost-build"]
transport = []

[package]
authors = ["Lucio Franco <luciofranco14@gmail.com>"]
categories = ["network-programming", "asynchronous"]
description = "Codegen module of `tonic` gRPC implementation.\n"
documentation = "https://docs.rs/tonic-build/0.8.4/tonic_build/"
edition = "2018"
homepage = "https://github.com/hyperium/tonic"
keywords = ["rpc", "grpc", "async", "codegen", "protobuf"]
license = "MIT"
name = "tonic-build"
readme = "README.md"
repository = "https://github.com/hyperium/tonic"
version = "0.8.4"
[package.metadata.docs.rs]
all-features = true