buffa-descriptor 0.6.0

Protobuf descriptor types (FileDescriptorProto, DescriptorProto, ...) for buffa
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-descriptor"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protobuf descriptor types (FileDescriptorProto, DescriptorProto, ...) for buffa"
readme = "README.md"
keywords = [
    "protobuf",
    "protocol-buffers",
    "descriptor",
    "reflection",
]
categories = [
    "encoding",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/anthropics/buffa"

[features]
arbitrary = [
    "buffa/arbitrary",
    "dep:arbitrary",
]
default = ["std"]
json = [
    "buffa/json",
    "dep:serde",
    "dep:serde_json",
]
std = [
    "buffa/std",
    "serde?/std",
    "serde_json?/std",
]
text = ["buffa/text"]
views = []

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

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

[dependencies.buffa]
version = "0.6.0"
default-features = false

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

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