ferrocrypt 0.2.4

Core Ferrocrypt library: symmetric (XChaCha20-Poly1305 + Argon2id) and hybrid (RSA-4096) encryption utilities.
Documentation
[dependencies.bincode]
version = "2"

[dependencies.chacha20poly1305]
features = ["std", "stream"]
version = "0.10"

[dependencies.constant_time_eq]
version = "0"

[dependencies.openssl]
version = "0.10"

[dependencies.reed-solomon-simd]
version = "3"

[dependencies.rust-argon2]
version = "2"

[dependencies.secrecy]
features = ["serde"]
version = "0.10"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.sha3]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.walkdir]
version = "2"

[dependencies.zeroize]
version = "1"

[dependencies.zip]
version = "3"

[dev-dependencies]

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

[package]
authors = ["Alexander Alexandrov"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "Core Ferrocrypt library: symmetric (XChaCha20-Poly1305 + Argon2id) and hybrid (RSA-4096) encryption utilities."
documentation = "https://docs.rs/ferrocrypt"
edition = "2021"
homepage = "https://github.com/alexylon/Ferrocrypt"
keywords = ["cryptography", "encryption", "chacha20poly1305", "argon2", "RSA-4096"]
license = "GPL-3.0-only"
name = "ferrocrypt"
publish = true
readme = "README.md"
repository = "https://github.com/alexylon/Ferrocrypt"
version = "0.2.4"