# 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 = "2021" rust-version = "1.70.0" name = "fastbloom" version = "0.8.0" authors = ["tomtomwombat"] description = "The fastest Bloom filter in Rust. No accuracy compromises. Compatible with any hasher." homepage = "https://github.com/tomtomwombat/fastbloom/" readme = "README.md" keywords = [ "bloom", "filter", "data-structures", "bloom-filter", "bloomfilter", ] categories = [ "data-structures", "caching", "algorithms", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tomtomwombat/fastbloom/" [dependencies.getrandom] version = "0.2" [dependencies.rand] version = "0.8.5" optional = true [dependencies.serde] version = "1.0.203" features = ["derive"] optional = true [dependencies.siphasher] version = "1.0.0" [dependencies.wide] version = "0.7.15" [dev-dependencies.ahash] version = "0.8.6" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_regex] version = "0.15.1" [features] default = ["rand"] rand = ["dep:rand"] serde = [ "dep:serde", "siphasher/serde_std", ] [badges.maintenance] status = "actively-developed"