# 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 = "2018" name = "progpick" version = "0.2.0" authors = ["kpcyrd "] 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" [dependencies.anyhow] version = "1.0.57" [dependencies.atty] version = "0.2.11" [dependencies.clap] version = "3.2.5" features = ["derive"] [dependencies.console] version = "0.15.0" default-features = false [dependencies.env_logger] version = "0.9" [dependencies.indicatif] version = "0.16" [dependencies.log] version = "0.4" [dependencies.shellwords] version = "1.0"