# 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 = "cfd" version = "0.1.0" exclude = [".DS_Store"] description = "CFD is a tool that allows you to check one or more domains to see if they are protected by CloudFlare or not. The check is carried out based on five criteria: 3 headers in the HTTP response, IP, and SSL certificate issuer. The check result can be displayed on the screen or saved to a file." documentation = "https://docs.rs/cfd" readme = "README.md" keywords = [ "cloudflare", "dns", "api", "cli", ] license = "MIT" repository = "https://github.com/arg2u/cfd" [dependencies.clap] version = "4.1.5" features = ["derive"] [dependencies.prettytable-rs] version = "0.10.0" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.rustls] version = "0.20" [dependencies.tokio] version = "1" features = ["full"] [dependencies.webpki-roots] version = "0.22" [dependencies.x509-parser] version = "0.14.0"