[package] name = "envn" version = "0.5.0" edition = "2021" license = "MIT" keywords = ["env", "secret", "password", "manager", "cli"] readme = "README.md" authors = ["Ishan Joshi "] description = "The Premium Secrets and .env Manager CLI" repository = "https://github.com/newtoallofthis123/envn" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap={version="4", features=["derive"]} bunt="0.2" inquire={version ="0.6"} bcrypt="0.15" rand="0.8" aes-gcm="0.10.3" rusqlite="0.30" bincode="1.3.3" toml = "0.8.8" serde = {version = "1", features = ["derive"]} dirs = "5.0.1" correct_word = "0.1.1" chrono = {version = "0.4"} tar = "0.4"