# 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 = "hash-id-crack" version = "0.1.0" description = "A command line tool to crack hash by specified dictionary." homepage = "https://github.com/Yifei0727/hash-id-crack" readme = "README.md" license = "MIT" repository = "https://github.com/Yifei0727/hash-id-crack.git" [dependencies.clap] version = "4.4.17" features = ["derive"] [dependencies.digest] version = "0.10.7" [dependencies.hex] version = "0.4.3" [dependencies.indicatif] version = "0.17.8" [dependencies.md5] version = "0.7.0" [dependencies.num_cpus] version = "1.14.0" [dependencies.sha1] version = "0.10.6" [dependencies.sha2] version = "0.10.8" [dependencies.sha3] version = "0.10.8" [dependencies.sm3] version = "0.4.2"