blob: c68bc691c943c502ad9f2a167d14593e1e42d6c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[package]
name = "warden-middleware"
version = "0.1.0"
edition = "2024"
license.workspace = true
homepage.workspace = true
documentation.workspace = true
description.workspace = true
publish = false
[dependencies]
axum.workspace = true
metrics.workspace = true
metrics-exporter-prometheus.workspace = true
tonic.workspace = true
tower-http = { workspace = true, features = [
"request-id",
"trace",
] }
tracing.workspace = true
warden-stack = { workspace = true, features = ["opentelemetry-tonic"] }
|