[package] name = "fluence-fork-libp2p-uds" edition = "2018" description = "Unix domain sockets transport for libp2p" version = "0.27.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" keywords = ["peer-to-peer", "libp2p", "networking"] categories = ["network-programming", "asynchronous"] [lib] name = "libp2p_uds" [target.'cfg(all(unix, not(target_os = "emscripten")))'.dependencies] async-std = { version = "1.6.2", optional = true } libp2p-core = { package = "fluence-fork-libp2p-core", version = "0.27.1", path = "../../core" } log = "0.4.1" futures = "0.3.1" tokio = { version = "1.0.1", default-features = false, features = ["net"], optional = true } [target.'cfg(all(unix, not(target_os = "emscripten")))'.dev-dependencies] tempfile = "3.0" [features] default = ["async-std"] [package.metadata.workspaces] independent = true