# 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 = "passguard" version = "0.1.0" authors = ["kremilly"] description = "This Rust-based password and passphrase generator offers a versatile solution for creating secure, customizable passwords. With support for password size and include uppercase, numbers and symbols." homepage = "https://kremilly.com" readme = "README.md" keywords = [ "password-generator", "passphrase-generator", "password-score", "security", ] license = "MIT" repository = "https://github.com/kremilly/PassGuard" [dependencies.rand] version = "0.8.5" [dependencies.zxcvbn] version = "3.0.1"