tiny-ping 0.6.0

Small Asynchronous ICMP library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "tiny-ping"
version = "0.6.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 = "2024"

[dependencies]
socket2 = { version = "0.6", features = ["all"] }
tokio = { version = "1.5", features = ["net", "rt", "time"] }