deno_telemetry 0.76.0

Telemetry for Deno
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 = "deno_telemetry"
version = "0.76.0"
authors = ["the Deno authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Telemetry for Deno"
readme = "README.md"
license = "MIT"
repository = "https://github.com/denoland/deno"
resolver = "2"

[lib]
name = "deno_telemetry"
path = "lib.rs"

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

[dependencies.deno_core]
version = "0.407.0"

[dependencies.deno_error]
version = "=0.7.1"

[dependencies.deno_net]
version = "0.246.0"

[dependencies.deno_signals]
version = "0.45.0"

[dependencies.deno_terminal]
version = "=0.2.3"

[dependencies.deno_tls]
version = "0.241.0"

[dependencies.flate2]
version = "1.0.30"
features = ["default"]
default-features = false

[dependencies.http-body-util]
version = "0.1.2"

[dependencies.hyper]
version = "1.6.0"
features = ["full"]

[dependencies.hyper-rustls]
version = "0.27.2"
features = [
    "http1",
    "http2",
    "tls12",
    "aws-lc-rs",
]
default-features = false

[dependencies.hyper-util]
version = "0.1.17"
features = [
    "tokio",
    "client",
    "client-legacy",
    "server",
    "server-auto",
]

[dependencies.log]
version = "0.4.28"
features = ["kv"]

[dependencies.once_cell]
version = "1.17.1"

[dependencies.opentelemetry]
version = "0.32.0"

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

[dependencies.opentelemetry-otlp]
version = "0.32.0"
features = [
    "logs",
    "metrics",
    "trace",
    "http-proto",
    "http-json",
    "internal-logs",
]
default-features = false

[dependencies.opentelemetry-proto]
version = "0.32.0"
features = [
    "gen-tonic-messages",
    "trace",
    "logs",
    "metrics",
]
default-features = false

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

[dependencies.opentelemetry_sdk]
version = "0.32.0"
features = [
    "rt-tokio",
    "trace",
    "experimental_trace_batch_span_processor_with_async_runtime",
    "experimental_logs_batch_log_processor_with_async_runtime",
    "experimental_metrics_custom_reader",
]

[dependencies.pin-project]
version = "1.0.11"

[dependencies.prost]
version = "0.14"

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

[dependencies.sys_traits]
version = "0.1.28"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.47.1"
features = ["full"]

[dependencies.tower-service]
version = "0.3.2"

[target.'cfg(any(target_os = "android", target_os = "linux", target_os = "macos"))'.dependencies.tokio-vsock]
version = "0.7"