[package] name = "async-icmp" version = "0.1.0" edition = "2021" authors = ["Marshall Pierce "] description = "Unprivileged async ICMP library" repository = "https://bitbucket.org/marshallpierce/async-icmp" documentation = "https://docs.rs/async-icmp" readme = "README.md" keywords = ["icmp", "async", "networking", "protocol"] categories = ["network-programming", "asynchronous"] license = "COIL-1.0" rust-version = "1.74.0" [dependencies] tokio = { version = "1.41.1", features = ["net"] } thiserror = "2.0.3" socket2 = "0.5.7" winnow = "0.6.20" [dev-dependencies] hex = "0.4.3" anyhow = "1.0.93" tokio = { version = "1.41.1", features = ["full"] } clap = { version = "4.5.20", features = ["derive"] } rand = "0.8.5" log = "0.4.22" env_logger = "0.11.5" hex-literal = "0.4.1" itertools = "0.13.0" humantime = "2.1.0"