# 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 = "webscan" version = "0.4.0" authors = ["shellrow <81893184+shellrow@users.noreply.github.com>"] description = "Cross-platform web scan library" readme = "README.md" keywords = [ "web", "security", "scan", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/shellrow/webscan" resolver = "2" [dependencies.dns-lookup] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.reqwest] version = "0.11" [dependencies.tokio] version = "1.0" features = ["time"] [dev-dependencies.tokio] version = "1.0" features = ["full"] [features] vendored = ["openssl-sys/vendored"] [target."cfg(linux)".dependencies.openssl-sys] version = "0.9"