Cargo Features

[dependencies]
async-tar-wasm = { version = "0.4.2-wasm.1", default-features = false, features = ["fs", "xattr"] }
default = fs, xattr

These default features are set whenever async-tar-wasm is added without default-features = false somewhere in the dependency tree.

fs default = filetime

Affects entry::Unpacked

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.

filetime fs
xattr unix default

Enables xattr ^0.2