Cargo Features
[dependencies]
gix-archive = { version = "0.16.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
somewhere in the dependency tree.default-features = false - tar default tar_gz
-
Enable the
tar
archive format. It has support for all information, except for object ids. - tar_gz default = tar
-
Enable the
tar.gz
archive format.Enables flate2
- zip default
-
Enable the
zip
archive format.Enables zip
Features from optional dependencies
- document-features implicit feature
-
Enables document-features
document-features:
Extract documentation for the feature flags from comments in Cargo.toml