protobuf-codegen 2.8.2

Code generator for rust-protobuf. Includes a library and `protoc-gen-rust` binary. See `protoc-rust` and `protobuf-codegen-pure` crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "protobuf"
version = "2.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70731852eec72c56d11226c8a5f96ad5058a3dab73647ca5f7ee351e464f2571"

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