# 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 = "cracken" version = "1.0.1" authors = ["shmuelamar"] build = "build.rs" include = ["**/*.rs", "Cargo.toml"] description = "a fast password wordlist generator, Smartlist creation and password hybrid-mask analysis tool" homepage = "https://github.com/shmuelamar/cracken" readme = "README.md" keywords = ["password", "crack", "cracking", "wordlist-generator", "security"] categories = ["command-line-utilities", "cryptography"] license = "MIT" repository = "https://github.com/shmuelamar/cracken" resolver = "2" [profile.bench] opt-level = 3 lto = true codegen-units = 1 [profile.release] opt-level = 3 lto = true codegen-units = 1 [lib] name = "cracken" path = "src/lib.rs" [[bin]] name = "cracken" path = "src/main.rs" [[bench]] name = "bench" harness = false [dependencies.aho-corasick] version = "~0.7" [dependencies.clap] version = "~2.33.0" features = ["suggestions", "color", "wrap_help"] [dependencies.itertools] version = "~0.10" [dependencies.lazy_static] version = "~1.4.0" [dependencies.num-bigint] version = "~0.4.0" [dependencies.ordered-float] version = "~2.0.0" [dependencies.pathfinding] version = "~0.5.0" [dependencies.regex] version = "~1" [dependencies.simple-error] version = "~0.2" [dependencies.tokenizers] version = "~0.11.0" [dev-dependencies.criterion] version = "~0.3.5" [build-dependencies.built] version = "~0.4.4"