# 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 = "hyperloglog-rs" version = "0.1.56" authors = ["Luca Cappelletti "] exclude = [ "fuzz/", "intersection_tests/", "union_test", "experiments", "intersection_benchmarks.tsv.gz", ] description = "A Rust implementation of HyperLogLog trying to be parsimonious with memory." homepage = "https://github.com/LucaCappelletti94/hyperloglog-rs" readme = "README.md" keywords = [ "hyperloglog", "probabilistic", "algorithm", "cardinality", "estimation", ] categories = [ "no-std", "algorithms", "science", ] license = "MIT" repository = "https://github.com/LucaCappelletti94/hyperloglog-rs" [profile.release] opt-level = 3 debug = 0 debug-assertions = false overflow-checks = false [profile.test] opt-level = 3 debug = 0 debug-assertions = true overflow-checks = true [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dev-dependencies.flate2] version = "1.0.27" [dev-dependencies.indicatif] version = "0.15.0" features = ["rayon"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.rayon] version = "1.8.0" [dev-dependencies.serde_json] version = "1.0" [features] alloc = [] default = [] std = []