protobuf 2.28.0

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

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.serde_derive]
optional = true
version = "1.0"

[features]
with-bytes = ["bytes"]
with-serde = ["serde", "serde_derive"]

[lib]
bench = false
doctest = 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 = "2018"
homepage = "https://github.com/stepancheg/rust-protobuf/"
license = "MIT"
name = "protobuf"
readme = "README.md"
repository = "https://github.com/stepancheg/rust-protobuf/"
version = "2.28.0"
[package.metadata.docs.rs]
all-features = true