# 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 = "rainbowtable" version = "0.2.4" description = "A simple command-line tool to assist in the creation and use of rainbow tables." homepage = "https://astroorbis.com" readme = "README.md" license = "MIT" repository = "https://github.com/astroorbis/rainbowtable" [[bin]] name = "rainbowtable" path = "src/main.rs" [dependencies.clearscreen] version = "2.0.1" [dependencies.dirs] version = "5.0.1" [dependencies.hashy] version = "0.1.0" [dependencies.indicatif] version = "0.17.5" [dependencies.inquire] version = "0.6.2" [dependencies.reqwest] version = "0.11.18" features = ["blocking"] [dependencies.rusqlite] version = "0.29.0" features = ["bundled"] [dependencies.touch] version = "0.0.1"