obs-build 0.2.1

Build-time codegen helpers for the obs SDK; reads .proto via buffa-build + buffa-reflect.
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.95"
name = "obs-build"
version = "0.2.1"
authors = ["obs contributors"]
build = "build.rs"
include = [
    "src/**/*",
    "build.rs",
    "proto/**/*.proto",
    "tests/**/*.rs",
    "README.md",
    "LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build-time codegen helpers for the obs SDK; reads .proto via buffa-build + buffa-reflect."
homepage = "https://github.com/tyrchen/obs"
documentation = "https://docs.rs/"
readme = false
keywords = [
    "observability",
    "obs",
    "protobuf",
]
categories = ["development-tools::build-utils"]
license = "MIT"
repository = "https://github.com/tyrchen/obs"

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

[[test]]
name = "codegen_files"
path = "tests/codegen_files.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.blake3]
version = "1.8"
default-features = false

[dependencies.buffa]
version = "0.5"
features = ["std"]
default-features = false

[dependencies.buffa-build]
version = "0.5"

[dependencies.buffa-descriptor]
version = "0.5"

[dependencies.buffa-reflect]
version = "0.2"

[dependencies.heck]
version = "0.5"

[dependencies.obs-proto]
version = "0.2.1"

[dependencies.thiserror]
version = "2.0"

[lints.clippy]
expect_used = "warn"
indexing_slicing = "warn"
panic = "warn"
unwrap_used = "warn"

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unsafe_code = "forbid"

[lints.rust.rust_2024_compatibility]
level = "warn"
priority = -1