buffa-codegen 0.1.0

Shared code generation logic for buffa (descriptor → Rust source)
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-codegen"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared code generation logic for buffa (descriptor → Rust source)"
readme = false
keywords = [
    "protobuf",
    "protocol-buffers",
    "codegen",
]
categories = ["development-tools::build-utils"]
license = "Apache-2.0"
repository = "https://github.com/anthropics/buffa"

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

[[bin]]
name = "gen_descriptor_types"
path = "src/bin/gen_descriptor_types.rs"

[[bin]]
name = "gen_wkt_types"
path = "src/bin/gen_wkt_types.rs"

[[test]]
name = "codegen_integration"
path = "tests/codegen_integration.rs"

[dependencies.buffa]
version = "0.1.0"

[dependencies.prettyplease]
version = "0.2"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = ["full"]

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

[dev-dependencies.tempfile]
version = "3"