metrics/metrics-util/Cargo.toml

35 lines
666 B
TOML

[package]
name = "metrics-util"
version = "0.2.0"
authors = ["Toby Lawrence <toby@nuclearfurnace.com>"]
edition = "2018"
license = "MIT"
description = "helper types/functions used by the metrics ecosystem"
homepage = "https://github.com/metrics-rs/metrics"
repository = "https://github.com/metrics-rs/metrics"
documentation = "https://docs.rs/metrics-util"
readme = "README.md"
keywords = ["metrics", "quantile", "percentile"]
[[bench]]
name = "bucket"
harness = false
[[bench]]
name = "streaming_integers"
harness = false
[dependencies]
crossbeam-epoch = "^0.7"
[dev-dependencies]
crossbeam = "^0.7"
criterion = "^0.2.9"
lazy_static = "^1.3"
rand = "^0.6"