# 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 = "2021" name = "dicgen" version = "0.3.0" authors = ["Jesus Hernandez "] description = "Generate a list with all combinations for given characters, like in brute force attacks" readme = "README.md" keywords = [ "dictionary", "brute-force", "cybersecurity", "security", "pentesting", ] categories = ["command-line-utilities"] license = "Unlicense" repository = "https://github.com/jhg/dicgen" [profile.release] opt-level = 3 lto = true panic = "abort" strip = "symbols" [[bench]] name = "bench" harness = false [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.indicatif] version = "0.17.2" [dev-dependencies.criterion] version = "0.4.0"