[package] name = "bare-metrics-recorder" description = "Recording library for BARE metrics, compatible with the `metrics` façade" license = "Apache-2.0" repository = "https://bics.ga/reivilibre/bare-metrics" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] metrics = "0.17.0" anyhow = "1.0.48" thiserror = "1.0.30" log = "0.4.14" bare-metrics-core = { version = "0.1.0", path = "../bare-metrics-core" } dashmap = "4.0.2" fxhash = "0.2.1" crossbeam-channel = "0.5.1" serde_bare = "0.5.0" hdrhistogram = "7.4.0"