[[bin]]
name = "PasswordGenerator"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.23"
[dependencies.rand]
version = "0.8.5"
[package]
authors = ["redScorpe"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "CLI password generator which uses argument parsing with clap"
edition = "2021"
exclude = [".cargo_vcs_info.json", ".gitignore", ".idea/*", "Cargo.toml.orig", "target/*", "*.log"]
keywords = ["cli", "utility", "clap"]
license-file = "LICENSE"
name = "PasswordGenerator"
readme = "README.md"
repository = "https://github.com/redScorpes/RustPasswordGenerator"
version = "0.1.0"