icmp-socket/Cargo.toml

18 lines
444 B
TOML
Raw Normal View History

2021-01-08 15:16:02 -05:00
[package]
2021-01-12 21:10:11 -05:00
name = "icmp-socket"
2021-01-31 09:18:38 -05:00
description = "ICMP sockets for both IPv4 and IPv6"
2022-02-09 18:57:34 -05:00
version = "0.2.0"
2021-01-31 09:18:38 -05:00
repository = "https://github.com/zaphar/icmp-socket"
2021-01-08 15:16:02 -05:00
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
edition = "2018"
2021-01-31 09:18:38 -05:00
license = "Apache-2.0"
2021-01-08 15:16:02 -05:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-02-02 23:07:24 -05:00
byteorder = "1.3.4"
[dependencies.socket2]
version = "0.4.4"
features=[ "all" ]