dpp 0.4.2

DMG + HFS+/APFS + PKG + PBZX pipeline - walk through Apple disk images to extract packages
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 = "dpp"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DMG + HFS+/APFS + PKG + PBZX pipeline - walk through Apple disk images to extract packages"
readme = "README.md"
keywords = [
    "dmg",
    "apple",
    "macos",
    "pkg",
    "filesystem",
]
categories = [
    "compression",
    "encoding",
    "parsing",
]
license = "MIT"
repository = "https://github.com/Dil4rd/dpp"
resolver = "2"

[features]
default = ["extract"]
extract = []
parallel = [
    "pbzx/parallel",
    "udif/parallel",
]

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.apfs]
version = "0.2.4"

[dependencies.hfsplus]
version = "0.2.4"

[dependencies.pbzx]
version = "0.3.1"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.udif]
version = "0.3.4"

[dependencies.xara]
version = "0.3.2"

[dev-dependencies.flate2]
version = "1.0"