# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bare-metrics-recorder" version = "0.1.0" description = "Recording library for BARE metrics, compatible with the `metrics` façade" license = "Apache-2.0" repository = "https://bics.ga/reivilibre/bare-metrics" [dependencies.anyhow] version = "1.0.48" [dependencies.bare-metrics-core] version = "0.1.0" [dependencies.crossbeam-channel] version = "0.5.1" [dependencies.dashmap] version = "4.0.2" [dependencies.fxhash] version = "0.2.1" [dependencies.hdrhistogram] version = "7.4.0" [dependencies.log] version = "0.4.14" [dependencies.metrics] version = "0.17.0" [dependencies.serde_bare] version = "0.5.0" [dependencies.thiserror] version = "1.0.30"