protobuf 3.4.0

Rust implementation of Google protocol buffers
Documentation
[dependencies.bytes]
optional = true
version = "1.1"

[dependencies.once_cell]
version = "1.9.0"

[dependencies.protobuf-support]
version = "=3.4.0"

[dependencies.thiserror]
version = "1.0.30"

[features]
default = []
with-bytes = ["bytes"]

[lib]
bench = false

[package]
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
description = "Rust implementation of Google protocol buffers\n"
documentation = "https://github.com/stepancheg/rust-protobuf/blob/master/README.md"
edition = "2021"
homepage = "https://github.com/stepancheg/rust-protobuf/"
license = "MIT"
name = "protobuf"
readme = "README.md"
repository = "https://github.com/stepancheg/rust-protobuf/"
version = "3.4.0"
[package.metadata.docs.rs]
all-features = true