dobby-rs-framework 0.1.4

Developer-friendly framework on top of dobby-rs core
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-rs-framework"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Developer-friendly framework on top of dobby-rs core"
homepage = "https://github.com/sorrow404Null/dobby-rs"
documentation = "https://docs.rs/dobby-rs-framework"
readme = "README.md"
keywords = [
    "hook",
    "inline-hook",
    "framework",
    "instrumentation",
]
categories = ["development-tools::debugging"]
license = "Apache-2.0"
repository = "https://github.com/sorrow404Null/dobby-rs"
resolver = "2"

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

[[example]]
name = "inline_hooks_builder"
path = "examples/inline_hooks_builder.rs"

[[example]]
name = "inline_hooks_config"
path = "examples/inline_hooks_config.rs"

[[example]]
name = "install_replace"
path = "examples/install_replace.rs"

[[example]]
name = "logging"
path = "examples/logging.rs"

[[example]]
name = "macros"
path = "examples/macros.rs"

[[example]]
name = "module_params"
path = "examples/module_params.rs"

[[example]]
name = "static_hook_basic"
path = "examples/static_hook_basic.rs"

[[example]]
name = "symbols_aliases"
path = "examples/symbols_aliases.rs"

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

[dependencies.log]
version = "0.4.29"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.simplelog]
version = "0.12.2"
features = ["termcolor"]
default-features = false

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

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = ["Win32_System_LibraryLoader"]