# 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 = "jrainbow" version = "0.1.1" description = "A badly implemented MD5 rainbow table" homepage = "https://github.com/Jemoka/rainbow/" keywords = ["cli", "rainbow", "cryptography"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Jemoka/rainbow/" [profile.release] debug = false [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "2.33.3" [dependencies.futures] version = "0.3.17" [dependencies.indicatif] version = "0.16.2" [dependencies.md5] version = "0.7.0" [dependencies.rand] version = "0.8.4" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rand_core] version = "0.6.3" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.threadpool] version = "1.8.1"