obs-proto 0.2.1

Canonical obs/v1 protobuf schemas: ObsEnvelope, ObsBatch, options, built-in events.
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-proto"
version = "0.2.1"
authors = ["obs contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Canonical obs/v1 protobuf schemas: ObsEnvelope, ObsBatch, options, built-in events."
homepage = "https://github.com/tyrchen/obs"
documentation = "https://docs.rs/"
readme = false
keywords = [
    "observability",
    "obs",
    "protobuf",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/tyrchen/obs"

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

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

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

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.serde_json]
version = "1.0"

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

[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