prism-telemetry 0.3.0

Prism Telemetry Library
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 = "prism-telemetry"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Prism Telemetry Library"
readme = "README.md"
license = "MIT"

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

[dependencies.base64]
version = "0.22.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.opentelemetry]
version = "0.29.1"

[dependencies.opentelemetry-appender-tracing]
version = "0.29.1"

[dependencies.opentelemetry-otlp]
version = "0.29.0"

[dependencies.opentelemetry_sdk]
version = "0.29.0"

[dependencies.pyroscope]
version = "0.5.8"

[dependencies.pyroscope_pprofrs]
version = "0.2.10"

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

[dependencies.tracing]
version = "0.1.41"
features = ["std"]

[dependencies.tracing-subscriber]
version = "0.3.19"
features = [
    "env-filter",
    "registry",
    "std",
    "fmt",
]