img4-dump 3.0.0

Extracts payloads and metadata from Apple IMG4/IM4P/IM4M/IM4R; decrypts with user-supplied IV+Key; optional LZFSE/LZSS decompress.
# 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 = "2021"
name = "img4-dump"
version = "3.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extracts payloads and metadata from Apple IMG4/IM4P/IM4M/IM4R; decrypts with user-supplied IV+Key; optional LZFSE/LZSS decompress."
homepage = "https://github.com/19h/img4-dump"
readme = "readme.md"
keywords = [
    "img4",
    "im4p",
    "apple",
    "firmware",
    "ios",
]
categories = [
    "command-line-utilities",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/19h/img4-dump"

[features]
default = []
lzfse = ["dep:lzfse"]
lzss = []

[[bin]]
name = "img4-dump"
path = "src/main.rs"

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

[dependencies.aes]
version = "0.8"

[dependencies.anyhow]
version = "1.0"

[dependencies.atty]
version = "0.2"

[dependencies.base64]
version = "0.22"

[dependencies.block-padding]
version = "0.3"

[dependencies.cbc]
version = "0.1"

[dependencies.cipher]
version = "0.4"

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

[dependencies.ctr]
version = "0.9"

[dependencies.der-parser]
version = "9.0"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.hex]
version = "0.4"

[dependencies.log]
version = "0.4.28"

[dependencies.lzfse]
version = "0.2"
optional = true

[dependencies.once_cell]
version = "1.19"

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

[dependencies.serde_json]
version = "1.0"