vllora_telemetry 0.1.23

Telemetry for Vllora.
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 = "vllora_telemetry"
version = "0.1.23"
authors = ["Vllora Team<api@vllora.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Telemetry for Vllora."
documentation = "https://vllora.dev/docs"
readme = "README.md"
keywords = [
    "telemetry",
    "tracing",
    "logging",
]
categories = [
    "web-programming",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/vllora/vllora"

[features]
default = []

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

[[example]]
name = "tracing_example"
path = "examples/tracing_example.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytemuck]
version = "1.24"
features = ["derive"]

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.dashmap]
version = "6.1.0"

[dependencies.futures]
version = "0.3.30"

[dependencies.opentelemetry]
version = "0.31"
features = ["metrics"]

[dependencies.opentelemetry-otlp]
version = "0.31"
features = [
    "tls",
    "grpc-tonic",
    "metrics",
]

[dependencies.opentelemetry-proto]
version = "0.31.0"
features = [
    "gen-tonic",
    "trace",
    "metrics",
    "with-serde",
]

[dependencies.opentelemetry_sdk]
version = "0.31"
features = [
    "rt-tokio",
    "metrics",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.49.0"
features = [
    "rt",
    "rt-multi-thread",
    "sync",
    "io-std",
]

[dependencies.tonic]
version = "0.14.2"

[dependencies.tracing]
version = "0.1.44"
features = [
    "log",
    "valuable",
]

[dependencies.tracing-opentelemetry]
version = "0.32"
default-features = false

[dependencies.tracing-subscriber]
version = "0.3.22"
features = [
    "env-filter",
    "tracing-log",
    "valuable",
]

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

[dependencies.valuable]
version = "0.1"
features = ["derive"]