[package] name = "fuzzytags" description = "a probabilistic cryptographic structure for metadata resistant tagging" version = "0.4.0" repository = "https://git.openprivacy.ca/openprivacy/fuzzytags" authors = ["Sarah Jamie Lewis "] edition = "2018" license = "MIT" keywords = ["fuzzytags","privacy","metadata-resistance","ristretto","cryptography"] # 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" serde = {version="1.0.123", features=["derive"]} bit-vec = {version="0.6.3"} brute-force = {version="0.1.0", features=["curve25519"], optional=true} [dev-dependencies] criterion = {version="0.3", features=["html_reports"]} serde_json = "1.0.61" bincode = "1.3.1" [[bench]] name = "fuzzy_tags_benches" harness = false [features] entangled = ["brute-force"]