grpc-compiler 0.8.3

gRPC compiler for rust-grpc
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "grpc-compiler"
version = "0.8.3"
dependencies = [
 "protobuf",
 "protobuf-codegen",
]

[[package]]
name = "protobuf"
version = "2.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe8e18df92889779cfe50ccf640173141ff73c5b2817e553d6d35230f798a036"

[[package]]
name = "protobuf-codegen"
version = "2.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f49782fe28b5ff7d5d51cbfbe8985f3ff863acea663c515ed369c53f72e1d628"
dependencies = [
 "protobuf",
]