Cargo Features

[dependencies]
gix-archive = { version = "0.12.0", default-features = false, features = ["tar", "tar_gz", "zip", "document-features"] }
default = tar, tar_gz, zip

These default features are set whenever gix-archive is added without default-features = false somewhere in the dependency tree.

tar default tar_gz

Enable the tar archive format. It has support for all information, except for object ids.

Enables gix-path and tar

tar_gz default = tar

Enable the tar.gz archive format.

Enables flate2

zip default

Enable the zip archive format.

Enables time and zip ^0.6.6

Features from optional dependencies

document-features implicit feature

Enables document-features

document-features:

Extract documentation for the feature flags from comments in Cargo.toml