ipipe 0.8.2

Cross-platform named-pipe API.
Documentation
[dependencies.flurry]
optional = true
version = "0.3.1"

[dependencies.lazy_static]
optional = true
version = "1.4"

[dependencies.rand]
optional = true
version = "0.5"

[features]
channels = []
default = ["static_pipe", "rand"]
static_pipe = ["lazy_static", "flurry"]

[package]
authors = ["Griffin O'Neill <gsoneill1003@gmail.com>"]
categories = ["filesystem", "os::unix-apis", "os::windows-apis", "api-bindings"]
description = "Cross-platform named-pipe API.\n"
documentation = "https://docs.rs/ipipe"
edition = "2018"
homepage = "https://github.com/Eolu/ipipe"
keywords = ["pipe", "ipc", "fifo"]
license = "MIT OR Apache-2.0"
name = "ipipe"
readme = "README.md"
repository = "https://github.com/Eolu/ipipe"
version = "0.8.2"
[target."cfg(unix)".dependencies.nix]
version = "0.19"
[target."cfg(windows)".dependencies.winapi]
features = ["winerror", "winbase", "handleapi", "fileapi", "namedpipeapi"]
version = "0.3"