16 lines
403 B
TOML
16 lines
403 B
TOML
[package]
|
|
name = "rustproxy-metrics"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
description = "Metrics and throughput tracking for RustProxy"
|
|
|
|
[dependencies]
|
|
dashmap = { workspace = true }
|
|
tracing = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
tokio = { workspace = true }
|
|
tokio-util = { workspace = true }
|