pingmon 0.1.8

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

[[bin]]
name = "pingmon"
path = "src/pingmon.rs"

[[bin]]
name = "pingmon2"
path = "src/pingmon2.rs"

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

[dependencies.colored]
version = "2.1"

[dependencies.ctrlc]
version = "3.4"

[dependencies.dirs]
version = "5.0"

[dependencies.gntp]
version = "0.1.11"

[dependencies.rand]
version = "0.8"

[dependencies.rasciichart]
version = "0.2.9"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

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

[dependencies.term_size]
version = "0.3"

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

[dependencies.toml]
version = "0.8"

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

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