[package]
edition = "2024"
name = "cleat"
version = "0.1.0"
authors = ["jhq223 <jhq223@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Android IL2CPP game modding toolkit — safe Rust bindings for IL2CPP field access, method calls, and inline hooks"
documentation = "https://docs.rs/cleat"
readme = "README.md"
keywords = [
"android",
"il2cpp",
"game-modding",
"unity",
"hooking",
]
categories = [
"game-development",
"development-tools::ffi",
]
license = "MIT"
repository = "https://github.com/jhq223/cleat"
[lib]
name = "cleat"
path = "src/lib.rs"
[dependencies.android_logger]
version = "0.14"
[dependencies.cleat-macros]
version = "0.1.0"
[dependencies.il2cpp-bridge-rs]
version = "0.1"
[dependencies.libc]
version = "0.2"
[dependencies.log]
version = "0.4"
[dependencies.thiserror]
version = "2"