Cargo Features
[dependencies]
arma3-wiki = { version = "0.3.3", default-features = false, features = ["remote", "wiki"] }
- default = remote
-
The
remote
feature is set by default wheneverarma3-wiki
is added without
somewhere in the dependency tree.default-features = false - remote default = git2
- wiki
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.