# 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 = "rustypw" version = "0.1.1" authors = ["Patrik Lundgren "] include = ["src/**/*", "Cargo.toml", "LICENSE", "README.md"] description = "A simple, small cli based password manager" readme = "README.md" keywords = ["cli", "password"] categories = ["command-line-interface"] license = "GPL-2.0" repository = "https://github.com/PatrikLundgren/rustypw" [lib] name = "rlib" path = "src/lib.rs" [[bin]] name = "rpw" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "2.33.3" [dependencies.dirs] version = "3.0" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.rpassword] version = "4.0" [dependencies.rust-argon2] version = "0.5" [dependencies.rustyline] version = "6.3.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"