blob: ef0f1b9ebb5643cfbdec79d8edcb9525aafd8755 [file] [log] [blame] [edit]
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2018"
name = "os_pipe"
version = "1.0.0"
authors = ["Jack O'Connor"]
description = "a cross-platform library for opening OS pipes"
documentation = "https://docs.rs/os_pipe"
readme = "README.md"
keywords = ["pipe", "pipe2", "createpipe", "dup"]
license = "MIT"
repository = "https://github.com/oconnor663/os_pipe.rs"
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.62"
[target."cfg(windows)".dependencies.winapi]
version = "0.3.5"
features = ["handleapi", "namedpipeapi", "processthreadsapi", "winnt"]