[dependencies.async-std]
optional = true
version = "1.6.2"
[dependencies.futures]
version = "0.3.30"
[dependencies.libp2p-core]
version = "0.42.0"
[dependencies.tokio]
default-features = false
features = ["net"]
optional = true
version = "1.38"
[dependencies.tracing]
version = "0.1.37"
[dev-dependencies.tempfile]
version = "3.10"
[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>"]
categories = ["network-programming", "asynchronous"]
description = "Unix domain sockets transport for libp2p"
edition = "2021"
keywords = ["peer-to-peer", "libp2p", "networking"]
license = "MIT"
name = "libp2p-uds"
repository = "https://github.com/libp2p/rust-libp2p"
rust-version = "1.75.0"
version = "0.41.0"
[package.metadata.docs.rs]
all-features = true