crochet 0.2.4

A simple hooking library
[dependencies.crochet_macro]
version = "0.2.4"

[dependencies.detour]
default-features = false
package = "detour2"
version = "0.9"

[dependencies.dlopen2]
version = "0.8"

[[example]]
crate-type = ["cdylib"]
name = "messageboxw"
path = "examples/messageboxw.rs"

[lib]
name = "crochet"
path = "src/lib.rs"

[package]
authors = ["Adamaq01 <adamthibert01@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple hooking library"
documentation = "https://docs.rs/crochet"
edition = "2021"
keywords = ["hooking", "hook", "detour", "dll", "so"]
license = "MIT"
name = "crochet"
readme = "README.md"
repository = "https://github.com/Adamaq01/crochet"
version = "0.2.4"

[target."cfg(windows)".dev-dependencies.winapi]
features = ["minwindef", "windef"]
version = "0.3.9"