[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"]