# 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 = "envenc" version = "0.0.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate for managing encrypted environment variables using either AES or ChaCha20Poly1305" documentation = "https://docs.rs/envenc" readme = "README.md" keywords = [ "encryption", "environment", "security", "dotenv", "chacha20poly1305", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Stipulations/EnvEnc" [lib] name = "envenc" path = "src/lib.rs" [dependencies.aead] version = "0.5.2" [dependencies.aes-gcm] version = "0.10.3" [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.dotenv] version = "0.15" [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.sha2] version = "0.10.8"