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