[package] name = "passafe" version = "1.0.4" authors = ["Gokul2406 "] edition = "2018" license = "GPL-2.0-or-later" description = "A password manager for *nix operating systems" readme = "README.md" repository = "https://github.com/Gokul2406/passafe" keywords = ["cli", "unix", "linux", "terminal", "password-manager"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] home="0.5.3" serde_json = "1.0.64" serde = {version = "1.0.126", features = ["derive"]} bcrypt = "0.10.1" magic-crypt = "3.1.8" rpassword = "5.0.1" colored = "2.0.0" regex="1"