mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
New crates are in https://crates.io/search?q=google-protobuf PiperOrigin-RevId: 963684439
11 lines
332 B
TOML
11 lines
332 B
TOML
[package]
|
|
edition = "2021" # The Rust edition (not to be confused with Protobuf Edition).
|
|
name = "protobuf-codegen"
|
|
readme = "README.md"
|
|
version = "{PROTOBUF_LEGACY_VERSION}"
|
|
description = "Code generator for Rust Protocol Buffers bindings"
|
|
license = "BSD-3-Clause"
|
|
rust-version = "1.79"
|
|
|
|
[dev-dependencies]
|
|
googletest = "0.14.2"
|