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