# 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 = "win_event_hook" version = "0.4.0" authors = ["Ben "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "A safe rust API for using SetWinEventHook, powered by the windows crate" documentation = "https://docs.rs/win_event_hook" readme = "README.md" keywords = [ "windows", "api", ] categories = [ "api-bindings", "os", "os::windows-apis", ] license = "MIT" repository = "https://github.com/bengreenier/win_event_hook" [package.metadata.docs.rs] targets = ["x86_64-pc-windows-msvc"] [lib] name = "win_event_hook" path = "src/lib.rs" [dependencies.bitflags] version = "2.3" [dependencies.lazy_static] version = "1.4" [dependencies.rayon] version = "1.7" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dev-dependencies.tracing-test] version = "0.2" [target."cfg(windows)".dependencies.windows] version = "0.58" features = [ "Win32_Foundation", "Win32_UI_Accessibility", "Win32_UI_WindowsAndMessaging", "Win32_System_Threading", ]