protobuf-support 3.3.0

Code supporting protobuf implementation. None of code in this crate is public API.
Documentation
[package]

name = "protobuf-support"
version = "3.3.0"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
edition = "2021"
license = "MIT"
homepage = "https://github.com/stepancheg/rust-protobuf/"
repository = "https://github.com/stepancheg/rust-protobuf/"
documentation = "https://github.com/stepancheg/rust-protobuf/blob/master/README.md"
description = """
Code supporting protobuf implementation. None of code in this crate is public API.
"""

[lib]
bench = false

[features]

[dependencies]
thiserror = "1.0.30"

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