backhand-cli 0.15.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.15.0"

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

[dependencies.clap_complete]
version = "4.5.1"

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

[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.9.0"

[dependencies.tracing]
version = "0.1.40"

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

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

[lib]
bench = false

[package]
authors = ["wcampbell <wcampbell1995@gmail.com>"]
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.15.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(all(target_env = \"musl\", target_pointer_width = \"64\"))".dependencies.jemallocator]
version = "0.5.4"