summaryrefslogtreecommitdiffstats
path: root/pinger/Cargo.toml
blob: 06d537d6dd7eeaf2e83170e4df23204a74deb9b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "pinger"
version = "1.1.1"
authors = ["Tom Forbes <tom@tomforb.es>"]
edition = "2018"
license = "MIT"
description = "A small cross-platform library to execute the ping command and parse the output"
repository = "https://github.com/orf/pinger/"

[dependencies]
anyhow = "1.0.81"
thiserror = "1.0.58"
rand = "0.8.5"
lazy-regex = "3.1.0"

[target.'cfg(windows)'.dependencies]
winping = "0.10.1"
dns-lookup = "2.0.0"

[dev-dependencies]
os_info = "3.8.1"