os_pipe 0.8.0

a cross-platform library for opening OS pipes
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "os_pipe"
version = "0.8.0"
authors = ["Jack O'Connor"]
description = "a cross-platform library for opening OS pipes"
documentation = "https://docs.rs/os_pipe"
license = "MIT"
repository = "https://github.com/oconnor663/os_pipe.rs"
[target."cfg(not(windows))".dependencies.nix]
version = "0.11.0"
[target."cfg(windows)".dependencies.winapi]
version = "0.3.5"
features = ["handleapi", "namedpipeapi", "processenv", "winbase"]