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