# 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 = "quantogram" version = "0.4.4" authors = ["PaulChernoch "] description = "Approximate quantiles using histograms with logarithmically sized bins to guarantee worst case absolute relative error." readme = "readme.md" keywords = ["quantile", "median", "statistics", "approximation"] categories = ["mathematics"] license-file = "./license.txt" repository = "https://github.com/paulchernoch/quantogram/" resolver = "2" [profile.release] debug = true [[bench]] name = "quantiles" harness = false [dependencies.float_extras] version = "0.1" [dependencies.skiplist] version = "0.4" [dev-dependencies.bencher] version = "0.1" [dev-dependencies.quantiles] version = "0.7" [dev-dependencies.zw-fast-quantile] version = "0.2"