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
|
|
|
|
2024-03-21 15:41:31 +03:00
|
|
|
[lib]
|
|
|
|
bench = false
|
2023-12-19 12:04:02 +03:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
derive_more = "0.99.17"
|
2024-03-28 19:20:27 +03:00
|
|
|
http = "0.2"
|
|
|
|
opentelemetry = "0.22.0"
|
|
|
|
opentelemetry-contrib = "0.14.0"
|
|
|
|
opentelemetry-http = "0.11.0"
|
|
|
|
opentelemetry-otlp = "0.15.0"
|
|
|
|
opentelemetry_sdk = { version = "0.22.1", features = ["rt-tokio"] }
|
|
|
|
opentelemetry-semantic-conventions = "0.14.0"
|
2024-04-16 17:55:54 +03:00
|
|
|
opentelemetry-zipkin = "0.20.0"
|
|
|
|
tracing-subscriber = "0.3.18"
|
2024-03-28 14:28:05 +03:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
axum = "0.6"
|
|
|
|
|
|
|
|
[package.metadata.cargo-machete]
|
|
|
|
ignored = [
|
|
|
|
"axum", # used in doc examples
|
|
|
|
]
|
2024-04-08 13:13:26 +03:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|