socketpair 0.19.5

Cross-platform socketpair functionality
Documentation
[dependencies.async-std]
optional = true
version = "1.10.0"

[dependencies.io-extras]
version = "0.18.0"

[dependencies.io-lifetimes]
default-features = false
version = "2.0.0"

[dependencies.tokio]
optional = true
version = "1.8.1"
[dev-dependencies.anyhow]
version = "1.0.38"

[features]
default = []
use_async_std = ["async-std", "io-extras/async-std"]
use_tokio = ["tokio", "io-extras/tokio"]

[package]
authors = ["Dan Gohman <dev@sunfishcode.online>"]
categories = ["rust-patterns"]
description = "Cross-platform socketpair functionality"
edition = "2021"
exclude = ["/.github"]
keywords = ["io"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "socketpair"
readme = "README.md"
repository = "https://github.com/sunfishcode/socketpair"
version = "0.19.5"
[target."cfg(not(windows))".dependencies.rustix]
features = ["net"]
version = "0.38.0"
[target."cfg(windows)".dependencies.uuid]
features = ["v4"]
version = "1.0.0"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Pipes"]
version = "0.52.0"