mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-07 08:13:18 +03:00
783aec942d
This keeps versions in one place so we can more easily ensure we upgrade crates together. V3_GIT_ORIGIN_REV_ID: 6a929bb6196c19a1f66a768585b669127035e9be
32 lines
738 B
TOML
32 lines
738 B
TOML
[package]
|
|
name = "tracing-util"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies]
|
|
derive_more = { workspace = true }
|
|
http = { workspace = true }
|
|
opentelemetry = { workspace = true }
|
|
opentelemetry-contrib = { workspace = true }
|
|
opentelemetry-http = { workspace = true }
|
|
opentelemetry-otlp = { workspace = true }
|
|
opentelemetry_sdk = { workspace = true, features = ["rt-tokio"] }
|
|
opentelemetry-semantic-conventions = { workspace = true }
|
|
opentelemetry-zipkin = { workspace = true }
|
|
tracing-subscriber = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
axum = { workspace = true }
|
|
|
|
[package.metadata.cargo-machete]
|
|
ignored = [
|
|
"axum", # used in doc examples
|
|
]
|
|
|
|
[lints]
|
|
workspace = true
|