[]
= "env_encryption_tool"
= "0.9.17"
= "2024"
= [
"The Butler Group LLC <dev@butlergroup.net>",
]
= [
"development-tools", "command-line-utilities", "cryptography", "security"
]
= "Rust-based .env (dotenv) file encryption & decryption tool - store & retrieve your app environment variables safely 😎 now Post-Quantum-safe!"
= "https://docs.rs/env_encryption_tool"
= ["env", "encryption", "tool", "security", "cryptography"]
= "AGPL-3.0-only"
= "https://github.com/butlergroup/env_encryption_tool"
[[]]
= "env_encryption_tool"
= "src/main.rs"
[]
= "0.10.0" # Random number generators and other randomness functionality.
= "0.5.3" # Key derivation with resistance to GPU cracking and side-channel attacks
= "0.4.29" # A lightweight logging facade for Rust
= "0.18.1" # Post-Quantum cryptographic primitives
= "0.3.5" # Shared traits for post-quantum cryptographic primitives
= "1.0.1" # Provides a safe interface for std::env::{set_var, remove_var}.
= "1.21.4" # Single assignment cells and lazy values.
= { = "1.50.0", = ["full"] } # Fast, async I/O
= "0.10.1" # Pure Rust implementation of the ChaCha20Poly1305 Authenticated Encryption with Additional Data Cipher (RFC 8439) with optional architecture-specific hardware acceleration
= "0.12.4" # HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
= "0.10.9" # Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512.
= "1.8.2" # Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler.