protobuf-codegen 2.2.1

Code generator for rust-protobuf. Includes a library and `protoc-gen-rust` binary. See `protoc-rust` and `protobuf-codegen-pure` crates.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

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

[[package]]
name = "protobuf-codegen"
version = "2.2.1"
dependencies = [
 "protobuf",
]