protoc-gen-buffa 0.3.0

protoc plugin for generating Rust code with buffa
version: v1
name: buf.build/anthropic/buffa
plugin_version: v0.3.0
source_url: https://github.com/anthropics/buffa
description: >-
  Generates Rust code from Protocol Buffer definitions using the buffa
  runtime. Supports proto2, proto3, and editions (2023, 2024). Features
  include zero-copy message views, type-safe open enums, cached-size
  serialization, unknown field preservation, and proto-canonical JSON
  via serde.
output_languages:
  - rust
spdx_license_id: Apache-2.0
license_url: https://github.com/anthropics/buffa/blob/main/LICENSE
registry:
  cargo:
    rust_version: "1.85"
    deps:
      - name: buffa
        version_requirement: "0.3"
      - name: buffa-types
        version_requirement: "0.3"
      - name: bytes
        version_requirement: "1"