# 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" name = "passforge" version = "0.1.1" authors = ["Raka Schipperheijn raka@rpkschipperheijn.com"] description = "A robust and flexible CLI password generator." readme = "README.md" keywords = [ "password", "generator", "cli", "security", "cryptography", ] categories = [ "command-line-utilities", "cryptography", "authentication", ] license = "MIT" repository = "https://github.com/RakaPKS/passforge" [[bench]] name = "password_generator_benchmarks" harness = false [[bench]] name = "single_vs_multi_threaded_password_gen" harness = false [dependencies.clap] version = "^4.5.18" features = ["derive"] [dependencies.rand] version = "^0.8.5" [dependencies.thiserror] version = "^1.0.64" [dependencies.zxcvbn] version = "^3.1.0" [dev-dependencies.assert_cmd] version = "^2.0" [dev-dependencies.criterion] version = "^0.3" [dev-dependencies.predicates] version = "^2.1" [dev-dependencies.rayon] version = "^1.5"