protobuf-codegen 2.13.0

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.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12b869b619141004a542c9e585b40c1432e7b0d67a826f68cb5fa4c1ee9aff56"

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