protobuf-core 0.2.2

A primitive utility library for Protocol Buffers in Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "protobuf-core"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A primitive utility library for Protocol Buffers in Rust"
documentation = "https://docs.rs/protobuf-core/"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/wada314/protobuf-core"

[features]
default = [
    "read",
    "write",
]
read = []
write = []

[lib]
name = "protobuf_core"
path = "src/lib.rs"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.assert_matches]
version = "1.5"