Cargo Features

[dependencies]
win-hotkey = { version = "0.3.0", default-features = false, features = ["thread_safe", "upcoming_update"] }
default = thread_safe

The thread_safe feature is set by default whenever win-hotkey is added without default-features = false somewhere in the dependency tree.

thread_safe default

Affects win-hotkey::global, win-hotkey::thread_safe

upcoming_update

Affects global::GlobalHotkeyManagerImpl.update