beep-telemetry 0.1.0

Telemetry library for Beep services
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"
name = "beep-telemetry"
version = "0.1.0"
authors = ["sarah <s.theoulle@outlook.fr>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Telemetry library for Beep services"
readme = false
license = "Apache-2.0"

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

[dependencies.clap]
version = "4.5.53"
features = [
    "derive",
    "env",
]

[dependencies.opentelemetry]
version = "0.31.0"

[dependencies.opentelemetry-otlp]
version = "0.31.0"
features = [
    "tonic",
    "grpc-tonic",
]

[dependencies.opentelemetry-semantic-conventions]
version = "0.31.0"
features = ["semconv_experimental"]

[dependencies.opentelemetry-stdout]
version = "0.31.0"

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

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.48.0"

[dependencies.tracing-core]
version = "0.1.34"

[dependencies.tracing-opentelemetry]
version = "0.32.0"

[dependencies.tracing-subscriber]
version = "0.3.20"