# 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 = "pointguard" version = "0.1.1" authors = ["Allie Stephan "] description = "pointguard is a cli password manager that is compatible with password-store" readme = "README.md" keywords = ["password", "pass", "password-store"] license = "MIT / Apache-2.0" repository = "https://github.com/actuallyallie/pointguard" [[bin]] name = "pg" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.0.0-beta.1" [dependencies.cli-clipboard] version = "0.2.0" [dependencies.config] version = "0.11.0" [dependencies.directories] version = "3.0" [dependencies.ptree] version = "0.2.1" [dependencies.thiserror] version = "1.0" [dependencies.walkdir] version = "2.3.1"