single-ping 0.1.1

Send single pings written in pure Rust
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 = "2024"
name = "single-ping"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Send single pings written in pure Rust"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/joedborg/single-ping"

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

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