[dependencies.bitflags]
version = "2.6.0"
[dependencies.crossbeam-channel]
version = "0.5.13"
[dependencies.keyboard-types]
version = "0.7.0"
[dependencies.once_cell]
version = "1.20.2"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dependencies.thiserror]
version = "2.0.3"
[dependencies.windows-sys]
features = ["Win32_UI_WindowsAndMessaging", "Win32_Foundation", "Win32_System_SystemServices", "Win32_Graphics_Gdi", "Win32_UI_Shell", "Win32_UI_Input_KeyboardAndMouse"]
version = "0.59"
[features]
serde = ["dep:serde"]
[lib]
name = "win_hotkey"
path = "src/lib.rs"
[package]
authors = ["0xJWLabs <0xJWLabs@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["gui"]
description = "Global hotkeys for Desktop Applications on Windows"
documentation = "https://docs.rs/win-hotkey"
edition = "2021"
homepage = "https://github.com/0xJWLabs/win-hotkey"
keywords = ["windowing", "window-hotkey", "hotkey"]
license = "Apache-2.0"
name = "win-hotkey"
readme = "README.md"
repository = "https://github.com/0xJWLabs/win-hotkey"
version = "0.1.1"