zxcvbn-cli 2.0.1

A simple CLI tool to check password strength using zxcvbn.
Documentation
[[bin]]
name = "zxcvbn"
path = "src/bin/main.rs"
[dependencies.clap]
version = "2.33.3"

[dependencies.colored]
version = "2.0.0"

[dependencies.crossterm_cursor]
version = "0.4.0"

[dependencies.rpassword]
version = "5.0.0"

[dependencies.zxcvbn]
version = "2.0.1"

[package]
authors = ["Artem Varaksa <artvaraksa@gmail.com>"]
categories = ["command-line-utilities"]
description = "A simple CLI tool to check password strength using zxcvbn."
edition = "2018"
exclude = ["img/*"]
homepage = "https://github.com/u32i64/zxcvbn-cli#readme"
keywords = ["zxcvbn", "password", "strength", "check"]
license = "MIT"
name = "zxcvbn-cli"
readme = "README.md"
repository = "https://github.com/u32i64/zxcvbn-cli"
version = "2.0.1"