blob: ee6fc993e2e840991d1863e35dcc7a3d0b83bcb1 [file] [log] [blame]
[package]
name = "protobuf-support"
version = "3.2.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