# 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 = "qscan" version = "0.6.0" authors = ["0xor0ne"] description = "Quick async network scan library" homepage = "https://github.com/0xor0ne/qscan" documentation = "https://docs.rs/qscan" readme = "README.md" keywords = [ "scanning", "network", "async", "port", "ping", ] categories = ["network-programming"] license = "GPL-3.0-or-later" repository = "https://github.com/0xor0ne/qscan" [dependencies.cidr-utils] version = "0.5.6" [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.10.3" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.surge-ping] version = "0.7.0" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "net", "time", "io-util", ] [dependencies.trust-dns-resolver] version = "0.21.2" features = ["dns-over-rustls"] [features] serialize = [ "serde", "serde_json", ]