# 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 = "quick_pswd" version = "1.0.3" authors = ["Code0408"] description = "A simple and quick password generator for enhanced security." documentation = "https://docs.rs/quick_pswd" readme = "README.md" keywords = [ "rust", "password", "security", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/08820048/quick_pswd" [lib] name = "quick_pswd" path = "src/lib.rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.clipboard] version = "0.5.0" [dependencies.colored] version = "2.1.0" [dependencies.notify-rust] version = "4.11.0" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.rand] version = "0.8.5" [dependencies.zxcvbn] version = "3.0.1"