# 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 = "cdnx" version = "0.2.1" authors = ["Yasin Azadpour "] build = false exclude = ["static-CIDRs.txt"] autobins = false autoexamples = false autotests = false autobenches = false description = "high-performance and configurable tool to cut CDN domains and exclude them from HTTP port-scanning process." homepage = "https://github.com/itsyasssin/cdnx" readme = "README.md" keywords = [ "cli", "recon", "bugbounty", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/itsyasssin/cdnx" [lib] name = "cdnx" path = "src/lib.rs" [[bin]] name = "cdnx" path = "src/main.rs" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.include_dir] version = "0.7.4" [dependencies.lazy_static] version = "1.5.0" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.tokio] version = "1" features = ["full"] [dependencies.trust-dns-resolver] version = "0.20.4"