pingx 0.2.0

A efficient network diagnostic tool to replace system ping/ping6, supporting multi-target concurrent probing via ICMP, TCP, and HTTP.
# 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 = "pingx"
version = "0.2.0"
authors = ["Seamile <lanhuermao@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A efficient network diagnostic tool to replace system ping/ping6, supporting multi-target concurrent probing via ICMP, TCP, and HTTP."
homepage = "https://github.com/seamile/pingx"
readme = "README.md"
keywords = [
    "ping",
    "tcp-ping",
    "http-ping",
    "cli",
    "network",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/seamile/pingx"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bytes]
version = "1.11.0"

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

[dependencies.colored]
version = "3.1.1"

[dependencies.dirs]
version = "6.0.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.ip2location]
version = "0.6.0"

[dependencies.libc]
version = "0.2.180"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.reqwest]
version = "0.13.1"
features = ["rustls"]
default-features = false

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

[dependencies.serde_json]
version = "1.0.149"

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

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

[dependencies.toml]
version = "0.9.11"

[dependencies.zip]
version = "7.1.0"

[profile.dev]
opt-level = 0
debug = 1

[profile.dev.package."*"]
opt-level = 3

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true