hefesto 1.1.0

Double envelope encryption — AES-256-GCM + Argon2id for multi-tenant applications
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 = "2021"
name = "hefesto"
version = "1.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Double envelope encryption — AES-256-GCM + Argon2id for multi-tenant applications"
homepage = "https://crates.io/crates/hefesto"
documentation = "https://docs.rs/hefesto"
readme = "README.md"
keywords = [
    "encryption",
    "aes-gcm",
    "argon2",
    "multi-tenant",
    "crypto",
]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/Shrpp/hefesto"

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

[dependencies.aes-gcm]
version = "0.10"
features = [
    "aes",
    "std",
]

[dependencies.argon2]
version = "0.5"

[dependencies.base64]
version = "0.22"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.rand]
version = "0.8"
features = ["getrandom"]

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"

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