icmp-socket2 0.4.1

ICMP sockets for both IPv4 and IPv6. Fork of icmp-socket
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 = "icmp-socket2"
version = "0.4.1"
authors = [
    "Jeremy Wall <jeremy@marzhillstudios.com>",
    "Nils Andreas Svee <me@lochnair.net>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ICMP sockets for both IPv4 and IPv6. Fork of icmp-socket"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Lochnair/icmp-socket2"

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

[[example]]
name = "ping4"
path = "examples/ping4.rs"

[[example]]
name = "ping6"
path = "examples/ping6.rs"

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