protobuf-codegen 2.25.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
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

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

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