Cargo Features
async_zip has no features set by default.
[dependencies]
async_zip = { version = "0.0.18", features = ["full", "full-wasm", "tokio", "tokio-fs", "deflate", "bzip2", "lzma", "zstd", "xz", "deflate64"] }
- full = bzip2, chrono, deflate, deflate64, lzma, tokio-fs, xz, zstd
- full-wasm = chrono, deflate, zstd
-
All features that are compatible with WASM
- tokio tokio-fs? = tokio-util
-
tests
Affects
async_zip::tokio… - tokio-fs full?
-
Affects
read::fs… - deflate full? full-wasm?
-
Enables deflate of async-compression
Affects
entry_whole::compress… - bzip2 full?
-
Enables bzip2 of async-compression
Affects
entry_whole::compress… - lzma full?
-
Enables lzma of async-compression
Affects
entry_whole::compress… - zstd full? full-wasm?
-
Enables zstd of async-compression
Affects
entry_whole::compress… - xz full?
-
Enables xz of async-compression
Affects
entry_whole::compress… - deflate64 full?
-
Enables deflate64 of async-compression
Affects
entry_whole::compress…
Features from optional dependencies
In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.