# 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 = "fastbloom-rs" version = "0.5.9" authors = ["Yan Kun "] description = "Some fast bloom filter implemented by Rust for Python and Rust!" homepage = "https://github.com/yankun1992/fastbloom" documentation = "https://docs.rs/fastbloom-rs" readme = "README.md" keywords = [ "bloom-filter", "bloom", "filter", "bloomfilter", "countingbloomfilter", ] categories = [ "algorithms", "data-structures", ] license = "Apache-2.0" license-file = "LICENSE" repository = "https://github.com/yankun1992/fastbloom" [dependencies.cuckoofilter] version = "0.5.0" [dependencies.fastmurmur3] version = "0.2.0" [dependencies.serde] version = "1.0.185" features = ["derive"] optional = true [dependencies.xorfilter-rs] version = "0.5.1" [dependencies.xxhash-rust] version = "0.8" features = [ "xxh3", "const_xxh3", ] [features] serde = ["dep:serde"]