# 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 = "ilhook" version = "2.1.1" authors = ["regomne "] description = "A library that provides methods to inline hook binary codes in x86 and x86_64 architecture" readme = "README.md" keywords = [ "hook", "assemble", "disassemble", ] categories = ["hardware-support"] license = "MIT" repository = "https://github.com/regomne/ilhook-rs" [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.bitflags] version = "2.0" [dependencies.iced-x86] version = "1.20" features = [ "std", "decoder", "block_encoder", "instr_info", ] default-features = false [dependencies.thiserror] version = "1.0" [target."cfg(unix)".dependencies.lazy_static] version = "1" [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(unix)".dependencies.regex] version = "1" [target."cfg(windows)".dependencies.windows-sys] version = "0.42.0" features = [ "Win32_Foundation", "Win32_System_Memory", ]