uds-fork 0.5.4

A unix domain socket crate that supports abstract addresses, fd-passing and seqpacket sockets.
Documentation
# 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"
name = "uds-fork"
version = "0.5.4"
authors = [
    "Torbjørn Birch Moltu <t.b.moltu@lyse.net>",
    "Aleksandr Morozov <alex@nixd.org>",
]
build = false
exclude = [
    "tests",
    "src/bin",
    ".vscode",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A unix domain socket crate that supports abstract addresses, fd-passing and seqpacket sockets.
"""
readme = "README.md"
keywords = [
    "unix",
    "socket",
    "seqpacket",
    "abstract",
    "fdpassing",
]
categories = [
    "os::unix-apis",
    "asynchronous",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/eesekaj/uds"

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

[target."cfg(unix)".dependencies.libc]
version = "~0.2"