libp2p-uds 0.44.0

Unix domain sockets transport for libp2p
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.88.0"
name = "libp2p-uds"
version = "0.44.0"
authors = ["Parity Technologies <admin@parity.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unix domain sockets transport for libp2p"
readme = false
keywords = [
    "peer-to-peer",
    "libp2p",
    "networking",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[lib]
name = "libp2p_uds"
path = "src/lib.rs"

[dependencies.futures]
version = "0.3"

[dependencies.libp2p-core]
version = "0.44.0"

[dependencies.tokio]
version = "1.53"
features = ["net"]
optional = true
default-features = false

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tempfile]
version = "3.27"

[dev-dependencies.tokio]
version = "1.53"
features = [
    "rt",
    "macros",
    "io-util",
]
default-features = false

[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"