dpp-tool 0.4.3

CLI to explore Apple DMG disk images: DMG → HFS+/APFS → PKG → PBZX → files
# 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-tool"
version = "0.4.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI to explore Apple DMG disk images: DMG → HFS+/APFS → PKG → PBZX → files"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Dil4rd/dpp"
resolver = "2"

[features]
default = ["parallel"]
parallel = ["dpp/parallel"]

[[bin]]
name = "dpp-tool"
path = "src/main.rs"

[dependencies.apfs]
version = "0.2.2"

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

[dependencies.clap_complete]
version = "4"

[dependencies.dpp]
version = "0.3.5"

[dependencies.hfsplus]
version = "0.2.2"

[dependencies.pbzx]
version = "0.2.2"

[dependencies.udif]
version = "0.3.3"

[dependencies.xara]
version = "0.2.2"