# 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 = "rerup" version = "1.0.9" authors = [ "ptukovar", "github.com/ptukovar", ] exclude = [ ".cargo/*", "src/meth/*", "big.txt", "output.txt", "input.txt", ".gitignore", "target/*", ] description = "A Rust library for hacking-related utilities, including bruteforcing and fuzzing." homepage = "https://github.com/ptukovar/rerup" documentation = "https://github.com/ptukovar/rerup" readme = "README.md" keywords = [ "hacking", "bruteforce", "fuzzer", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ptukovar/rerup.git" [dependencies.colored] version = "2.0.4" [dependencies.env] version = "0.0.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.8.4" [dependencies.reqwest] version = "0.11.18" [dependencies.tokio] version = "1.29.1" features = ["full"]