Cargo Features

[dependencies]
pageant = { version = "0.2.0", default-features = false, features = ["wmmessage", "namedpipes"] }
default = namedpipes, wmmessage

These default features are set whenever pageant is added without default-features = false somewhere in the dependency tree.

wmmessage default

Enables io-util and rt of tokio, Win32_System_DataExchange, Win32_System_Memory, Win32_System_Threading and Win32_UI_WindowsAndMessaging of windows

Affects pageant::wmmessage

namedpipes default

Since PuTTY 0.75 Pageant switched to a more robust named pipes bases communication

Enables sha2, windows-strings, net and time of tokio, Win32_Security…Identity and Win32_Security_Cryptography of windows

Affects pageant::namedpipes