[package] name = "nym-node-metrics" version.workspace = true authors.workspace = true repository.workspace = true homepage.workspace = true documentation.workspace = true edition.workspace = true license.workspace = true description = "Crate defining various metrics for Nym Nodes (Mix Nodes and Gateways) such as ongoing connections, packets mixed, and packets dropped" [dependencies] dashmap = { workspace = true } futures = { workspace = true } tokio = { workspace = true, features = ["sync"] } time = { workspace = true } strum = { workspace = true } tracing = { workspace = true } nym-metrics = { workspace = true } nym-statistics-common = { workspace = true }