[package]
name = "passablewords"
version = "1.0.0"
authors = ["Mike Engel <mike@mike-engel.com>"]
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"