zxcvbn-cli 2.0.3

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

[dependencies.clap]
features = ["cargo"]
version = "^4.1"

[dependencies.colored]
version = "^2.0"

[dependencies.crossterm]
version = "^0.25"

[dependencies.rpassword]
version = "^7.2"

[dependencies.zxcvbn]
version = "^2.1"

[package]
authors = ["Artem Varaksa <artvaraksa@gmail.com>"]
categories = ["command-line-utilities"]
description = "A simple CLI tool to check password strength using zxcvbn."
edition = "2021"
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.3"