barbacane-telemetry 0.6.3

Observability infrastructure for Barbacane API Gateway
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 = "2021"
name = "barbacane-telemetry"
version = "0.6.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Observability infrastructure for Barbacane API Gateway"
homepage = "https://github.com/barbacane-dev/Barbacane"
readme = false
keywords = [
    "api-gateway",
    "openapi",
    "wasm",
    "proxy",
    "middleware",
]
categories = [
    "web-programming::http-server",
    "network-programming",
]
license = "AGPL-3.0-only"
repository = "https://github.com/barbacane-dev/Barbacane"

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

[dependencies.opentelemetry]
version = "0.27"

[dependencies.opentelemetry-otlp]
version = "0.27"
features = [
    "http-proto",
    "grpc-tonic",
]

[dependencies.opentelemetry_sdk]
version = "0.27"
features = ["rt-tokio"]

[dependencies.prometheus-client]
version = "0.22"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "json",
    "env-filter",
    "fmt",
]

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "v7",
    "serde",
]

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