[package]
edition = "2024"
name = "hypeerlog"
version = "0.2.6"
authors = ["Basel"]
build = false
exclude = [
"benches/performance.rs",
"tests/acuracy_test.rs",
".gitignore",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, distributable, and lightweight HyperLogLog implementation with bias correction"
documentation = "https://docs.rs/hypeerlog/latest/hypeerlog/"
readme = "README.md"
keywords = [
"HyperLogLog",
"Collections",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Albassel/hypeerlog"
[lib]
name = "hypeerlog"
path = "src/lib.rs"
[dev-dependencies.criterion]
version = "0.6"
[dev-dependencies.rand]
version = "0.9.2"
[profile.release]
strip = "symbols"