anglerkit 0.0.0

In-development function hooking/detouring library
Documentation
# 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 = "anglerkit"
version = "0.0.0"
authors = ["William Tremblay <tremwil@users.noreply.github.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "In-development function hooking/detouring library"
readme = "README.md"
keywords = [
    "detour",
    "hooking",
    "modding",
    "hacking",
]
categories = [
    "security",
    "no-std",
]
license = "MIT"
repository = "https://github.com/tremwil/anglerkit"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["closure-ffi/bundled_jit_alloc"]
nightly = [
    "closure-ffi/unstable",
    "closure-ffi/tuple_trait",
]
no_std = ["closure-ffi/no_std"]

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

[dependencies.clear-cache]
version = "0.1.1"

[dependencies.closure-ffi]
version = "2.3.0"
default-features = false

[dependencies.region]
version = "3.0.2"

[target.'cfg(any(target_arch = "aarch64", target_arch = "arm"))'.dependencies.yaxpeax-arm]
version = "0.3.1"

[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies.iced-x86]
version = "1.21"