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
# 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 = "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"