# 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.64" name = "deterministic-bloom" version = "0.1.0" authors = [ "Philipp Krüger ", "Stephen Akinyemi ", "Brooklyn Zelenka ", ] include = [ "/src", "README.md", "LICENSE", ] description = "A deterministic Bloom filter with support for saturation. Suitable for distributed use cases and as a cryptographic primitive." documentation = "https://docs.rs/deterministic-bloom" readme = "README.md" keywords = ["bloom"] categories = [] license = "Apache-2.0" repository = "https://github.com/wnfs-wg/deterministic-bloom/tree/main/deterministic-bloom" resolver = "1" [lib] path = "src/lib.rs" [dependencies.bitvec] version = "1.0" features = ["serde"] [dependencies.miette] version = "5.5" [dependencies.proptest] version = "1.0" optional = true [dependencies.rand_core] version = "0.6" [dependencies.serde] version = "1.0" features = ["rc"] [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.xxhash-rust] version = "0.8" features = ["xxh3"] [dev-dependencies.libipld] version = "0.16" features = ["serde-codec"] [dev-dependencies.proptest] version = "1.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.test-strategy] version = "0.3" [features] default = [] test_utils = ["proptest"]