win_event_hook 0.4.2

A safe rust API for using SetWinEventHook, powered by the windows crate
Documentation
# 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.2"
authors = ["Ben <ben+crates@bengreenier.com>"]
build = false
publish = true
autolib = false
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.11"

[dependencies.lazy_static]
version = "1.5"

[dependencies.rayon]
version = "1.11"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.tracing-test]
version = "0.2"

[target."cfg(windows)".dependencies.windows]
version = "0.62.2"
features = [
    "Win32_Foundation",
    "Win32_UI_Accessibility",
    "Win32_UI_WindowsAndMessaging",
    "Win32_System_Threading",
]