libp2p-uds 0.2.0

Unix domain sockets transport for libp2p
Documentation
[package]
authors = ["Parity Technologies <admin@parity.io>"]
categories = ["network-programming", "asynchronous"]
description = "Unix domain sockets transport for libp2p"
keywords = ["peer-to-peer", "libp2p", "networking"]
license = "MIT"
name = "libp2p-uds"
repository = "https://github.com/libp2p/rust-libp2p"
version = "0.2.0"
[target."cfg(all(unix, not(any(target_os = \"emscripten\", target_os = \"unknown\"))))".dependencies.futures]
version = "0.1"

[target."cfg(all(unix, not(any(target_os = \"emscripten\", target_os = \"unknown\"))))".dependencies.libp2p-core]
version = "0.2.0"

[target."cfg(all(unix, not(any(target_os = \"emscripten\", target_os = \"unknown\"))))".dependencies.log]
version = "0.4.1"

[target."cfg(all(unix, not(any(target_os = \"emscripten\", target_os = \"unknown\"))))".dependencies.multiaddr]
package = "parity-multiaddr"
version = "0.1.0"

[target."cfg(all(unix, not(any(target_os = \"emscripten\", target_os = \"unknown\"))))".dependencies.tokio-uds]
version = "0.2"
[target."cfg(all(unix, not(any(target_os = \"emscripten\", target_os = \"unknown\"))))".dev-dependencies.tempfile]
version = "3.0"

[target."cfg(all(unix, not(any(target_os = \"emscripten\", target_os = \"unknown\"))))".dev-dependencies.tokio]
version = "0.1"

[target."cfg(all(unix, not(any(target_os = \"emscripten\", target_os = \"unknown\"))))".dev-dependencies.tokio-io]
version = "0.1"