tonic-build 0.1.1

Codegen module of `tonic` gRPC implementation.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.prost-build]
version = "0.6"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"

[features]
default = ["transport", "rustfmt"]
rustfmt = []
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/0.1.0/tonic/"
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.1.1"
[package.metadata.docs.rs]
all-features = true