# 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 = "rscanner" version = "0.5.0" authors = ["Gongzhengyang "] description = "Fast scan network by sending icmp, tcp, udp packets, inspired by nmap but doesn't depend on nmap" readme = "README.md" keywords = [ "icmp", "tcp", "udp", "nmap", "scan", ] categories = [ "asynchronous", "command-line-utilities", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/gongzhengyang/rscan" [dependencies.anyhow] version = "1.0.71" [dependencies.async-trait] version = "0.1" [dependencies.cached] version = "0.46" [dependencies.clap] version = "4.2" features = ["derive"] [dependencies.hashbrown] version = "0.14" [dependencies.ipnetwork] version = "0.20" [dependencies.itertools] version = "0.12" [dependencies.pnet] version = "0.34" [dependencies.pnet_transport] version = "0.34" [dependencies.rand] version = "0.8" [dependencies.rlimit] version = "0.10" [dependencies.serde] version = "1" features = ["derive"] [dependencies.snafu] version = "0.7" [dependencies.tokio] version = "1" features = [ "full", "tracing", ] [dependencies.tracing] version = "0.1"