icmp-socket/Cargo.toml

18 lines
444 B
TOML

[package]
name = "icmp-socket"
description = "ICMP sockets for both IPv4 and IPv6"
version = "0.2.0"
repository = "https://github.com/zaphar/icmp-socket"
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
edition = "2018"
license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
byteorder = "1.3.4"
[dependencies.socket2]
version = "0.4.4"
features=[ "all" ]