p2ping 0.0.6

ping a libp2p peer
Documentation
[package]
name = "p2ping"
version = "0.0.6"
edition = "2021"
license = "MIT"
description = "ping a libp2p peer"
repository = "https://github.com/btwiuse/p2ping"
documentation = "https://docs.rs/p2ping"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.4", features = ["derive"] }
either = "1.8.1"
futures = "0.3.30"
hex = "0.4.3"
libp2p = { version = "0.51.4", features = ["tcp", "dns", "tokio", "noise", "yamux", "websocket", "ping", "macros", "identify", "rsa", "secp256k1", "quic", "relay", "ecdsa", "kad"] }
tokio = { version = "1.35.1", features = ["full"] }