2025-01-01 04:12:39 +09:00
|
|
|
# Copyright 2018-2025 the Deno authors. MIT license.
|
2024-11-26 12:22:18 +01:00
|
|
|
|
|
|
|
[package]
|
|
|
|
name = "deno_telemetry"
|
2025-01-09 17:38:18 -05:00
|
|
|
version = "0.7.0"
|
2024-11-26 12:22:18 +01:00
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
readme = "README.md"
|
|
|
|
repository.workspace = true
|
|
|
|
description = "Telemetry for Deno"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
async-trait.workspace = true
|
|
|
|
deno_core.workspace = true
|
2025-01-08 14:52:32 -08:00
|
|
|
deno_error.workspace = true
|
2024-11-26 12:22:18 +01:00
|
|
|
http-body-util.workspace = true
|
|
|
|
hyper.workspace = true
|
|
|
|
hyper-util.workspace = true
|
|
|
|
log.workspace = true
|
|
|
|
once_cell.workspace = true
|
|
|
|
opentelemetry.workspace = true
|
|
|
|
opentelemetry-http.workspace = true
|
|
|
|
opentelemetry-otlp.workspace = true
|
|
|
|
opentelemetry-semantic-conventions.workspace = true
|
|
|
|
opentelemetry_sdk.workspace = true
|
|
|
|
pin-project.workspace = true
|
|
|
|
serde.workspace = true
|
2025-01-08 14:52:32 -08:00
|
|
|
thiserror.workspace = true
|
2024-11-26 12:22:18 +01:00
|
|
|
tokio.workspace = true
|