# 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 = "zw-fast-quantile" version = "0.2.3" authors = ["Paul Meng "] description = "Zhang-Wang fast quantile algorithm in Rust" readme = "README.md" keywords = ["quantile", "statistics"] license = "Apache-2.0" repository = "https://github.com/MnO2/zw-fast-quantile" resolver = "2" [[bench]] name = "zw_benchmark" path = "./benches/zw_benchmark.rs" harness = false required-features = [] [dependencies] [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.ordered-float] version = "2.8.0" [dev-dependencies.quantiles] version = "0.7.1" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.rand_distr] version = "0.4.2" [dev-dependencies.rand_pcg] version = "0.3.1" [dev-dependencies.stats_alloc] version = "0.1.8"