io-streams 0.12.0

Unbuffered and unlocked I/O streams
Documentation
[dependencies.async-std]
optional = true
version = "1.10.0"

[dependencies.char-device]
optional = true
version = "0.13.0"

[dependencies.duplex]
version = "0.13.0"

[dependencies.io-extras]
features = ["os_pipe"]
version = "0.15.0"

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

[dependencies.layered-io]
optional = true
version = "0.14.0"

[dependencies.memchr]
version = "2.3.4"

[dependencies.parking]
version = "2.0.0"

[dependencies.socketpair]
optional = true
version = "0.16.0"

[dependencies.system-interface]
features = ["use_os_pipe", "socketpair"]
version = "0.21.0"

[dependencies.terminal-io]
optional = true
version = "0.14.0"

[dependencies.tokio]
features = ["fs", "net"]
optional = true
version = "1.8.1"

[dependencies.utf8-io]
optional = true
version = "0.13.0"
[dev-dependencies.anyhow]
version = "1.0.38"

[dev-dependencies.cap-tempfile]
version = "0.25.0"

[dev-dependencies.char-device]
version = "0.13.0"

[dev-dependencies.duplex]
features = ["char-device"]
version = "0.13.0"

[features]
default = []
use_async_std = ["async-std", "io-lifetimes/async-std", "io-lifetimes/async-std"]
use_async_std_char_device = ["use_char_device", "char-device/use_async_std", "duplex/use_async_std_char_device", "system-interface/char-device"]
use_async_std_socketpair = ["use_socketpair", "socketpair/use_async_std", "duplex/use_async_std_socketpair", "system-interface/socketpair"]
use_char_device = ["char-device", "duplex/char-device", "system-interface/char-device"]
use_socketpair = ["socketpair", "duplex/socketpair", "system-interface/socketpair"]
use_tokio = ["tokio", "io-lifetimes/tokio", "io-lifetimes/tokio"]
use_tokio_char_device = ["use_char_device", "char-device/use_tokio", "duplex/use_tokio_char_device", "system-interface/char-device"]
use_tokio_socketpair = ["use_socketpair", "socketpair/use_tokio", "duplex/use_tokio_socketpair", "system-interface/socketpair"]

[package]
authors = ["Dan Gohman <dev@sunfishcode.online>"]
categories = ["rust-patterns"]
description = "Unbuffered and unlocked I/O streams"
edition = "2018"
exclude = ["/.github"]
keywords = ["io"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "io-streams"
repository = "https://github.com/sunfishcode/io-streams"
version = "0.12.0"
[package.metadata.docs.rs]
features = ["use_async_std_char_device", "use_async_std_socketpair", "use_tokio_char_device", "use_tokio_socketpair"]
rustdoc-args = ["--cfg", "doc_cfg"]
[target."cfg(not(target_os = \"wasi\"))".dependencies.os_pipe]
version = "1.0.0"
[target."cfg(not(windows))".dependencies.rustix]
version = "0.35.6"