liarsping 0.1.0

A ping server which attempts to manipulate the ping times seen by the client
Documentation
# 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 = "liarsping"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A ping server which attempts to manipulate the ping times seen by the client"
homepage = "https://pr0.uk/networking/rust/tools/2026/04/19/liarsping-faking-lower-latency.html"
readme = "README.md"
keywords = [
    "ping",
    "tool",
    "fake",
    "server",
]
categories = [
    "network-programming",
    "simulation",
]
license = "MIT"
repository = "https://github.com/paulpr0/liarsping"

[lib]
name = "liarsping"
path = "src/lib.rs"

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

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

[dependencies.humantime]
version = "2"

[dependencies.icmp-socket]
version = "0.2.0"

[dev-dependencies.tempfile]
version = "3"