win-hotkeys 0.5.1

A lightweight, thread-safe rust library for system-wide hotkey management on Windows
Documentation
[dependencies.crossbeam-channel]
version = "0.5.14"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.windows]
features = ["Win32_Foundation", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_WindowsAndMessaging"]
version = "0.60"

[[example]]
name = "app_command"
path = "examples/app_command.rs"

[[example]]
name = "handles"
path = "examples/handles.rs"

[[example]]
name = "pause"
path = "examples/pause.rs"

[[example]]
name = "pomodoro_timer"
path = "examples/pomodoro_timer.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[[example]]
name = "vkeys"
path = "examples/vkeys.rs"

[lib]
name = "win_hotkeys"
path = "src/lib.rs"

[package]
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 system-wide hotkey management on Windows"
documentation = "https://docs.rs/win-hotkeys"
edition = "2021"
homepage = "https://github.com/iholston/win-hotkeys"
keywords = ["hotkey", "windows", "keyboard", "global", "win32"]
license = "MIT"
name = "win-hotkeys"
readme = "README.md"
repository = "https://github.com/iholston/win-hotkeys"
version = "0.5.1"

[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"]