# 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.1.4" 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" [package.metadata.docs.rs] features = ["io_safety"] [features] io_safety = [] [target."cfg(not(windows))".dependencies.libc] version = "0.2.62" [target."cfg(windows)".dependencies.windows-sys] version = "0.48.0" features = [ "Win32_Foundation", "Win32_System_Pipes", "Win32_Security", "Win32_System_Threading", ]