fluence-fork-libp2p-swarm 0.28.1

The libp2p swarm
Documentation
[package]
name = "fluence-fork-libp2p-swarm"
edition = "2018"
description = "The libp2p swarm"
version = "0.28.1"
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"]

[lib]
name = "libp2p_swarm"

[dependencies]
either = "1.6.0"
futures = "0.3.1"
libp2p-core = { version = "0.27.2", path = "../core", package = "fluence-fork-libp2p-core" }
log = "0.4"
rand = "0.7"
smallvec = "1.0"
wasm-timer = "0.2"
void = "1"

[dev-dependencies]
libp2p-mplex = { path = "../muxers/mplex", package = "fluence-fork-libp2p-mplex" }
libp2p-noise = { path = "../transports/noise", package = "fluence-fork-libp2p-noise" }
quickcheck = "0.9.0"
rand = "0.7.2"

[package.metadata.workspaces]
independent = true