progpick 0.3.0

Bruteforce with a stream of permutations of a specific pattern
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "progpick"
version = "0.3.0"
authors = ["kpcyrd <git@rxv.cc>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bruteforce with a stream of permutations of a specific pattern"
readme = "README.md"
categories = ["command-line-utilities"]
license = "GPL-3.0"
repository = "https://github.com/kpcyrd/progpick"

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

[dependencies.anyhow]
version = "1.0.57"

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

[dependencies.console]
version = "0.16"
features = ["std"]
default-features = false

[dependencies.env_logger]
version = "0.11"

[dependencies.indicatif]
version = "0.18"

[dependencies.log]
version = "0.4"

[dependencies.shellwords]
version = "1.0"