io-extras 0.18.0

File/socket handle/descriptor utilities
Documentation
[dependencies.async-std]
features = ["unstable"]
optional = true
version = "1.12.0"

[dependencies.io-lifetimes]
version = "2.0.0"

[dependencies.mio]
optional = true
version = "0.8.0"

[dependencies.os_pipe]
optional = true
version = "1.0.0"

[dependencies.socket2]
optional = true
version = "0.4.0"

[dependencies.tokio]
features = ["io-std", "fs", "net", "process"]
optional = true
version = "1.6.0"
[dev-dependencies.os_pipe]
version = "1.0.0"

[features]
default = []
use_async_std = ["async-std"]
use_mio_net = ["mio", "mio/net"]
use_mio_os_ext = ["mio", "mio/os-ext"]
use_os_pipe = ["os_pipe"]
use_socket2 = ["socket2"]
use_tokio = ["tokio"]

[package]
authors = ["Dan Gohman <dev@sunfishcode.online>"]
categories = ["os", "rust-patterns"]
description = "File/socket handle/descriptor utilities"
edition = "2021"
include = ["src", "build.rs", "Cargo.toml", "COPYRIGHT", "LICENSE*", "/*.md"]
keywords = ["api", "io", "stream"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "io-extras"
readme = "README.md"
repository = "https://github.com/sunfishcode/io-extras"
rust-version = "1.63"
version = "0.18.0"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_System_Console"]
version = "0.48.0"