pingmon 0.1.4

Real-time ping monitor with beautiful ASCII charts, TTL display, and statistics
[[bin]]
name = "pingmon"
path = "src/pingmon.rs"

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

[dependencies.colored]
version = "2.1"

[dependencies.ctrlc]
version = "3.4"

[dependencies.rand]
version = "0.8"

[dependencies.rasciichart]
version = "0.2.9"

[dependencies.surge-ping]
version = "0.8"

[dependencies.term_size]
version = "0.3"

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

[package]
authors = ["Hadi Cahyadi <cumulus13@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "network-programming"]
description = "Real-time ping monitor with beautiful ASCII charts, TTL display, and statistics"
documentation = "https://docs.rs/pingmon"
edition = "2021"
exclude = ["screenshots/"]
homepage = "https://github.com/cumulus13/pingmon"
keywords = ["ping", "monitor", "network", "latency", "chart"]
license = "MIT"
name = "pingmon"
readme = "README.md"
repository = "https://github.com/cumulus13/pingmon"
version = "0.1.4"

[target."cfg(unix)".dependencies.nix]
features = ["user"]
version = "0.27"

[target."cfg(windows)".dependencies.winapi]
features = ["winsock2"]
version = "0.3"