buffa-descriptor 0.5.2

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.5.2"
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]
default = ["std"]
std = ["buffa/std"]

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

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