hdrhistogram 7.5.4

A port of HdrHistogram to Rust
Documentation
[[example]]
name = "cli"
required-features = ["serialization"]
[dependencies.base64]
optional = true
version = "0.21"

[dependencies.byteorder]
version = "1.0.0"

[dependencies.crossbeam-channel]
optional = true
version = "0.5"

[dependencies.flate2]
optional = true
version = "1.0.3"

[dependencies.nom]
optional = true
version = "7.0.0"

[dependencies.num-traits]
version = "0.2"
[dev-dependencies.clap]
features = ["string"]
version = "4"

[dev-dependencies.ieee754]
version = "0.2.2"

[dev-dependencies.rand]
features = ["small_rng"]
version = "0.8"

[features]
bench_private = []
default = ["serialization", "sync"]
serialization = ["flate2", "nom", "base64"]
sync = ["crossbeam-channel"]

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

[package]
authors = ["Jon Gjengset <jon@thesquareplanet.com>", "Marshall Pierce <marshall@mpierce.org>"]
categories = ["data-structures", "development-tools::profiling"]
description = "A port of HdrHistogram to Rust"
documentation = "https://docs.rs/hdrhistogram"
edition = "2018"
homepage = "https://github.com/HdrHistogram/HdrHistogram_rust"
keywords = ["sampling", "statistics", "analytics"]
license = "MIT/Apache-2.0"
name = "hdrhistogram"
readme = "README.md"
repository = "https://github.com/HdrHistogram/HdrHistogram_rust.git"
version = "7.5.4"
[profile.bench]
debug = 2

[profile.release]
debug = 2
[target."cfg(unix)".dev-dependencies.rug]
version = "1.2"