[dependencies.base64]
version = "0.10"
[dependencies.byteorder]
version = "1.3"
[dependencies.md4]
optional = true
version = "0.8"
[dependencies.md5]
optional = true
version = "0.6"
[dependencies.num]
version = "0.2"
[dependencies.rand]
version = "0.7"
[dependencies.rayon]
version = "1.2"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[features]
default = ["md5_hash"]
md4_hash = ["md4"]
md5_hash = ["md5"]
metrics = []
[package]
authors = ["Filippo Berto <berto.f@protonmail.com>"]
categories = ["data-structures"]
description = "Spatial Bloom Filter, a probabilistic data structure\nthat maps elements of a space to indexed disjoint subsets of that space.\n"
edition = "2018"
homepage = "https://github.com/bertof/sbf-rs"
keywords = ["probabilistic", "data", "mapping"]
license = "MIT OR Apache-2.0"
name = "sbf"
readme = "README.md"
version = "0.1.1"