[dependencies.ahash]
version = "0.8.11"
[dependencies.rand]
optional = true
version = "0.8"
[dev-dependencies.criterion]
version = "0.5.1"
[dev-dependencies.hyperbitbit]
version = "0.0.1-alpha.2"
[dev-dependencies.hyperloglogplus]
version = "0.4.1"
[dev-dependencies.itertools]
version = "0.13.0"
[dev-dependencies.rand]
version = "0.8"
[dev-dependencies.siphasher]
version = "1.0.1"
[features]
[lib]
name = "hypertwobits"
path = "src/lib.rs"
[package]
authors = ["Heinz Gies <heinz@axiom.co>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "HyperTwoBits cardinality estimation algorithm"
documentation = "https://docs.rs/hypertwobits/"
edition = "2021"
include = ["src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
license = "MIT OR Apache-2.0"
name = "hypertwobits"
readme = "README.md"
repository = "https://github.com/axiomhq/hypertwobits"
version = "0.1.0"