# 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 = "passablewords" version = "1.0.1" authors = ["Mike Engel "] description = "A library to check the strength of a password in a sane way" documentation = "https://docs.rs/passablewords" readme = "README.md" keywords = ["password", "passphrase", "security", "entropy", "authentication"] categories = ["authentication"] license = "MIT" repository = "https://github.com/mike-engel/passablewords" [dependencies.lazy_static] version = "0.2" [dependencies.zxcvbn] version = "0.6" [badges.maintenance] status = "deprecated"