# 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 = "ideatopia-password_generator" version = "1.0.9" authors = [ "ideatopia ", "Judicael AHYI ", ] description = "Generates passwords with various complexities" homepage = "https://crates.io/crates/ideatopia-password-generator" documentation = "https://docs.rs/ideatopia-password-generator" readme = "README.md" keywords = [ "cli", "password", "generator", "security", "utility", ] license-file = "LICENSE" repository = "https://github.com/ideatopia/password-generator" [[bin]] name = "pwdgen" path = "src/main.rs" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.cli-clipboard] version = "0.4.0" [dependencies.fastrand] version = "2.1.0" [dependencies.self_update] version = "0.41.0" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.strum_macros] version = "0.26.4"