protobuf 3.7.1

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.7.1"

[dependencies.thiserror]
version = "1.0.30"

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

[lib]
bench = false
name = "protobuf"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(never)"]
level = "warn"
priority = 0

[package]
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = """
Rust implementation of Google protocol buffers
"""
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.7.1"

[package.metadata.docs.rs]
all-features = true