# 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 = "sub-solver" version = "0.1.2" authors = ["Jorian Woltjer (J0R1AN)"] description = "Solve Substitution Ciphers using a wordlist" homepage = "https://github.com/JorianWoltjer/SubSolver" readme = "README.md" keywords = [ "cli", "crypto", "security", "solver", "wordlist", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/JorianWoltjer/SubSolver" [[bench]] name = "benchmark" harness = false [dependencies.base64] version = "0.21.7" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.dirs] version = "4.0.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.md5] version = "0.7.0" [dependencies.unidecode] version = "0.3.0" [dev-dependencies.criterion] version = "0.4"