why2 1.4.5

Lightweight, fast, secure, and easy to use encryption system.
Documentation
[dependencies.hmac]
optional = true
version = "0.12.1"

[dependencies.rand]
version = "0.9.2"

[dependencies.rand_chacha]
version = "0.9.0"

[dependencies.rayon]
version = "1.11.0"

[dependencies.sha2]
version = "0.10.9"

[dependencies.subtle]
optional = true
version = "2.6.1"

[dependencies.zeroize]
features = ["derive"]
version = "1.8.2"

[features]
auth = ["dep:hmac"]
constant-time = ["dep:subtle"]
default = ["constant-time", "auth"]
legacy = []

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

[package]
authors = ["Václav Šmejkal <engo@satan.red>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "Lightweight, fast, secure, and easy to use encryption system."
edition = "2024"
homepage = "https://why2.satan.red"
keywords = ["encryption", "security", "cryptography"]
license = "GPL-3.0-only"
name = "why2"
readme = "README.md"
repository = "https://git.satan.red/ENGO150/WHY2"
resolver = "2"
version = "1.4.5"

[package.metadata.docs.rs]
features = ["legacy"]
rustdoc-args = ["--html-in-header", "docs-header.html"]