applesauce-cli 0.5.13

A command-line interface for compressing and decompressing files using macos transparent compression
[[bin]]
name = "applesauce"
path = "src/main.rs"

[dependencies.applesauce]
default-features = false
version = "^0.6.6"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.humansize]
version = "2.1"

[dependencies.indicatif]
version = "0.17.8"

[dependencies.tikv-jemallocator]
version = "0.6"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-chrome]
version = "0.7"

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

[features]
default = ["zlib", "lzfse", "lzvn"]
lzfse = ["applesauce/lzfse"]
lzvn = ["applesauce/lzvn"]
zlib = ["applesauce/zlib"]

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A command-line interface for compressing and decompressing files using macos transparent compression"
edition = "2021"
license = "GPL-3.0-or-later"
name = "applesauce-cli"
readme = "README.md"
repository = "https://github.com/Dr-Emann/applesauce"
version = "0.5.13"