# 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 = "ipipe" version = "0.11.7" authors = ["Griffin O'Neill "] description = "Cross-platform named-pipe API.\n" homepage = "https://github.com/Eolu/ipipe" documentation = "https://docs.rs/ipipe" readme = "README.md" keywords = ["pipe", "ipc", "fifo"] categories = ["filesystem", "os::unix-apis", "os::windows-apis", "api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/Eolu/ipipe" [dependencies.flurry] version = "0.3.1" optional = true [dependencies.lazy_static] version = "1.4" optional = true [dependencies.rand] version = "0.5" optional = true [dependencies.tokio] version = "1.14" features = ["rt", "sync"] optional = true [features] channels = [] default = ["static_pipe", "rand"] static_pipe = ["lazy_static", "flurry"] tokio_channels = ["tokio"] [target."cfg(unix)".dependencies.nix] version = "0.24.1" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["winerror", "winbase", "handleapi", "fileapi", "namedpipeapi"] [target."cfg(windows)".dependencies.windows] version = "0.33" features = ["Win32_Security", "Win32_Foundation"]