[package]
name = "attrkey"
version = "0.1.0-alpha.1"
description = """
Pure Rust implementation of a Selection-Sensitive Attribute-Based Key
Derivation Scheme.
"""
authors = ["Determination Labs Team"]
license = "MIT"
documentation = "https://docs.rs/attrkey"
homepage = "https://github.com/0x44-labs/rs-attrkey"
repository = "https://github.com/0x44-labs/rs-attrkey"
keywords = ["crypto", "kdf", "attribute", "selection"]
categories = ["cryptography"]
readme = "README.md"
edition = "2024"
[dependencies]
annihilation = "0.1.0-alpha.2"
argon2 = "0.5.3"
digest = "0.10.7"
hmac = "0.12.1"
rand_chacha = "0.10.0"
rand_core = "0.10.0"
rayon = "1.11.0"
zeroize = "1.8.2"
[dev-dependencies]
sha2 = "0.10.9"