Cargo Features

[dependencies]
rasi-mio = { version = "0.2.6", default-features = false, features = ["windows_named_pipe"] }
default = windows_named_pipe

The windows_named_pipe feature is set by default whenever rasi-mio is added without default-features = false somewhere in the dependency tree.

windows_named_pipe default

Enables Win32_Foundation, Win32_Security, Win32_Storage_FileSystem, Win32_System_Pipes and Win32_System_SystemServices of windows-sys

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

windows-sys win windows_named_pipe