passablewords 0.1.1

A library to check the strength of a password in a sane way
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "passablewords"
description = "A library to check the strength of a password in a sane way"
repository = "https://github.com/mike-engel/passablewords"
documentation = "https://docs.rs/passablewords"
readme = "README.md"
version = "0.1.1"
authors = ["Mike Engel <mike@mike-engel.com>"]
license = "MIT"
keywords = ["password", "passphrase", "security", "entropy", "authentication"]
categories = ["authentication"]

[dependencies]
lazy_static = "0.2.6"
zxcvbn = "0.4.3"