# 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 = "bloomy" version = "1.2.0" authors = [ "Aleksandr Bezobchuk ", "Alexis Sellier ", ] description = "A simple Bloom filter using only two hash functions" homepage = "https://docs.rs/bloomy/" documentation = "https://docs.rs/bloomy/" readme = "README.md" keywords = [ "bloom", "filter", "bloomfilter", "bloomfilters", ] license = "MIT" resolver = "2" [[bench]] name = "benchmarks" harness = false [dependencies.siphasher] version = "0.3.10" [dev-dependencies.criterion] version = "0.4.0" default-features = false [dev-dependencies.fastrand] version = "1.8.0" [badges.maintenance] status = "passively-maintained"