wlinflate 0.1.3

simple tool to expand a wordlist with prepends, appends, extensions, and substitutions
Documentation
[[bin]]
name = "wlinflate"
path = "src/main.rs"

[dependencies.ctor]
version = "^0.1.21"

[dependencies.structopt]
default-features = false
version = "^0.3.25"

[lib]
name = "wlinflate"
path = "src/wordlist.rs"

[package]
authors = ["icon [drew@parker.systems]"]
description = "simple tool to expand a wordlist with prepends, appends, extensions, and substitutions"
edition = "2021"
license = "GPL-3.0"
name = "wlinflate"
readme = "./README.md"
repository = "https://github.com/callrbx/wlinflate"
resolver = "2"
version = "0.1.3"