[package]
name = "hdrsample"
version = "5.0.0"
authors = ["Jon Gjengset <jon@thesquareplanet.com>", "Marshall Pierce <marshall@mpierce.org>"]
description = "A port of HdrHistogram to Rust"
homepage = "https://github.com/jonhoo/hdrsample"
documentation = "https://docs.rs/hdrsample"
readme = "README.md"
keywords = ["sampling", "statistics", "analytics"]
categories = ["data-structures", "development-tools::profiling"]
license = "MIT/Apache-2.0"
repository = "https://github.com/jonhoo/hdrsample.git"
[profile.bench]
debug = true
[profile.release]
debug = true
[lib]
path = "src/lib.rs"
[dependencies.flate2]
version = "0.2.17"
optional = true
[dependencies.byteorder]
version = "1.0.0"
[dependencies.num-traits]
version = "0.1"
[dev-dependencies.rand]
version = "0.3.15"
[dev-dependencies.ieee754]
version = "0.2.2"
[dev-dependencies.rug]
version = "0.6.0"
[features]
bench_private = []
default = ["serialization"]
serialization = ["flate2"]
[badges.travis-ci]
repository = "jonhoo/hdrsample"