# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "applesauce-cli" version = "0.5.4" description = "A command-line interface for compressing and decompressing files using macos transparent compression" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/Dr-Emann/applesauce" [[bin]] name = "applesauce" path = "src/main.rs" [dependencies.applesauce] version = "^0.5.4" default-features = false [dependencies.cfg-if] version = "1.0.0" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.flate2] version = "1.0" features = ["zlib-ng"] optional = true default-features = false [dependencies.humansize] version = "2.1" [dependencies.indicatif] version = "0.17.8" [dependencies.tikv-jemallocator] version = "0.5" [dependencies.tracing] version = "0.1" [dependencies.tracing-chrome] version = "0.7" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "fmt", "env-filter", ] [features] default = [ "zlib", "lzfse", "lzvn", ] lzfse = ["applesauce/lzfse"] lzvn = ["applesauce/lzvn"] zlib = [ "applesauce/zlib", "dep:flate2", ]