[package] name = "quantogram" version = "0.4.4" description = "Approximate quantiles using histograms with logarithmically sized bins to guarantee worst case absolute relative error." keywords = ["quantile", "median", "statistics", "approximation"] categories = ["mathematics"] authors = ["PaulChernoch "] repository = "https://github.com/paulchernoch/quantogram/" readme = "readme.md" edition = '2021' license-file = "./license.txt" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] float_extras = "0.1" skiplist = "0.4" [profile.release] debug = true [dev-dependencies] zw-fast-quantile = "0.2" bencher = "0.1" quantiles = "0.7" [[bench]] name = "quantiles" harness = false