dobby-hook-core 0.1.4

Dobby-like low-level inline hook core in Rust
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 = "2024"
rust-version = "1.93.1"
name = "dobby-hook-core"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dobby-like low-level inline hook core in Rust"
homepage = "https://github.com/sorrow404Null/dobby-rs"
documentation = "https://docs.rs/dobby-hook-core"
readme = "README.md"
keywords = [
    "hook",
    "inline-hook",
    "trampoline",
    "instrumentation",
]
categories = ["development-tools::debugging"]
license = "Apache-2.0"
repository = "https://github.com/sorrow404Null/dobby-rs"
resolver = "2"

[lib]
name = "dobby_hook_core"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.iced-x86]
version = "1.21.0"
features = [
    "std",
    "decoder",
    "encoder",
    "block_encoder",
]
default-features = false

[dependencies.once_cell]
version = "1.21.3"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = [
    "Win32_Foundation",
    "Win32_System_Diagnostics_Debug",
    "Win32_System_LibraryLoader",
    "Win32_System_Memory",
    "Win32_System_Threading",
]