[dependencies.thiserror]
version = "1.0"
[features]
default = ["read", "write"]
read = []
write = []
[lib]
name = "protobuf_core"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A primitive utility library for Protocol Buffers in Rust"
documentation = "https://docs.rs/protobuf-core/"
edition = "2024"
license = "Apache-2.0"
name = "protobuf-core"
readme = "README.md"
repository = "https://github.com/wada314/protobuf-core"
version = "0.2.0"