dylex 1.0.0

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

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

[badges.maintenance]
status = "actively-developed"

[features]
default = []

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

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

[dependencies.anyhow]
version = "1"

[dependencies.bitflags]
version = "2"

[dependencies.byteorder]
version = "1"

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

[dependencies.indexmap]
version = "2"

[dependencies.indicatif]
version = "0.17"

[dependencies.memchr]
version = "2"

[dependencies.memmap2]
version = "0.9"

[dependencies.rayon]
version = "1.10"

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

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

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

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

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

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

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

[profile.dev]
opt-level = 1

[profile.dev.package."*"]
opt-level = 2

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

[profile.release-fast]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
inherits = "release"
strip = true