env_encryption_tool 0.9.17

Rust-based .env (dotenv) file encryption & decryption tool - store & retrieve your app environment variables safely 😎 now Post-Quantum-safe!
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 = "env_encryption_tool"
version = "0.9.17"
authors = ["The Butler Group LLC <dev@butlergroup.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-based .env (dotenv) file encryption & decryption tool - store & retrieve your app environment variables safely 😎 now Post-Quantum-safe!"
documentation = "https://docs.rs/env_encryption_tool"
readme = "README.md"
keywords = [
    "env",
    "encryption",
    "tool",
    "security",
    "cryptography",
]
categories = [
    "development-tools",
    "command-line-utilities",
    "cryptography",
    "security",
]
license = "AGPL-3.0-only"
repository = "https://github.com/butlergroup/env_encryption_tool"

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

[[bin]]
name = "env_encryption_tool"
path = "src/main.rs"

[[test]]
name = "encryption_tests"
path = "tests/encryption_tests.rs"

[dependencies.argon2]
version = "0.5.3"

[dependencies.chacha20poly1305]
version = "0.10.1"

[dependencies.env]
version = "1.0.1"

[dependencies.hkdf]
version = "0.12.4"

[dependencies.log]
version = "0.4.29"

[dependencies.once_cell]
version = "1.21.4"

[dependencies.pqcrypto]
version = "0.18.1"

[dependencies.pqcrypto-traits]
version = "0.3.5"

[dependencies.rand]
version = "0.10.0"

[dependencies.sha2]
version = "0.10.9"

[dependencies.tokio]
version = "1.50.0"
features = ["full"]

[dependencies.zeroize]
version = "1.8.2"