printer_event_handler 1.4.0

A cross-platform printer status monitoring library for Windows and Linux
Documentation
[package]

name = "printer_event_handler"

version = "1.4.0"

edition = "2021"

description = "A cross-platform printer status monitoring library for Windows and Linux"

license = "MIT OR Apache-2.0"

repository = "https://github.com/PajakKamil/printer_event_handler"

keywords = ["printer", "monitoring", "cups", "wmi", "cross-platform"]

categories = ["os", "api-bindings"]



[[bin]]

name = "printer_monitor"

path = "src/main.rs"



[lib]

name = "printer_event_handler"

path = "src/lib.rs"



[dependencies]

serde = { version = "1.0.228", features = ["derive"] }

tokio = { version = "1.48.0", features = ["rt-multi-thread", "macros", "time", "process", "fs", "sync"] }

tokio-util = "0.7"

log = "0.4.28"

env_logger = "0.11.8"

chrono = { version = "0.4.42", features = ["serde"] }

async-trait = "0.1.89"



[target.'cfg(windows)'.dependencies]

wmi = "0.17.2"