# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "exponential-histogram" version = "0.1.0" authors = ["kvc0"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Auto-scaling approximate histogram" readme = "README.md" keywords = [ "metrics", "service", "performance", ] categories = [ "web-programming", "development-tools::profiling", ] license = "Apache-2.0" repository = "https://github.com/kvc0/exponential_histogram" [lib] name = "exponential_histogram" path = "src/lib.rs" bench = false [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5" [dev-dependencies.histogram] version = "0.11" [dev-dependencies.rand] version = "0.8"