backhand-cli 0.17.0

Binaries for the reading, creating, and modification of SquashFS file systems
Documentation
[[bin]]
bench = false
name = "unsquashfs-backhand"
path = "src/bin/unsquashfs.rs"

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

[[bin]]
bench = false
name = "replace-backhand"
path = "src/bin/replace.rs"
[dependencies.backhand]
default-features = false
version = "0.17.0"

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

[dependencies.clap_complete]
version = "4.5.2"

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

[dependencies.console]
version = "0.15.8"

[dependencies.indicatif]
version = "0.17.8"

[dependencies.libc]
version = "0.2.153"

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

[dependencies.rayon]
version = "1.10.0"

[dependencies.tracing]
version = "0.1.40"

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

[features]
any-gzip = ["backhand/any-gzip"]
default = ["xz", "gzip", "zstd"]
gzip = ["any-gzip", "backhand/gzip"]
gzip-zune-inflate = ["any-gzip", "backhand/gzip-zune-inflate"]
lzo = ["backhand/lzo"]
xz = ["backhand/xz"]
xz-static = ["xz", "backhand/xz-static"]
zstd = ["backhand/zstd"]

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

[package]
authors = ["wcampbell <wcampbell1995@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["filesystem", "parsing"]
description = "Binaries for the reading, creating, and modification of SquashFS file systems"
edition = "2021"
keywords = ["filesystem", "deku", "squashfs", "linux"]
license = "MIT OR Apache-2.0"
name = "backhand-cli"
readme = "README.md"
repository = "https://github.com/wcampbell0x2a/backhand"
rust-version = "1.74.0"
version = "0.17.0"
[target."cfg(all(target_env = \"musl\", target_pointer_width = \"64\"))".dependencies.jemallocator]
version = "0.5.4"