# 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 = "2018" name = "passafe" version = "1.0.4" authors = ["Gokul2406 "] description = "A password manager for *nix operating systems" readme = "README.md" keywords = ["cli", "unix", "linux", "terminal", "password-manager"] categories = ["command-line-utilities"] license = "GPL-2.0-or-later" repository = "https://github.com/Gokul2406/passafe" [dependencies.bcrypt] version = "0.10.1" [dependencies.colored] version = "2.0.0" [dependencies.home] version = "0.5.3" [dependencies.magic-crypt] version = "3.1.8" [dependencies.regex] version = "1" [dependencies.rpassword] version = "5.0.1" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64"