attrkey 0.1.0-alpha.1

Pure Rust implementation of a Selection-Sensitive Attribute-Based Key Derivation Scheme.
Documentation
# 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 = "2024"
name = "attrkey"
version = "0.1.0-alpha.1"
authors = ["Determination Labs Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Pure Rust implementation of a Selection-Sensitive Attribute-Based Key
Derivation Scheme.
"""
homepage = "https://github.com/0x44-labs/rs-attrkey"
documentation = "https://docs.rs/attrkey"
readme = "README.md"
keywords = [
    "crypto",
    "kdf",
    "attribute",
    "selection",
]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/0x44-labs/rs-attrkey"

[lib]
name = "attrkey"
path = "src/lib.rs"

[dependencies.annihilation]
version = "0.1.0-alpha.2"

[dependencies.argon2]
version = "0.5.3"

[dependencies.digest]
version = "0.10.7"

[dependencies.hmac]
version = "0.12.1"

[dependencies.rand_chacha]
version = "0.10.0"

[dependencies.rand_core]
version = "0.10.0"

[dependencies.rayon]
version = "1.11.0"

[dependencies.zeroize]
version = "1.8.2"

[dev-dependencies.sha2]
version = "0.10.9"