hypeerlog 0.2.6

A fast, distributable, and lightweight HyperLogLog implementation with bias correction
Documentation
# 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 = "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"