il2cpp_dumper 0.4.1

A blazing fast and reliable il2cpp dumper cross platfrom.
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 = "il2cpp_dumper"
version = "0.4.1"
authors = ["Rodroidmods"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A blazing fast and reliable il2cpp dumper cross platfrom."
homepage = "https://github.com/rodroidmods/il2cpp-dumper-rs"
readme = "README.md"
keywords = [
    "il2cpp",
    "dumper",
    "android",
    "windows",
    "reverse-engineering",
]
categories = [
    "development-tools",
    "parsing",
    "security",
]
license = "MIT"
repository = "https://github.com/rodroidmods/il2cpp-dumper-rs"

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

[[bin]]
name = "il2cpp_dumper"
path = "src/main.rs"

[dependencies.byteorder]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.console]
version = "0.16"

[dependencies.dialoguer]
version = "0.12"

[dependencies.dotnetdll]
version = "0.1.3"

[dependencies.iced-x86]
version = "1.21"

[dependencies.include_dir]
version = "0.7.4"

[dependencies.indicatif]
version = "0.18"

[dependencies.lz4_flex]
version = "0.11"

[dependencies.rayon]
version = "1.11.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.yaxpeax-arch]
version = "0.3"

[dependencies.yaxpeax-arm]
version = "0.4"

[dev-dependencies.pretty_assertions]
version = "1"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
panic = "abort"
overflow-checks = false
strip = true

[profile.release.package."*"]
opt-level = 3
codegen-units = 1
debug = 0
overflow-checks = false
strip = true