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