backhand-cli 0.19.0

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

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

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

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

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

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

[dependencies.clap_complete]
version = "4.5.13"

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

[dependencies.console]
version = "0.15.8"

[dependencies.indicatif]
version = "0.17.8"

[dependencies.libc]
version = "0.2.162"

[dependencies.nix]
default-features = false
features = ["fs"]
version = "0.29.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 = []
default = ["xz", "gzip", "zstd"]
gzip = ["any-gzip", "backhand/gzip"]
gzip-zlib-rs = ["any-gzip", "backhand/gzip-zlib-rs"]
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
autolib = 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.77.0"
version = "0.19.0"

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