# 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-rs" version = "0.1.2" authors = ["Ruxo Zheng "] description = "Provide ICMP Echo (ping) functionality for both Windows and Linux" homepage = "https://docs.rs/ping-rs/" documentation = "https://docs.rs/ping-rs/" readme = "README.md" license = "MIT" repository = "https://github.com/ruxo/ping-rs" [dependencies.futures] version = "0.3" [target."cfg(unix)".dependencies.mio] version = "0.8" features = [ "os-poll", "os-ext", "net", ] [target."cfg(unix)".dependencies.paste] version = "1" [target."cfg(unix)".dependencies.socket2] version = "0.4" features = ["all"] [target."cfg(windows)".dependencies.windows] version = "0.43" features = [ "Win32_Foundation", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_Networking_WinSock", "Win32_NetworkManagement_IpHelper", "Win32_Security", "Win32_System_Diagnostics_Debug", ]