# 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" version = "0.5.4" description = "A tool for compressing files with apple file system compression" readme = "README.md" keywords = [ "compression", "afsc", "decmpfs", ] categories = ["compression"] license = "GPL-3.0-or-later" repository = "https://github.com/Dr-Emann/applesauce" [lib] [dependencies.applesauce-core] version = "^0.3.2" [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.flate2] version = "1.0" optional = true [dependencies.jwalk] version = "0.8" [dependencies.libc] version = "0.2.155" [dependencies.lzfse-sys] version = "=1.0.0" optional = true [dependencies.memchr] version = "2.7" [dependencies.oneshot] version = "0.1.8" [dependencies.resource-fork] version = "^0.3.0" [dependencies.tempfile] version = "3.10.1" [dependencies.tracing] version = "0.1.40" [dev-dependencies.sha2] version = "0.10.8" [dev-dependencies.walkdir] version = "2.5.0" [features] default = [ "zlib", "lzfse", "lzvn", ] lzfse = ["applesauce-core/lzfse"] lzvn = ["applesauce-core/lzvn"] system-lzfse = [ "lzfse", "applesauce-core/system-lzfse", ] zlib = ["applesauce-core/zlib"]