1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00
examples/tracing/mainmatter-workshop/Cargo.toml

22 lines
708 B
TOML
Raw Normal View History

[package]
name = "tracing-mainmatter-workshop"
version = "1.0.0"
publish.workspace = true
edition.workspace = true
rust-version.workspace = true
[dependencies]
actix-web.workspace = true
dotenvy.workspace = true
metrics = "0.23"
metrics-exporter-prometheus = { version = "0.15", default-features = false }
2024-06-10 20:03:36 +02:00
opentelemetry = "0.23"
opentelemetry_sdk = { version = "0.23", features = ["rt-tokio-current-thread"] }
opentelemetry-otlp = { version = "0.16", features = ["tls-roots"] }
tonic = "0.11"
2024-06-10 20:03:36 +02:00
tracing-actix-web = { version = "0.7.11", features = ["opentelemetry_0_23", "uuid_v7"] }
tracing-opentelemetry = "0.24"
tracing-subscriber.workspace = true
tracing-bunyan-formatter = "0.3"
tracing.workspace = true