# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.56" name = "genpass" version = "0.5.27" authors = ["Cyryl PÅ‚otnicki "] build = "build.rs" description = "A simple yet robust commandline random password generator." readme = "README.md" license = "AGPL-3.0" repository = "https://git.cyplo.dev/cyplo/genpass.git" [dependencies.bitflags] version = "1.3" [dependencies.eff-wordlist] version = "1.0" [dependencies.rand] version = "0.8" [dependencies.structopt] version = "0.3" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.cargo-husky] version = "1" features = [ "run-for-all", "prepush-hook", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt", ] default-features = false [dev-dependencies.predicates] version = "2" [dev-dependencies.proptest] version = "1" [dev-dependencies.zxcvbn] version = "2" [build-dependencies.built] version = "0.5" features = [ "git2", "chrono", ] [badges.maintenance] status = "passively-maintained"