[[bin]]
name = "rpg"
path = "src/main.rs"
[dependencies.clap]
features = ["derive", "color"]
version = "4.5.53"
[dependencies.clipboard]
version = "0.5"
[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"
[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.0.2"