# 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" rust-version = "1.74.1" name = "poppy-filters" version = "0.2.0" authors = ["quentin.jerome@circl.lu"] description = "Crate providing serializable Bloom filters implementations" readme = "README.md" keywords = [ "bloom-filter", "data-structure", ] license = "BSD-3-Clause" repository = "https://github.com/hashlookup/poppy" [[bin]] name = "poppy" path = "src/bin/poppy.rs" doc = false [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.5.0" features = ["derive"] [dependencies.rand] version = "0.8.5" [dependencies.statrs] version = "0.16.0" [dependencies.thiserror] version = "1.0.57" [dependencies.wyhash] version = "0.5.0" [dev-dependencies.md-5] version = "0.10.6" [dev-dependencies.sha1] version = "0.10.6" [dev-dependencies.sha2] version = "0.10.8" [target."cfg(all(target_env = \"musl\", target_pointer_width = \"64\"))".dependencies.jemallocator] version = "0.5.4"