xcompress 0.11.7

XCompress is a free file archiver utility on Linux, providing multi-format archiving to and extracting from ZIP, Z, GZIP, BZIP2, LZ, XZ, LZMA, 7ZIP, TAR, RAR and ZSTD.
Documentation
[dependencies.byte-unit]
default-features = false
features = ["std"]
version = "4"

[dependencies.clap]
version = "3.1.6"

[dependencies.concat-with]
version = "0.2"

[dependencies.execute]
version = "0.2.4"

[dependencies.num_cpus]
version = "1.8.0"

[dependencies.path-absolutize]
features = ["once_cell_cache"]
version = "3"

[dependencies.scanner-rust]
version = "2.0.9"

[dependencies.terminal_size]
version = "0.1"

[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["command-line-utilities"]
description = "XCompress is a free file archiver utility on Linux, providing multi-format archiving to and extracting from ZIP, Z, GZIP, BZIP2, LZ, XZ, LZMA, 7ZIP, TAR, RAR and ZSTD."
edition = "2021"
homepage = "https://magiclen.org/xcompress"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["compression", "decompression", "zip", "archive", "tar"]
license = "MIT"
name = "xcompress"
readme = "README.md"
repository = "https://github.com/magiclen/xcompress"
resolver = "2"
version = "0.11.7"
[profile.release]
codegen-units = 1
lto = true
panic = "abort"