libp2p-ping 0.46.0

Ping protocol for libp2p
Documentation
[dependencies.futures]
version = "0.3.30"

[dependencies.futures-timer]
version = "3.0.3"

[dependencies.libp2p-core]
version = "0.43.0"

[dependencies.libp2p-identity]
version = "0.2.10"

[dependencies.libp2p-swarm]
version = "0.46.0"

[dependencies.rand]
version = "0.8"

[dependencies.tracing]
version = "0.1.41"

[dependencies.web-time]
version = "1.1.0"

[dev-dependencies.libp2p-swarm]
features = ["macros"]
version = "0.46.0"

[dev-dependencies.tokio]
default-features = false
features = ["rt", "macros"]
version = "1.38"

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

[lints.clippy]
dbg_macro = "warn"
manual_let_else = "warn"
type_complexity = "allow"
unnecessary_wraps = "warn"
used_underscore_binding = "warn"

[lints.clippy.pedantic]
level = "allow"
priority = -1

[lints.rust]
unreachable_pub = "warn"

[package]
authors = ["Parity Technologies <admin@parity.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "asynchronous"]
description = "Ping protocol for libp2p"
edition = "2021"
keywords = ["peer-to-peer", "libp2p", "networking"]
license = "MIT"
name = "libp2p-ping"
readme = false
repository = "https://github.com/libp2p/rust-libp2p"
rust-version = "1.83.0"
version = "0.46.0"

[package.metadata.docs.rs]
all-features = true

[[test]]
name = "ping"
path = "tests/ping.rs"