# 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 = "2018" name = "growable-bloom-filter" version = "2.1.1" authors = [ "David Briggs ", "Arthur Silva ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Scalable Bloom Filters with serde support" homepage = "https://github.com/dpbriggs/growable-bloom-filters" documentation = "https://docs.rs/growable-bloom-filter/latest/growable_bloom_filter/struct.GrowableBloom.html" readme = "README.md" keywords = [ "bloom", "filter", "scalable", "serde", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/dpbriggs/growable-bloom-filters" [lib] name = "growable_bloom_filter" path = "src/lib.rs" [dependencies.serde] version = "1.0.125" [dependencies.serde_bytes] version = "0.11" [dependencies.serde_derive] version = "1.0.125" [dependencies.xxhash-rust] version = "0.8.2" features = ["xxh3"] [dev-dependencies.serde_json] version = "1.0" [features] nightly = []