Cargo Features

self_update_danger_no_ssl_verify has no features set by default.

[dependencies]
self_update_danger_no_ssl_verify = { version = "0.38.0", features = ["archive-zip", "compression-zip-bzip2", "compression-zip-deflate", "archive-tar", "compression-flate2", "rustls"] }
default

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

Enables default-tls of reqwest ^0.11

reqwest:

Note: this doesn't enable the 'native-tls' feature, which adds specific functionality for it.

archive-zip = zip
compression-zip-bzip2

Enables bzip2 of zip ^0.6

compression-zip-deflate

Enables deflate of zip ^0.6

archive-tar = tar
compression-flate2 = either, flate2

Affects self_update_danger_no_ssl_verify::GetArchiveReaderResult

rustls

Enables rustls-tls of reqwest ^0.11

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.

flate2 compression-flate2?
tar archive-tar?
zip archive-zip? compression-zip-bzip2? compression-zip-deflate?

Enables zip ^0.6

either compression-flate2?