# 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] name = "cryptenv" version = "0.0.4" authors = ["Sho Sato "] description = "A transparent environment variables decryptor." readme = "README.md" license = "MIT" repository = "https://github.com/shosatojp/cryptenv" [[bin]] name = "cryptenv" path = "src/main.rs" [dependencies.aes] version = "^0.7.5" [dependencies.base64] version = "^0.13.0" [dependencies.block-modes] version = "^0.8.1" [dependencies.clap] version = "^2.33.3" [dependencies.openssl] version = "^0.10.36" [dependencies.rand] version = "^0.8.4" [dependencies.rpassword] version = "5.0" [dependencies.sha2] version = "^0.9.8"