# 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 = "2021" rust-version = "1.74.0" name = "async-icmp" version = "0.1.0" authors = ["Marshall Pierce "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Unprivileged async ICMP library" documentation = "https://docs.rs/async-icmp" readme = "README.md" keywords = [ "icmp", "async", "networking", "protocol", ] categories = [ "network-programming", "asynchronous", ] license = "COIL-1.0" repository = "https://bitbucket.org/marshallpierce/async-icmp" [lib] name = "async_icmp" path = "src/lib.rs" [[example]] name = "ping" path = "examples/ping.rs" [dependencies.socket2] version = "0.5.7" [dependencies.thiserror] version = "2.0.3" [dependencies.tokio] version = "1.41.1" features = ["net"] [dependencies.winnow] version = "0.6.20" [dev-dependencies.anyhow] version = "1.0.93" [dev-dependencies.clap] version = "4.5.20" features = ["derive"] [dev-dependencies.env_logger] version = "0.11.5" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.humantime] version = "2.1.0" [dev-dependencies.itertools] version = "0.13.0" [dev-dependencies.log] version = "0.4.22" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.41.1" features = ["full"]