card-est-array 0.2.1

Infrastructure for managing large arrays of cardinality estimators.
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"
rust-version = "1.85.0"
name = "card-est-array"
version = "0.2.1"
authors = [
    "Matteo Dell'Acqua <dellacqua.matteo99@gmail.com>",
    "Sebastiano Vigna <sebastiano.vigna@unimi.it>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Infrastructure for managing large arrays of cardinality estimators."
readme = "README.md"
keywords = [
    "cardinality",
    "estimator",
]
categories = [
    "data-structures",
    "algorithms",
]
license = "Apache-2.0 OR LGPL-2.1-or-later"
repository = "https://github.com/vigna/card-est-array-rs/"

[features]
slow_tests = []

[lib]
name = "card_est_array"
path = "src/lib.rs"

[[example]]
name = "estimate"
path = "examples/estimate.rs"

[[test]]
name = "test_hyperloglog_counter"
path = "tests/test_hyperloglog_counter.rs"

[dependencies.anyhow]
version = "1.0.97"

[dependencies.common_traits]
version = "0.12.0"

[dependencies.sux]
version = "0.12.0"

[dependencies.sync-cell-slice]
version = "0.9.12"

[dependencies.value-traits]
version = "0.2.1"
features = [
    "std",
    "alloc",
]

[dev-dependencies.xxhash-rust]
version = "0.8.15"
features = ["xxh3"]