# 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" rust-version = "1.60.0" name = "hyper-scan" version = "0.1.1" authors = ["Femi Bankole "] description = "Scan for services running on the open ports of a given host" readme = "README.md" keywords = [ "scanner", "network", "port", "open", "multi-threaded", ] categories = [ "command-line-utilities", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/iTranscend/hyper-scan" resolver = "2" [[bin]] name = "hs" path = "src/main.rs" [dependencies.futures] version = "0.3" [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "1.0" features = [ "net", "time", "process", "macros", "rt", "rt-multi-thread", ]