[package]
edition = "2024"
rust-version = "1.88"
name = "api-bones-protos"
version = "0.2.0"
authors = ["Gregoire Salingue"]
build = false
include = [
"src/**/*.rs",
"proto/**/*.proto",
"proto/buf.yaml",
"proto/README.md",
"README.md",
"LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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."
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"]
license = "MIT"
repository = "https://github.com/brefwiz/api-bones"
resolver = "2"
[lib]
name = "api_bones_protos"
path = "src/lib.rs"
[dependencies]
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1
[lints.rust]
unsafe_code = "deny"
warnings = "deny"