Cargo Features

xx has no features set by default.

[dependencies]
xx = { version = "1.1.5", features = ["archive", "archive_untar_bzip2", "archive_untar_gzip", "archive_untar_xz", "archive_unzip", "glob", "hash", "http", "native-tls", "rustls", "rustls-native-roots"] }
archive = archive_untar_bzip2, archive_untar_gzip, archive_untar_xz, archive_unzip
archive_untar_bzip2 archive? = bzip2, tar

Affects archive::untar_bz2

archive_untar_gzip archive? = flate2, tar

Affects archive::untar_gz

archive_untar_xz archive? = tar, xz

Affects archive::untar_xz

archive_unzip archive? = zip

Affects archive::unzip

glob = globwalk

Affects file::glob

hash = sha2

Affects xx::hash

http = reqwest, tokio

Affects xx::http

native-tls

Enables native-tls of reqwest

reqwest:

Enables native-tls specific functionality not available by default.

rustls

Enables rustls-tls of reqwest

rustls-native-roots

Enables rustls-tls-native-roots of reqwest

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.

bzip2 archive_untar_bzip2?
flate2 archive_untar_gzip?
globwalk glob?
reqwest http? native-tls? rustls? rustls-native-roots?
sha2 hash?
tar archive_untar_bzip2? archive_untar_gzip? archive_untar_xz?
tokio http?
xz archive_untar_xz?
zip archive_unzip?