# 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 = "2021" name = "psh-cli" version = "0.5.1" authors = ["Alexander Uvizhev"] description = "Password generator/manager that derives deterministic passwords from a set of inputs" readme = "README.md" keywords = [ "password", "password-generator", "password-manager", "security", "cli", ] license = "MIT" repository = "https://github.com/uvizhe/psh" [[bin]] name = "psh" path = "src/main.rs" [dependencies.clap] version = "3.2.20" features = ["derive"] [dependencies.clipboard] version = "0.5.0" [dependencies.console] version = "0.15.2" [dependencies.ctrlc] version = "3.2.4" [dependencies.dialoguer] version = "0.10.2" features = ["zeroize"] [dependencies.psh] version = "0.5.0" [dependencies.psh-db] version = "0.2.0" [dependencies.terminal_size] version = "0.3.0"