os-monitor 0.1.1

OS level monitor for tracking window focus and input events
Documentation
[[bin]]
name = "os-monitor"
path = "src/main.rs"

[build-dependencies.cc]
version = "1.0"

[dependencies.ctrlc]
version = "3.4.5"

[dependencies.once_cell]
version = "1.18"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.thiserror]
version = "2.0.8"

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

[package]
authors = ["Paul Hovley <rphovley@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "OS level monitor for tracking window focus and input events"
edition = "2021"
license = "MIT"
name = "os-monitor"
readme = "README.md"
repository = "https://github.com/CodeClimbersIO/os-monitor"
version = "0.1.1"