[package]
name = "api-bones-protos"
version = "0.1.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"]
include = ["src/**/*.rs", "proto/**/*.proto", "proto/buf.yaml", "proto/README.md", "README.md", "LICENSE"]
[lints]
workspace = true
[lib]
path = "src/lib.rs"
[dependencies]