# 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 = "hooker" version = "0.1.10" authors = ["Roee Shoshani"] description = "a helper for hooking functions in x64" keywords = [ "hook", "x86", ] categories = [ "embedded", "no-std", ] license = "MIT" repository = "https://github.com/roeeshoshani/hooker" [dependencies.arrayvec] version = "0.7.4" default-features = false [dependencies.thiserror-no-std] version = "2.0.2" [dependencies.zydis-sys] version = "0.1.2" [dev-dependencies.region] version = "3.0.1" [features] std = [ "thiserror-no-std/std", "arrayvec/std", ]