# 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 = "hdrsample" version = "6.0.4" authors = ["Jon Gjengset ", "Marshall Pierce "] description = "A port of HdrHistogram to Rust" homepage = "https://github.com/HdrHistogram/HdrHistogram_rust/tree/hdrsample-deprecation" documentation = "https://docs.rs/hdrsample" readme = "README.md" keywords = ["sampling", "statistics", "analytics"] categories = ["data-structures", "development-tools::profiling"] license = "MIT/Apache-2.0" [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.maintenance] status = "deprecated"