api-bones-protos 0.2.0

Embedded bytes of the api-bones canonical proto shapes (bones/v1/*.proto). Pair with `proto-build-kit` to stage on the protoc include path at build time.
Documentation
[package]
name = "api-bones-protos"
version = "0.2.0"
edition = "2024"
rust-version = "1.88"
authors = ["Gregoire Salingue"]
license = "MIT"
description = "Embedded bytes of the api-bones canonical proto shapes (bones/v1/*.proto). Pair with `proto-build-kit` to stage on the protoc include path at build time."
repository = "https://github.com/brefwiz/api-bones"
homepage = "https://github.com/brefwiz/api-bones"
documentation = "https://docs.rs/api-bones-protos"
readme = "README.md"
keywords = ["protobuf", "buf", "tonic", "connectrpc", "build-script"]
categories = ["development-tools::build-utils"]
# Embed the .proto sources in the published .crate tarball.
include = ["src/**/*.rs", "proto/**/*.proto", "proto/buf.yaml", "proto/README.md", "README.md", "LICENSE"]

[lints]
workspace = true

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

# Zero runtime dependencies — this crate just exposes raw bytes.
[dependencies]