# 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 = "2018" name = "pinger" version = "1.3.0" authors = ["Tom Forbes "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A small cross-platform library to execute the ping command and parse the output" readme = "README.md" license = "MIT" repository = "https://github.com/orf/pinger/" [lib] name = "pinger" path = "src/lib.rs" [[example]] name = "simple-ping" path = "examples/simple-ping.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.lazy-regex] version = "3.1.0" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "2.0.3" [dev-dependencies.os_info] version = "3.8.1" [target."cfg(windows)".dependencies.dns-lookup] version = "2.0.0" [target."cfg(windows)".dependencies.winping] version = "0.10.1"