[dependencies.rustc-hash]
version = "2.1.0"
[dependencies.windows-sys]
features = ["Win32_UI_WindowsAndMessaging", "Win32_Foundation", "Win32_System_LibraryLoader", "Win32_System_Threading", "Win32_UI_Input_KeyboardAndMouse"]
version = "0.59"
[features]
default = ["thread_safe"]
thread_safe = []
upcoming_update = []
[lib]
name = "win_hotkey"
path = "src/lib.rs"
[package]
authors = ["0xJWLabs <0xJWLabs@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os::windows-apis", "api-bindings"]
description = "A lightweight, thread-safe Rust library for managing system-wide hotkeys on Windows, with high-level abstractions and customizable callbacks."
documentation = "https://docs.rs/win-hotkey"
edition = "2021"
homepage = "https://github.com/0xJWLabs/win-hotkey"
keywords = ["hotkey", "windows", "system-wide", "global", "win32"]
license = "Apache-2.0"
name = "win-hotkey"
readme = "README.md"
repository = "https://github.com/0xJWLabs/win-hotkey"
version = "0.3.0"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc"]