broomfilter 0.1.4

A bloom filter that sweeps away your certainty. Probably.
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 = "broomfilter"
version = "0.1.4"
build = false
include = [
    "/src/**",
    "/Cargo.toml",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A bloom filter that sweeps away your certainty. Probably."
readme = "README.md"
keywords = [
    "bloom-filter",
    "probabilistic",
    "data-structure",
    "broom",
    "maybe",
]
categories = ["data-structures"]
license = "MIT"

[features]
benchmarks = []

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

[dependencies.thiserror]
version = "2.0.18"

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

[dev-dependencies.bloom]
version = "0.3"

[dev-dependencies.bloomfilter]
version = "3"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.cuckoofilter]
version = "0.5"

[dev-dependencies.ethbloom]
version = "0.14"

[dev-dependencies.fastbloom]
version = "0.17"

[dev-dependencies.qfilter]
version = "0.2"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.xorf]
version = "0.12"

[build-dependencies.cc]
version = "1"

[profile.bench]
debug = 2