io-extras 0.12.2

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

[dependencies.io-lifetimes]
default-features = false
version = "0.4.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", "io-lifetimes/async-std"]
use_mio_net = ["mio", "mio/net", "io-lifetimes/mio"]
use_mio_os_ext = ["mio", "mio/os-ext", "io-lifetimes/mio"]
use_os_pipe = ["os_pipe", "io-lifetimes/os_pipe"]
use_socket2 = ["socket2", "io-lifetimes/socket2"]
use_tokio = ["tokio", "io-lifetimes/tokio"]

[package]
authors = ["Dan Gohman <dev@sunfishcode.online>"]
categories = ["os", "rust-patterns"]
description = "File/socket handle/descriptor utilities"
edition = "2018"
exclude = ["/.github"]
keywords = ["api", "io", "stream"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "io-extras"
repository = "https://github.com/sunfishcode/io-extras"
version = "0.12.2"
[target."cfg(windows)".dependencies.winapi]
features = ["consoleapi", "handleapi", "processenv", "std", "winbase", "winerror"]
version = "0.3.9"