droidsaw-il2cpp 0.1.0

DROIDSAW Unity IL2CPP metadata parser for Android APKs. Recovers C# names from global-metadata.dat and binds them to ARM64 ELF symbols.
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 = "droidsaw-il2cpp"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DROIDSAW Unity IL2CPP metadata parser for Android APKs. Recovers C# names from global-metadata.dat and binds them to ARM64 ELF symbols."
homepage = "https://droidsaw.com"
readme = false
keywords = [
    "unity",
    "il2cpp",
    "csharp",
    "android",
    "reverse-engineering",
]
categories = [
    "development-tools",
    "parser-implementations",
]
license = "BSD-3-Clause"
repository = "https://github.com/droidsaw/droidsaw-il2cpp"

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

[dependencies.anyhow]
version = "1"

[dependencies.droidsaw-common]
version = "0.1.0"

[dependencies.scroll]
version = "0.13"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"