why2 1.4.7

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

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

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

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

[dependencies.hmac]
version = "0.12.1"
optional = true

[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]
version = "2.6.1"
optional = true

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