# 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 = "detours-sys2" version = "0.2.0" authors = [ "Diana <5275194+DianaNites@users.noreply.github.com>", "Berrysoft ", ] build = "build.rs" links = "detours" exclude = ["/.vscode/**"] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings to Microsoft Detours" homepage = "https://github.com/DianaNites/detours" documentation = "https://github.com/microsoft/Detours/wiki/Reference" readme = "README.md" keywords = [ "detours", "hooking", "injection", ] categories = [ "external-ffi-bindings", "os::windows-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DianaNites/detours" [lib] name = "detours_sys2" path = "src/lib.rs" [dependencies.windows-sys] version = "0.59" features = [ "Win32_Foundation", "Win32_Security", "Win32_System_SystemInformation", "Win32_System_Threading", ] [build-dependencies.cc] version = "1.1.30" [badges.maintenance] status = "as-is"