[package]
edition = "2018"
name = "named_pipe"
version = "0.4.1"
authors = ["Anatoly Ikorsky <aikorsky@gmail.com>"]
description = "Wrapper for overlapped (asyncronous) IO of Windows's named pipes"
documentation = "https://blackbeam.github.io/named_pipe/named_pipe/index.html"
readme = "README.md"
keywords = ["windows", "named", "pipes"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/blackbeam/named_pipe"
[profile.test]
opt-level = 0
debug = true
[dependencies.winapi]
version = "0.3"
features = ["errhandlingapi", "handleapi", "ioapiset", "minwindef", "namedpipeapi", "synchapi", "winbase", "winerror"]