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