# 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 = "opscan" version = "0.4.0" authors = ["sigoden "] description = "A open port scanner" homepage = "https://github.com/sigoden/opscan" readme = "README.md" keywords = [ "port", "scanner", "scan", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/sigoden/opscan" [profile.release] opt-level = "z" lto = true strip = true [dependencies.cidr-utils] version = "0.5.10" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.futures] version = "0.3.26" [dependencies.indexmap] version = "1.9.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.rlimit] version = "0.9.1" [dependencies.tokio] version = "1.25.0" features = [ "rt-multi-thread", "rt", "sync", "time", ] [dependencies.trust-dns-resolver] version = "0.22.0" features = ["dns-over-rustls"]