[dependencies.arrayvec]
version = "0.7.4"
[dependencies.hooker]
version = "0.1.10"
[dependencies.thiserror-no-std]
version = "2.0.2"
[dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_SystemServices", "Win32_System_LibraryLoader", "Win32_System_ProcessStatus", "Win32_System_Threading", "Win32_System_Memory_NonVolatile", "Win32_System_Diagnostics_Debug"]
version = "0.52.0"
[features]
std = ["hooker/std", "thiserror-no-std/std"]
[package]
authors = ["Roee Shoshani"]
categories = []
description = "a helper for hooking functions in windows on x64"
edition = "2021"
keywords = ["hook", "x86", "windows"]
license = "MIT"
name = "winhooker"
repository = "https://github.com/roeeshoshani/winhooker"
version = "0.1.14"