hdrsample 4.0.0

A port of HdrHistogram to Rust
Documentation
[package]
name = "hdrsample"
version = "4.0.0"

description = "A port of HdrHistogram to Rust"
readme = "README.md"

authors = ["Jon Gjengset <jon@thesquareplanet.com>"]

documentation = "https://docs.rs/hdrsample"
homepage = "https://github.com/jonhoo/hdrsample"
repository = "https://github.com/jonhoo/hdrsample.git"

keywords = ["sampling", "statistics", "analytics"]
categories = ["data-structures", "development-tools::profiling"]

license = "MIT/Apache-2.0"

[badges]
travis-ci = { repository = "jonhoo/hdrsample" }

[features]
bench_private = [] # for enabling nightly-only feature(test) on the main crate to allow benchmarking private code

[dependencies]
num = "0.1"
byteorder = "1.0.0"
flate2 = "0.2.17"

[dev-dependencies]
rand = "0.3.15"

[lib]
path = "src/lib.rs"

[profile.release]
debug=true

[profile.bench]
debug=true