# 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 = "detour2" version = "0.9.0" authors = ["Elliott Linder "] description = "A cross-platform detour library written in Rust" homepage = "https://github.com/darfink/detour-rs" documentation = "https://docs.rs/detour" readme = "README.md" keywords = [ "detour", "hook", "function", "api", "redirect", ] license = "BSD-2-Clause" repository = "https://github.com/lostinspiration/detour-rs" [[example]] name = "messageboxw_detour" crate-type = ["cdylib"] [dependencies.cfg-if] version = "1.0.0" [dependencies.generic-array] version = "0.14.5" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2.126" [dependencies.mmap] version = "0.1.1" package = "mmap-fixed-fixed" [dependencies.region] version = "3.0.0" [dependencies.slice-pool] version = "0.4.1" [dev-dependencies.matches] version = "0.1.9" [features] default = ["nightly"] nightly = [] [target."cfg(any(target_arch = \"x86\", target_arch = \"x86_64\"))".dependencies.udis] version = "0.2.1" package = "libudis86-sys" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["winerror"] [target."cfg(windows)".dev-dependencies.winapi] version = "0.3.9" features = [ "minwindef", "windef", "winnt", "libloaderapi", "winerror", ] [badges.azure-devops] pipeline = "darfink.detour-rs" project = "darfink/detour-rs"