# 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 = "cloud_fade" version = "0.1.7" authors = ["boring "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Unmask real IP address of a domain hidden behind Cloudflare by IPs bruteforcing" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/boringthegod/CloudFade" [[bin]] name = "cloud_fade" path = "src/main.rs" [dependencies.clap] version = "2.33" [dependencies.colored] version = "2.0" [dependencies.flate2] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.indicatif] version = "0.16" [dependencies.ipnet] version = "2.3" [dependencies.num_cpus] version = "1.13" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11" features = [ "json", "gzip", "brotli", "deflate", "stream", "rustls-tls", ] default-features = false [dependencies.rquest] version = "0.27.7" [dependencies.scraper] version = "0.14" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "time", "process", ]