# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "pswrd" version = "1.0.0" authors = ["Vitaly Domnikov "] description = "Stateless password vault" homepage = "https://github.com/dotcypress/pswrd" documentation = "https://github.com/dotcypress/pswrd" readme = "README.md" keywords = ["password-generator"] categories = ["command-line-utilities", "authentication", "cryptography"] license = "MIT/Apache-2.0" repository = "https://github.com/dotcypress/pswrd" [lib] name = "pswrd" [[bin]] name = "pswrd" path = "src/bin/main.rs" doc = false [dependencies.clap] version = "2.29.2" [dependencies.rpassword] version = "2.0.0" [dependencies.rust-crypto] version = "0.2.36" [badges.appveyor] branch = "master" repository = "dotcypress/pswrd" service = "github" [badges.travis-ci] branch = "master" repository = "dotcypress/pswrd"