[[bin]]
name = "network_toolset"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4.4"
[dependencies.socket2]
features = ["all"]
version = "0.6.1"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
optional = true
version = "1.0"
[lib]
name = "network_toolset"
path = "src/lib.rs"
[package]
authors = ["Anonymous <dnrops@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "A comprehensive network diagnostic toolset implemented in Rust"
documentation = "https://docs.rs/network_toolset"
edition = "2021"
homepage = "https://gitcode.net/dnrops/network_toolset"
keywords = ["network", "ping", "traceroute", "arp-scan", "mtu-discover"]
license = "MIT"
name = "network_toolset"
readme = "README.md"
repository = "https://gitcode.net/dnrops/network_toolset"
version = "0.1.0"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["winnt", "securitybaseapi", "processthreadsapi", "handleapi"]
version = "0.3"