mirror of
https://github.com/zaphar/tower-trace-metrics.git
synced 2025-07-21 19:59:48 -04:00
17 lines
452 B
TOML
17 lines
452 B
TOML
[package]
|
|
name = "tower-trace-metrics"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
author = "Jeremy Wall <jeremy@marzhillstudios.com"
|
|
description = "A tower-http TraceLayer that records metrics per request"
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
metrics = "0.20.1"
|
|
tracing = "0.1.35"
|
|
http = "0.2.8"
|
|
|
|
[dependencies.tower-http]
|
|
version = "0.3.0"
|
|
features = ["trace"] |