# 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" name = "b100m-filter" version = "0.4.0" authors = ["tomtomwombat"] description = "The fastest bloom filter in Rust. No accuracy compromises. Use any hasher." homepage = "https://github.com/tomtomwombat/b100m-filter/" 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/b100m-filter/" [[bench]] name = "bench_main" harness = false [dependencies.rand] version = "0.8.5" [dependencies.siphasher] version = "0.3.10" [dev-dependencies.ahash] version = "0.8.6" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.rand_regex] version = "0.16.0" [badges.maintenance] status = "actively-developed"