# 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 = "qsc" version = "0.4.3" authors = ["0xor0ne"] exclude = ["Dockerfile"] description = "Quick async network scanner CLI" homepage = "https://github.com/0xor0ne/qscan" documentation = "https://github.com/0xor0ne/qscan" readme = "README.md" keywords = [ "scanning", "network", "async", "port", "cli", ] categories = [ "network-programming", "command-line-utilities", ] license = "GPL-3.0-or-later" repository = "https://github.com/0xor0ne/qscan" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.debugoff] version = "0.2.2" features = [ "obfuscate", "syscallobf", ] optional = true [dependencies.qscan] version = "0.6.0" features = ["serialize"] [dependencies.tokio] version = "1" features = ["rt"] [features] dbgoff = ["debugoff"]