[dev-dependencies.env_logger]
default-features = false
version = "0.4"
[dev-dependencies.rand]
version = "0.4"
[package]
authors = ["Brendan Molloy <brendan@bbqsrc.net>", "Alex Crichton <alex@alexcrichton.com>"]
description = "Windows named pipe bindings for mio"
documentation = "https://docs.rs/mio-named-pipes/"
edition = "2018"
homepage = "https://github.com/bbqsrc/mio-named-pipes"
license = "MIT OR Apache-2.0"
name = "mio-named-pipes"
readme = "README.md"
repository = "https://github.com/bbqsrc/mio-named-pipes"
version = "0.1.7"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-gnu", "i686-pc-windows-gnu"]
[target."cfg(windows)".dependencies.log]
version = "0.4"
[target."cfg(windows)".dependencies.mio]
version = "0.6.5"
[target."cfg(windows)".dependencies.miow]
version = "0.3"
[target."cfg(windows)".dependencies.winapi]
features = ["winerror", "ioapiset", "minwinbase", "winbase"]
version = "0.3"