tiny-ping 0.5.0

Small Asynchronous ICMP library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "tiny-ping"
version = "0.5.0"
authors = ["Lucas Rooyakkers <lucas.rooyakkers@pm.me>", "An Long <aisk1988@gmail.com>", "kolapapa <milk346512016@gmail.com>"]
license = "MIT"
description = "Small Asynchronous ICMP library"
repository = "https://github.com/Fierthraix/ping"
edition = "2018"

[dependencies]
log = "0.4"
parking_lot = "0.11"
socket2 = { version = "0.4.0", features = ["all"] }
tokio = { version = "1.5", features = ["net", "rt", "time"] }