# 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 = "crochet" version = "0.2.3" authors = ["Adamaq01 "] description = "A simple hooking library" documentation = "https://docs.rs/crochet" readme = "README.md" keywords = [ "hooking", "hook", "detour", "dll", "so", ] license = "MIT" repository = "https://github.com/Adamaq01/crochet" [[example]] name = "messageboxw" crate-type = ["cdylib"] [dependencies.crochet_macro] version = "0.2.1" [dependencies.detour] version = "0.9" default-features = false package = "detour2" [dependencies.dlopen2] version = "0.6" [dependencies.lazy_static] version = "1.4" [target."cfg(windows)".dev-dependencies.winapi] version = "0.3.9" features = [ "minwindef", "windef", ]