Cargo Features

[dependencies]
arma3-wiki = { version = "0.1.14", default-features = false, features = ["remote", "wiki"] }
default = remote

The remote feature is set by default whenever arma3-wiki is added without default-features = false somewhere in the dependency tree.

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.

git2 remote

Enables git2

Remote