dylex 0.2.0

A high-performance dyld shared cache extractor for macOS and iOS
Documentation
[badges.maintenance]
status = "actively-developed"

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

[dependencies.anyhow]
version = "1"

[dependencies.bitflags]
version = "2"

[dependencies.byteorder]
version = "1"

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

[dependencies.indexmap]
version = "2"

[dependencies.indicatif]
version = "0.17"

[dependencies.memmap2]
version = "0.9"

[dependencies.rayon]
version = "1.10"

[dependencies.rustc-hash]
version = "2"

[dependencies.scroll]
features = ["derive"]
version = "0.12"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[dependencies.zerocopy]
features = ["derive"]
version = "0.8"

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

[dev-dependencies.tempfile]
version = "3"

[features]
default = []

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

[package]
authors = ["dylex contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "parsing"]
description = "A high-performance dyld shared cache extractor for macOS and iOS"
documentation = "https://docs.rs/dylex"
edition = "2024"
exclude = ["DyldExtractor/**", "dyld-shared-cache-extractor/**", ".github/**", ".DS_Store"]
homepage = "https://github.com/anomalyco/dylex"
keywords = ["dyld", "macho", "ios", "macos", "reverse-engineering"]
license = "MIT"
name = "dylex"
readme = "README.md"
repository = "https://github.com/anomalyco/dylex"
rust-version = "1.85"
version = "0.2.0"

[package.metadata.docs.rs]
all-features = true

[profile.dev]
opt-level = 1

[profile.release]
codegen-units = 1
lto = true
panic = "abort"
strip = true