Cargo Features

serde_archive has no features set by default.

[dependencies]
serde_archive = { version = "0.1.5", features = ["with-zip", "with-tar"] }
with-zip = zip

Affects ser::zip_writer

with-tar = tar

Affects ser::tar_writer

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.

zip with-zip?

Enables zip ^0.6.2

tar with-tar?