hidmon 0.1.0

Lightweight, callback-based keyboard/mouse monitoring
[[bin]]
name = "hidmon"
path = "src/main.rs"

[dependencies.errno]
version = "0.3.10"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.windows]
features = ["Win32_UI_WindowsAndMessaging", "Win32_System_Threading"]
version = "0.59.0"

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

[lints.clippy]
nursery = "warn"
pedantic = "warn"

[package]
authors = ["Brett Koenig <koenigbs18@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Lightweight, callback-based keyboard/mouse monitoring"
edition = "2021"
keywords = ["windows", "keyboard", "mouse", "hid"]
license = "Apache-2.0"
name = "hidmon"
readme = "README.md"
repository = "https://github.com/koenigbs18/hidmon"
version = "0.1.0"