dicgen 0.4.8

Generate a list with all combinations for given characters, like in brute force attacks
Documentation
[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"

[[bin]]
name = "main"
path = "src/bin/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.0.32"

[dependencies.indicatif]
version = "0.17.11"

[dev-dependencies.criterion]
version = "0.5.1"

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

[package]
authors = ["Jesus Hernandez <jesushdez@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Generate a list with all combinations for given characters, like in brute force attacks"
edition = "2021"
keywords = ["dictionary", "brute-force", "cybersecurity", "security", "pentesting"]
license = "Unlicense"
name = "dicgen"
readme = "README.md"
repository = "https://github.com/jhg/dicgen"
version = "0.4.8"

[profile.release]
lto = true
opt-level = 3
panic = "abort"
strip = true