fuzzytags 0.2.1

a probabilistic cryptographic structure for metadata resistant tagging
Documentation
[package]
name = "fuzzytags"
description = "a probabilistic cryptographic structure for metadata resistant tagging"
version = "0.2.1"
repository = "https://git.openprivacy.ca/openprivacy/fuzzytags"
authors = ["Sarah Jamie Lewis <sarah@openprivacy.ca>"]
edition = "2018"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
hex = "0.4.2"
rand = "0.7.3"
curve25519-dalek = {version="3.0.0",  features=["serde"]}
sha3 = "0.9.1"
bit-vec = {version="0.6.3", features=["serde"]}
serde = {version="1.0.123", features=["derive"]}
rayon = {version="1.5.0", optional = true}

[dev-dependencies]
criterion = {version="0.3", features=["html_reports"]}
serde_json = "1.0.61"

[[bench]]
name = "fuzzy_tags_benches"
harness = false

[features]
entangled = ["rayon"]