backhand-cli 0.25.0

Binaries for the reading, creating, and modification of SquashFS file systems
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.86.0"
name = "backhand-cli"
version = "0.25.0"
authors = ["wcampbell <wcampbell1995@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binaries for the reading, creating, and modification of SquashFS file systems"
readme = "README.md"
keywords = [
    "filesystem",
    "deku",
    "squashfs",
    "linux",
]
categories = [
    "filesystem",
    "parsing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wcampbell0x2a/backhand"
resolver = "2"

[features]
any-gzip = []
default = [
    "xz",
    "gzip",
    "zstd",
]
gzip = [
    "any-gzip",
    "backhand/gzip",
]
lz4 = ["backhand/lz4"]
lzo = ["backhand/lzo"]
parallel = ["backhand/parallel"]
v3 = ["backhand/v3"]
v3_lzma = [
    "backhand/v3",
    "backhand/v3_lzma",
]
xz = ["backhand/xz"]
xz-static = [
    "xz",
    "backhand/xz-static",
]
zstd = ["backhand/zstd"]

[lib]
name = "backhand_cli"
path = "src/lib.rs"
bench = false

[[bin]]
name = "add-backhand"
path = "src/bin/add.rs"
bench = false

[[bin]]
name = "replace-backhand"
path = "src/bin/replace.rs"
bench = false

[[bin]]
name = "unsquashfs-backhand"
path = "src/bin/unsquashfs.rs"
bench = false

[dependencies.backhand]
version = "0.25.0"
default-features = false

[dependencies.clap]
version = "4.5.13"
features = [
    "derive",
    "wrap_help",
]

[dependencies.clap-cargo]
version = "0.18.3"

[dependencies.clap_complete]
version = "4.5.13"

[dependencies.color-print]
version = "0.3.6"

[dependencies.console]
version = "0.16.1"

[dependencies.indicatif]
version = "0.18.3"

[dependencies.nix]
version = "0.30.0"
features = ["fs"]
default-features = false

[dependencies.rayon]
version = "1.10.0"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
version = "0.3.18"
features = [
    "env-filter",
    "fmt",
]

[dev-dependencies.gungraun]
version = "0.17.0"

[dev-dependencies.test-assets-ureq]
version = "0.6.0"

[dev-dependencies.toml]
version = "0.8"

[target.'cfg(all(target_env = "musl", target_pointer_width = "64"))'.dependencies.jemallocator]
version = "0.5.4"