# 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 = "wineventhook" version = "0.9.0" authors = ["OpenByte "] description = "A rusty wrapper over SetWinEventHook and UnhookWinEvent." homepage = "https://github.com/OpenByteDev/wineventhook-rs" documentation = "https://docs.rs/wineventhook" readme = "README.md" keywords = [ "window", "event", "hook", "UnhookWinEvent", "SetWinEventHook", ] categories = [ "os", "os::windows-apis", "accessibility", ] license = "MIT" repository = "https://github.com/OpenByteDev/wineventhook-rs" [package.metadata.docs.rs] targets = [ "x86_64-pc-windows-msvc", "i686-pc-windows-msvc", ] [dependencies.async-thread] version = "0.1" default-features = false [dependencies.bitflags] version = "2.4" default-features = false [dependencies.cstr] version = "0.2" default-features = false [dependencies.num_enum] version = "0.7" default-features = false [dependencies.tokio] version = "1.36" features = ["sync"] default-features = false [dependencies.winapi] version = "0.3" features = [ "winuser", "winbase", "sysinfoapi", ] default-features = false [dev-dependencies.tokio] version = "1.36" features = [ "rt", "rt-multi-thread", "macros", ] default-features = false [dev-dependencies.winapi] version = "0.3" features = ["errhandlingapi"] default-features = false