# 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" name = "ping-async" version = "0.1.1" authors = ["hankbao "] description = "Unprivileged Async Ping" homepage = "https://lib.rs/crates/ping-async" documentation = "https://docs.rs/ping-async" readme = "README.md" keywords = [ "ping", "icmp", "async", "tokio", "future", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/hankbao/ping-async" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.static_assertions] version = "1.1.0" [dev-dependencies.tokio] version = "1.36" features = [ "macros", "rt-multi-thread", "time", ] [dev-dependencies.tokio-stream] version = "0.1" features = ["time"] [target."cfg(any(target_os = \"macos\", target_os = \"linux\"))".dependencies.byteorder] version = "1.0" [target."cfg(any(target_os = \"macos\", target_os = \"linux\"))".dependencies.ippacket] version = "0.1" [target."cfg(any(target_os = \"macos\", target_os = \"linux\"))".dependencies.rand] version = "0.8" [target."cfg(any(target_os = \"macos\", target_os = \"linux\"))".dependencies.socket2] version = "0.5.6" [target."cfg(any(target_os = \"macos\", target_os = \"linux\"))".dependencies.tokio] version = "1.36" features = [ "macros", "net", "rt", "time", ] [target."cfg(windows)".dependencies.windows] version = "0.54.0" features = [ "Win32_Foundation", "Win32_Networking_WinSock", "Win32_NetworkManagement_IpHelper", "Win32_Security", "Win32_System_IO", "Win32_System_Threading", "Win32_System_WindowsProgramming", ]