# 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 = "mpw-rs" version = "2.4.3" authors = ["Rahul De ", "Maarten Billemont "] description = "Master Password is an algorithm used to generate unique\npasswords for websites, email accounts, or anything else based only on easily\nreproducible input." homepage = "http://masterpasswordapp.com/" documentation = "http://masterpasswordapp.com/algorithm.html" readme = "README.md" keywords = ["cryptography", "password-manager", "security", "stateless", "password"] license = "GPL-3.0" repository = "https://github.com/lispyclouds/mpw-rs.git" [profile.release] opt-level = 3 lto = false codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "abort" [dependencies.bcrypt] version = "0.1" [dependencies.rpassword] version = "1.0" [dependencies.clap] version = "2" [dependencies.argon2rs] version = "0.2" [dependencies.ring-pwhash] version = "0.11" [dependencies.ring] version = "0.11" [dependencies.rustyline] version = "1.0" [badges.travis-ci] repository = "lispyclouds/mpw-rs"