hooking 0.1.0

hooking libs 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"
name = "hooking"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "hooking libs in rust"
readme = "README.md"
license = "MIT"
repository = "https://github.com/pigeonhands/hooking-rs"
resolver = "2"

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

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

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

[dependencies.libc]
version = "0.2.182"