buffa 0.3.0

A pure Rust Protocol Buffers implementation with first-class editions support
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 = "2021"
rust-version = "1.85"
name = "buffa"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pure Rust Protocol Buffers implementation with first-class editions support"
readme = "README.md"
keywords = [
    "protobuf",
    "protocol-buffers",
    "serialization",
    "no-std",
    "editions",
]
categories = [
    "encoding",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/anthropics/buffa"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
arbitrary = ["dep:arbitrary"]
default = ["std"]
json = [
    "dep:serde",
    "dep:base64",
    "dep:serde_json",
    "serde/alloc",
    "serde/derive",
    "hashbrown/serde",
]
std = [
    "bytes/std",
    "thiserror/std",
    "serde?/std",
    "serde_json?/std",
]
text = []

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

[dependencies.arbitrary]
version = "1"
features = ["derive"]
optional = true
default-features = false

[dependencies.base64]
version = "0.22"
features = ["alloc"]
optional = true
default-features = false

[dependencies.bytes]
version = "1"
default-features = false

[dependencies.hashbrown]
version = "0.15"
features = ["default-hasher"]
default-features = false

[dependencies.once_cell]
version = "1"
features = ["alloc"]
default-features = false

[dependencies.serde]
version = "1"
optional = true
default-features = false

[dependencies.serde_json]
version = "1"
features = ["alloc"]
optional = true
default-features = false

[dependencies.thiserror]
version = "2"
default-features = false