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
somewhere in the dependency tree.default-features = false - axo_releases default = gazenot
- blocking = tokio
- github_releases default
-
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.