rusty-ping 0.1.0

A pretty ping/ICMP utility
# 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 = "rusty-ping"
version = "0.1.0"
authors = ["Hédy Ache <ache@ache.one>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pretty ping/ICMP utility"
homepage = "https://git.ache.one/rusty-ping/about/"
readme = "README.md"
keywords = [
    "ping",
    "ICMP",
    "network",
]
license = "CECILL-2.1"

[[bin]]
name = "rusty-ping"
path = "src/main.rs"

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

[dependencies.ping]
version = "0.9.0"

[dependencies.term_size]
version = "0.3.2"

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