rpg-util 1.1.1

Rust Password Generator - A fast and customizable password generator
Documentation
[[bin]]
name = "rpg"
path = "src/main.rs"

[dependencies.arboard]
optional = true
version = "3.4"

[dependencies.clap]
features = ["derive", "color", "wrap_help"]
version = "4.5.53"

[dependencies.rand]
version = "0.9.2"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[features]
clipboard = ["dep:arboard"]
default = ["clipboard"]

[lib]
name = "rpg_util"
path = "src/lib.rs"

[package]
authors = ["Jonathan Machen <jon.machen@robotaccomplice.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Rust Password Generator - A fast and customizable password generator"
documentation = "https://docs.rs/rpg-util"
edition = "2024"
exclude = ["target/", ".github/", ".gitignore", ".pre-commit-config.yaml", ".codecov.yml", ".cargo-credentials.template", "benches/", "tests/", "PUBLISHING.md", "INSTALL.md", "PRE_COMMIT_HOOKS.md", "rpg.1"]
keywords = ["password", "generator", "security", "cli", "random"]
license = "MIT"
name = "rpg-util"
readme = "README.md"
repository = "https://github.com/robot-accomplice/rpg"
version = "1.1.1"

[package.metadata.docs.rs]
all-features = false
default-target = "x86_64-unknown-linux-gnu"