2023-12-19 12:04:02 +03:00
|
|
|
[package]
|
|
|
|
name = "tracing-util"
|
2024-03-06 20:14:24 +03:00
|
|
|
version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-12-19 12:04:02 +03:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
derive_more = "0.99.17"
|
2024-03-21 12:56:35 +03:00
|
|
|
# version > 0.20 of opentelemetry doesn't work well with our tracing-utils
|
|
|
|
opentelemetry = "0.20.0"
|
|
|
|
opentelemetry-http = "0.9.0"
|
|
|
|
opentelemetry-otlp = "0.13.0"
|
|
|
|
opentelemetry_sdk = { version = "0.20.0", features = ["rt-tokio"] }
|
|
|
|
opentelemetry-semantic-conventions = "0.12.0"
|
2024-03-15 12:25:41 +03:00
|
|
|
opentelemetry-stdout = { version = "0.2.0", features = ["trace"] }
|
2023-12-19 12:04:02 +03:00
|
|
|
strum = "0.25.0"
|
|
|
|
http = "0.2.9"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
axum = "0.6.20"
|