win_uds 0.2.1

Windows Unix Domain Socket
Documentation
[dependencies.async-io]
optional = true
version = "2"

[dependencies.futures-io]
optional = true
version = "0.3.31"

[dependencies.socket2]
version = "0.6.1"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[features]
async = ["dep:async-io", "dep:futures-io"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "os::windows-apis", "api-bindings"]
description = "Windows Unix Domain Socket"
edition = "2024"
keywords = ["windows", "unix", "socket", "uds"]
license = "Unlicense"
name = "win_uds"
readme = "README.md"
repository = "https://github.com/kouhe3/win_uds"
version = "0.2.1"

[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-pc-windows-msvc"

[[test]]
name = "blocking"
path = "tests/blocking.rs"

[[test]]
name = "echo"
path = "tests/echo.rs"

[[test]]
name = "test_async"
path = "tests/test_async.rs"

[[test]]
name = "timeout"
path = "tests/timeout.rs"