tetsy-libp2p-ping 0.27.0

Ping protocol for libp2p
Documentation
[package]
name = "tetsy-libp2p-ping"
edition = "2018"
description = "Ping protocol for libp2p"
version = "0.27.0"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]

[dependencies]
futures = "0.3.1"
tetsy-libp2p-core = { version = "0.27.0", path = "../../core" }
tetsy-libp2p-swarm = { version = "0.27.0", path = "../../swarm" }
log = "0.4.1"
rand = "0.7.2"
void = "1.0"
wasm-timer = "0.2"

[dev-dependencies]
async-std = "1.6.2"
tetsy-libp2p-tcp = { path = "../../transports/tcp" }
tetsy-libp2p-noise = { path = "../../protocols/noise" }
tetsy-libp2p-remux = { path = "../../muxers/remux" }
tetsy-libp2p-mplex = { path = "../../muxers/mplex" }
quickcheck = "0.9.0"