# 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 = "roaring-bloom-filter" version = "0.2.0" authors = ["oliverdding "] description = "bloom filter implementation in rust with roaring-bitmap" homepage = "https://github.com/oliverdding/roaring-bloom-filter-rs" readme = "README.md" keywords = ["bloom-filter", "algorithms", "roaring", "datastructure"] license = "AGPL-3.0" repository = "https://github.com/oliverdding/roaring-bloom-filter-rs" resolver = "2" [dependencies.log] version = "0.4.14" [dependencies.roaring] version = "0.9.0" [dev-dependencies.env_logger] version = "0.9.0"