dobby-hook 0.1.4

Facade crate for dobby inline-hook core and optional framework
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"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Facade crate for dobby inline-hook core and optional framework"
homepage = "https://github.com/sorrow404Null/dobby-rs"
documentation = "https://docs.rs/dobby-hook"
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"

[features]
default = []
framework = ["dep:dobby-rs-framework"]

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

[dependencies.dobby-hook-core]
version = "0.1.4"

[dependencies.dobby-rs-framework]
version = "0.1.4"
optional = true