il2cpp_rs 0.1.3

A library for interacting with il2cpp on Windows
[dependencies.parking_lot]
version = "0.12.5"

[dependencies.paste]
version = "1.0.15"

[dependencies.windows]
features = ["Win32_Foundation", "Win32_System_Console", "Win32_System_LibraryLoader"]
version = "0.62.2"

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

[package]
authors = ["https://github.com/ElCapor"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "development-tools::ffi", "security"]
description = "A library for interacting with il2cpp on Windows"
edition = "2024"
homepage = "https://github.com/ElCapor/il2cpp_rs"
keywords = ["il2cpp", "inject", "library", "unity", "hooking"]
license = "GPL-3.0"
license-file = "LICENSE"
name = "il2cpp_rs"
readme = "README.md"
repository = "https://github.com/ElCapor/il2cpp_rs"
version = "0.1.3"