metrics/Cargo.toml (13 lines of code) (raw):

[package] name = "rustcommon-metrics" version = "0.1.2" edition = "2021" authors = ["Sean Lynch <seanl@twitter.com>"] license = "Apache-2.0" [dependencies] linkme = "0.3.3" once_cell = "1.14.0" parking_lot = "0.12.1" rustcommon-metrics-derive = { path = "derive" } heatmap = { path = "../heatmap" } rustcommon-time = { path = "../time" }