Cargo Features

[dependencies]
axoupdater = { version = "0.8.1", default-features = false, features = ["axo_releases", "blocking", "github_releases", "tls_native_roots"] }
default = axo_releases, github_releases

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

axo_releases default = gazenot
blocking = tokio
github_releases default

Enables remote of axoasset

axoasset:

Enable reqwest-based http file fetching

tls_native_roots

Enables tls-native-roots of axoasset

axoasset:

On the off-chance native tls roots cause a problem, they can be opted out of by only using remote-min

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.

gazenot axo_releases

Enables gazenot

axo releases

tokio blocking?

Enables tokio

blocking API