io-lifetimes 0.3.1

A low-level I/O ownership and borrowing library
Documentation
[badges.maintenance]
status = "actively-developed"
[build-dependencies.rustc_version]
version = "0.4.0"
[dependencies.async-std]
features = ["unstable"]
optional = true
version = "1.9.0"

[dependencies.fs-err]
optional = true
version = "2.6.0"

[dependencies.mio]
features = ["net", "os-ext"]
optional = true
version = "0.7.11"

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

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

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

[features]
close = ["libc"]
default = ["close"]

[package]
authors = ["Dan Gohman <dev@sunfishcode.online>"]
categories = ["os", "rust-patterns"]
description = "A low-level I/O ownership and borrowing library"
edition = "2018"
exclude = ["/.github"]
keywords = ["api", "io"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "io-lifetimes"
repository = "https://github.com/sunfishcode/io-lifetimes"
version = "0.3.1"
[target."cfg(not(windows))".dependencies.libc]
optional = true
version = "0.2.96"
[target."cfg(windows)".dependencies.winapi]
features = ["handleapi", "std", "winsock2"]
version = "0.3.9"