# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "system-events" version = "0.1.1" authors = ["maxu "] description = "system events monitor" homepage = "https://github.com/imxood/system-events" readme = "Readme.md" keywords = [ "system", "monitor", "event", ] license = "MIT" repository = "https://github.com/imxood/system-events" [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.windows] version = "0.48" features = [ "Win32_System_LibraryLoader", "Win32_Graphics_Gdi", "Data_Xml_Dom", "Win32_Foundation", "Win32_Security", "Win32_System_Power", "Win32_System_Threading", "Win32_System_SystemServices", "Win32_UI_WindowsAndMessaging", "Win32_UI_Shell", ]