e-libscanner 0.1.8

The bottom layer is scanned by capturing packets
Documentation
example = []

[dependencies.async-io]
optional = true
version = "1.7.0"

[dependencies.e-utils]
default-features = false
features = ["random", "dns", "traceroute"]
version = "^0.1.20"

[dependencies.futures]
features = ["executor", "thread-pool"]
optional = true
version = "0.3.21"

[dependencies.futures-lite]
optional = true
version = "1.12.0"

[dependencies.ipnet]
version = "2.5"

[dependencies.native-tls]
optional = true
version = "0.2.10"

[dependencies.once_cell]
version = "^1.1"

[dependencies.pnet_datalink]
version = "0.31.0"

[dependencies.pnet_packet]
version = "0.31.0"

[dependencies.rayon]
version = "1.5.3"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_derive]
version = "1.0.140"

[dependencies.socket2]
features = ["all"]
version = "0.4.4"

[dependencies.structopt]
version = "0.3.26"

[features]
async = ["async-io", "futures-lite", "futures"]
default = ["sync"]
full = ["async", "sync", "os", "service"]
os = []
service = ["native-tls", "sync"]
sync = []

[lib]
name = "e_libscanner"

[package]
authors = ["Eternal <EternalNight996@gmail.com, EternalNightYeah2@yeah.net>"]
categories = ["network-programming", "asynchronous", "os", "command-line-utilities"]
description = "The bottom layer is scanned by capturing packets"
documentation = "https://docs.rs/e-libscanner"
edition = "2021"
homepage = "https://github.com/EternalNight996"
include = ["src/", "Cargo.toml", "*-LICENSE", "*.md"]
keywords = ["net", "scan", "async", "e-libscanner", "e-"]
license-file = "GNU-LICENSE"
name = "e-libscanner"
readme = "README.md"
repository = "https://github.com/EternalNight996/e-libscanner"
resolver = "2"
rust-version = "1.62.0"
version = "0.1.8"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]

[target."cfg(windows)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows]
features = ["Win32_Foundation", "Win32_NetworkManagement_IpHelper", "Win32_Networking_WinSock"]
version = "0.30.0"