# 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 = "xping" version = "0.1.0" authors = ["Lars Christensen "] build = false exclude = ["target/release/update-readme.exe"] autobins = false autoexamples = false autotests = false autobenches = false default-run = "xping" description = "Command line ping, re-imagined." homepage = "https://github.com/larsch/xping" readme = "README.md" license = "MIT" repository = "https://github.com/larsch/xping" [[bin]] name = "xping" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" optional = true [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.ctrlc] version = "3.4.4" [dependencies.dns-lookup] version = "2.0.4" [dependencies.hex] version = "0.4.3" [dependencies.int-enum] version = "1.1.1" [dependencies.libc] version = "0.2.153" [dependencies.serde] version = "1.0.202" [dependencies.serde_derive] version = "1.0.202" [dependencies.serde_json] version = "1.0.117" [dependencies.serde_with] version = "3.8.1" [dev-dependencies.lazy_static] version = "1.4.0" [features] anyhow = ["dep:anyhow"] default = ["iphelper"] iphelper = [] skip-network-tests = [] [target."cfg(windows)".dependencies.windows] version = "0.56.0" features = [ "Win32_Networking_WinSock", "Win32_System_IO", "Win32_System_Diagnostics_Debug", "Win32_NetworkManagement_IpHelper", "Win32_System_Threading", "Win32_Security", "Win32_Globalization", ]