hook-inject 0.1.0

Cross-platform process injection via Frida Core.
# 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 = "hook-inject"
version = "0.1.0"
authors = ["Victor <victorayo206@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform process injection via Frida Core."
homepage = "https://github.com/veecore/hook-inject"
documentation = "https://docs.rs/hook-inject"
readme = "README.md"
keywords = [
    "injection",
    "process",
    "frida",
    "instrumentation",
]
categories = [
    "os::windows-apis",
    "os::unix-apis",
    "development-tools::debugging",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/veecore/hook-inject"

[package.metadata.docs.rs]
all-features = true
targets = [
    "x86_64-unknown-linux-gnu",
    "aarch64-unknown-linux-gnu",
    "x86_64-apple-darwin",
    "aarch64-apple-darwin",
    "x86_64-pc-windows-msvc",
]

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

[[bin]]
name = "hook-inject"
path = "src/main.rs"

[[test]]
name = "blob"
path = "tests/blob.rs"

[[test]]
name = "inject_smoke"
path = "tests/inject_smoke.rs"

[[test]]
name = "library_data"
path = "tests/library_data.rs"

[[test]]
name = "library_ref"
path = "tests/library_ref.rs"

[[test]]
name = "process"
path = "tests/process.rs"

[[test]]
name = "spawn_smoke"
path = "tests/spawn_smoke.rs"

[dependencies.hook-inject-build]
version = "0.1.0"
default-features = false

[build-dependencies.cc]
version = "1.0"

[build-dependencies.hook-inject-build]
version = "0.1.0"
features = ["download-devkit"]

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

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_System_Threading",
]