# 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 = "minhook" version = "0.6.0" authors = ["Jakobzs <31919330+Jakobzs@users.noreply.github.com>"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust wrapper for MinHook, a minimalistic x86/x64 API hooking library for Windows." homepage = "https://github.com/Jakobzs/minhook" documentation = "https://jakobzs.github.io/minhook/minhook" readme = "README.md" keywords = [ "minhook", "hooking", "hook", "windows", "detour", ] license-file = "LICENSE" repository = "https://github.com/Jakobzs/minhook" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-gnu" targets = [ "x86_64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-gnu", "i686-pc-windows-gnu", ] [lib] name = "minhook" path = "src/lib.rs" [dependencies.tracing] version = "0.1" features = ["log"] [dev-dependencies.once_cell] version = "1" [build-dependencies.cc] version = "1"