[[bin]]
name = "tcping"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.20"
[dependencies.ctrlc]
version = "3.4.5"
[dependencies.serde]
features = ["derive"]
version = "1.0.213"
[dependencies.serde_json]
version = "1.0.132"
[package]
authors = ["lvillis<lvillis@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A tool for testing native-to-target port latency, using Rust."
documentation = "https://github.com/lvillis/tcping-rs/blob/main/README.md"
edition = "2021"
homepage = "https://github.com/lvillis/tcping-rs"
license = "MIT"
name = "tcping"
readme = "README.md"
repository = "https://github.com/lvillis/tcping-rs"
version = "1.2.2"