[package] name = "chbs_password_checker" version = "0.1.0" authors = ["Brant Watson "] description = "Password Strength Checker" edition = "2018" readme = "README.md" homepage = "https://github.com/induane/chbs" license = "MIT" keywords = ["entropy", "password", "strength"] [lib] name = "chbslib" path = "src/lib.rs" [[bin]] name = "chbs" path = "src/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] unicode-segmentation = "1.7.1" clap = "2.33.3"