char-device 0.14.0

Character Device I/O
Documentation
[dependencies.async-std]
optional = true
version = "1.10.0"

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

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

[dependencies.tokio]
features = ["fs"]
optional = true
version = "1.8.1"
[dev-dependencies.async-std]
features = ["attributes"]
version = "1.10.0"

[dev-dependencies.tokio]
features = ["io-util", "macros", "rt"]
version = "1.6.0"

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

[package]
authors = ["Dan Gohman <dev@sunfishcode.online>"]
categories = ["rust-patterns"]
description = "Character Device I/O"
edition = "2018"
exclude = ["/.github"]
keywords = ["io"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "char-device"
readme = "README.md"
repository = "https://github.com/sunfishcode/char-device"
version = "0.14.0"
[target."cfg(not(windows))".dependencies.rustix]
features = ["fs"]
version = "0.36.0"
[target."cfg(windows)".dependencies.winapi-util]
version = "0.1.5"