protobuf-codegen 4.34.2-release

Code generator for Rust Protocol Buffers bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
edition = "2021"   # The Rust edition (not to be confused with Protobuf Edition).
name = "protobuf-codegen"
readme = "README.md"
version = "4.34.2-release"
description = "Code generator for Rust Protocol Buffers bindings"
license = "BSD-3-Clause"
rust-version = "1.79"

[dev-dependencies]
googletest = "0.14.2"