[package] name = "genpass" version = "0.5.27" authors = ["Cyryl PÅ‚otnicki "] description = "A simple yet robust commandline random password generator." repository = "https://git.cyplo.dev/cyplo/genpass.git" license = "AGPL-3.0" readme = "README.md" edition = "2021" rust-version = "1.56" build = "build.rs" [badges] maintenance = { status = "passively-maintained" } [dependencies] bitflags = "1.3" rand = "0.8" structopt = "0.3" eff-wordlist = "1.0" [dev-dependencies] proptest = "1" zxcvbn = "2" assert_cmd = "2" predicates = "2" [dev-dependencies.cargo-husky] version = "1" default-features = false features = ["run-for-all", "prepush-hook", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt"] [build-dependencies.built] version = "0.5" features = ["git2", "chrono"]