[package]
edition = "2024"
name = "pingall"
version = "2.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ping everything you can reach."
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/Fierthraix/pingall"
[lib]
name = "pingall"
path = "src/lib.rs"
[[bin]]
name = "pingall"
path = "src/main.rs"
[dependencies.if-addrs]
version = "0.15"
[dependencies.pico-args]
version = "0.5"
features = ["eq-separator"]
[dependencies.tokio]
version = "1"
features = [
"net",
"process",
"rt",
"sync",
]
[dependencies.which]
version = "8"
[target."cfg(unix)".dependencies.tiny-ping]
version = "0.7.0"
[target."cfg(windows)".dependencies.dns-lookup]
version = "3"