dobby-hook 0.1.1

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.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Facade crate for dobby inline-hook core and optional framework"
readme = "README.md"
license = "Apache-2.0"
resolver = "2"

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

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

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

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