# 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 = "2021" name = "winpipe" version = "0.1.1" authors = ["Alexander Schütz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Blocking rust wrapper for Windows named pipes with very similar api to UnixStream/UnixListen." readme = "README.md" keywords = [ "pipe", "pipes", "windows", "named_pipes", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/AlexanderSchuetz97/winpipe" [lib] name = "winpipe" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.log] version = "0.4.22" optional = true [dev-dependencies.colog] version = "1.3.0" [dev-dependencies.log] version = "0.4.22" [dev-dependencies.serial_test] version = "3.1.1" default-features = false [features] default = ["logging"] logging = ["log"] [target.'cfg(target_os = "windows")'.dependencies.defer-heavy] version = "0.1.0" [target.'cfg(target_os = "windows")'.dependencies.rand] version = "0.8.5" [target.'cfg(target_os = "windows")'.dependencies.sync-ptr] version = "0.1.1" [target.'cfg(target_os = "windows")'.dependencies.windows] version = "0.58.0" features = [ "Win32_System_Pipes", "Win32", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Diagnostics", "Win32_System_Diagnostics_Debug", "Win32_System_Threading", "Win32_System_IO", ]