[package]
name = "hdrsample"
version = "2.1.0"
description = "A port of HdrHistogram to Rust"
readme = "README.md"
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
documentation = "https://jon.tsp.io/crates/hdrsample"
homepage = "https://github.com/jonhoo/hdrsample"
repository = "https://github.com/jonhoo/hdrsample.git"
keywords = ["sampling", "statistics", "analytics"]
license = "MIT/Apache-2.0"
[features]
benchmark = []
[dependencies]
num = "0.1"
[lib]
path = "src/lib.rs"
[[bin]]
name = "perf"
path = "benchmarks/all.rs"
[[bin]]
name = "busy"
path = "benchmarks/busy.rs"
[profile.release]
debug=true