# 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 = "retour-utils" version = "0.2.1" authors = ["Mason Ginter "] autotests = false description = "Utility crate for creating hooks with `retour`" homepage = "https://github.com/Hpmason/retour-utils" documentation = "https://docs.rs/retour-utils" readme = "README.md" keywords = [ "detour", "hook", "function", "redirect", "macros", ] license = "BSD-2-Clause" repository = "https://github.com/Hpmason/retour-utils" resolver = "2" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = ["x86_64-pc-windows-msvc"] [[test]] name = "tests" path = "tests/progress.rs" [dependencies.retour] version = "0.3.0" features = ["static-detour"] [dependencies.retour-utils-impl] version = "^0.2.0" [dev-dependencies.trybuild] version = "1.0" features = ["diff"] [target."cfg(windows)".dependencies.windows] version = "0.48" features = [ "Win32_System_LibraryLoader", "Win32_Foundation", ] [target."cfg(windows)".dev-dependencies.windows] version = "0.48" features = [ "Win32_System_LibraryLoader", "Win32_Foundation", "Win32_System_SystemServices", "Win32_UI_WindowsAndMessaging", ]