anti-ping 0.1.2

A library for ICMP, UDP, and TCP ping functionality
Documentation
[[bench]]
harness = false
name = "ping_benchmarks"
path = "benches/ping_benchmarks.rs"

[dependencies.anti-common]
version = "0.1.0"

[dependencies.bytes]
version = "1.0"

[dependencies.rand]
version = "0.8"

[dependencies.socket2]
features = ["all"]
version = "0.5"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.criterion]
version = "0.5"

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

[package]
authors = ["Wouter Coppieters"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "command-line-utilities"]
description = "A library for ICMP, UDP, and TCP ping functionality"
edition = "2021"
keywords = ["networking", "ping", "icmp", "udp", "tcp"]
license = "MIT OR Apache-2.0"
name = "anti-ping"
readme = false
repository = "https://github.com/wouterken/anti"
version = "0.1.2"