p2ping 0.1.0

ping a libp2p peer
Documentation
# 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 = "2024"
name = "p2ping"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ping a libp2p peer"
documentation = "https://docs.rs/p2ping"
readme = "README.md"
license = "MIT"
repository = "https://github.com/btwiuse/p2ping"

[lib]
name = "p2ping"
path = "src/lib.rs"

[[bin]]
name = "p2ping"
path = "src/main.rs"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.either]
version = "1.15.0"

[dependencies.futures]
version = "0.3.32"

[dependencies.hex]
version = "0.4.3"

[dependencies.libp2p]
version = "0.56.0"
features = [
    "tcp",
    "dns",
    "tokio",
    "noise",
    "yamux",
    "websocket",
    "ping",
    "macros",
    "identify",
    "rsa",
    "secp256k1",
    "quic",
    "relay",
    "ecdsa",
    "kad",
]

[dependencies.libp2p-noise]
version = "0.46.1"

[dependencies.libp2p-tls]
version = "0.6.2"

[dependencies.libp2p-yamux]
version = "0.47.0"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.tokio]
version = "1.50.0"
features = ["full"]