os-monitor 0.1.1

OS level monitor for tracking window focus and input events
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "os-monitor"
version = "0.1.1"
edition = "2021"
authors = ["Paul Hovley <rphovley@gmail.com>"]
description = "OS level monitor for tracking window focus and input events"
license = "MIT"
repository = "https://github.com/CodeClimbersIO/os-monitor"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
thiserror = "2.0.8"
once_cell = "1.18"
ctrlc = "3.4.5"

[build-dependencies]
cc = "1.0"