[dependencies.siphasher]
version = "0.3"
[dev-dependencies]
[package]
authors = ["Luca Cappelletti <cappelletti.luca94@gmail.com>"]
categories = ["Data structures", "Algorithms", "Mathematics", "Performance and optimization", "Probability and statistics"]
description = "A Rust implementation of HyperLogLog trying to be parsimonious with memory."
edition = "2021"
homepage = "https://github.com/LucaCappelletti94/hyperloglog-rs"
keywords = ["hyperloglog", "probabilistic", "algorithm", "cardinality", "estimation"]
license = "MIT"
name = "hyperloglog-rs"
readme = "README.md"
repository = "https://github.com/LucaCappelletti94/hyperloglog-rs"
version = "0.1.3"
[profile.release]
debug = 0
debug-assertions = true
opt-level = 3
overflow-checks = true
[profile.test]
debug = 0
debug-assertions = true
opt-level = 3
overflow-checks = true