# 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 = "bloomfx" version = "0.1.1" authors = ["Jack Dockerty"] build = false exclude = [ ".github/*", "README.md", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Bloom filter implementation backed by fxhash" homepage = "https://github.com/jdockerty/bloomfx" readme = "README.md" keywords = [ "bloom", "bloomfilter", "fxhash", "bloom-filter", ] categories = [ "data-structures", "caching", "algorithms", ] license-file = "LICENSE" repository = "https://github.com/jdockerty/bloomfx" [lib] name = "bloomfx" path = "src/lib.rs" [dependencies.bit-vec] version = "0.8.0" [dependencies.fxhash] version = "0.2.1" [dev-dependencies.paste] version = "1.0.15" [dev-dependencies.rand] version = "0.8.5"