hdrhistogram 6.0.5

A port of HdrHistogram to Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[profile.release]
debug = true

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

[[example]]
name = "cli"
required-features = ["serialization"]
[dependencies.base64]
version = "0.7.0"
optional = true

[dependencies.byteorder]
version = "1.0.0"

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

[dependencies.nom]
version = "^3.2.0"
optional = true

[dependencies.num-traits]
version = "0.1"
[dev-dependencies.clap]
version = "2.26.2"

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

[dev-dependencies.rand]
version = "0.3.15"

[dev-dependencies.rug]
version = "0.9.1"

[features]
bench_private = []
default = ["serialization"]
serialization = ["flate2", "nom", "base64"]
[badges.travis-ci]
repository = "HdrHistogram/HdrHistogram_rust"