pingall 2.0.0

Ping everything you can reach.
# 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 = "2024"
name = "pingall"
version = "2.0.0"
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"

[[bin]]
name = "pingall"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.if-addrs]
version = "0.15"

[dependencies.tokio]
version = "1"
features = [
    "net",
    "process",
    "rt",
    "sync",
]

[dependencies.which]
version = "8"

[target."cfg(unix)".dependencies.tiny-ping]
version = "0.5"

[target."cfg(windows)".dependencies.dns-lookup]
version = "3"