# 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 = "sbf-blake3" version = "0.2.0" authors = ["Filippo Berto ", "Hunter Trujillo "] description = "Spatial Bloom Filter, a probabilistic data structure\nthat maps elements of a space to indexed disjoint subsets of that space.\n" homepage = "https://github.com/cryptoquick/sbf-rs" documentation = "https://docs.rs/sbf" readme = "README.md" keywords = ["probabilistic", "data", "mapping"] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/bertof/sbf-rs" resolver = "2" [dependencies.blake3] version = "1.3" optional = true [dependencies.byteorder] version = "1.3" [dependencies.md4] version = "0.10" optional = true [dependencies.md5] version = "0.7" optional = true [dependencies.num] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.3.1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.serde_json] version = "1.0" [features] blake3_hash = ["blake3"] default = ["md5_hash"] md4_hash = ["md4"] md5_hash = ["md5"] metrics = [] serde_support = ["serde"]