mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 01:42:55 +00:00
19 lines
615 B
TOML
19 lines
615 B
TOML
[package]
|
|
name = "tracing-utils"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
hyper.workspace = true
|
|
opentelemetry.workspace = true
|
|
opentelemetry_sdk = { workspace = true, features=["rt-tokio"] }
|
|
opentelemetry-otlp = { workspace = true, default_features=false, features = ["http-proto", "trace", "http", "reqwest-client"] }
|
|
opentelemetry-semantic-conventions.workspace = true
|
|
tokio = { workspace = true, features = ["rt", "rt-multi-thread"] }
|
|
tracing.workspace = true
|
|
tracing-opentelemetry.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
|
|
workspace_hack.workspace = true
|