Cargo Features

[dependencies]
exa = { version = "0.10.1", default-features = false, features = ["git", "vendored-openssl"] }
default = git

The git feature is set by default whenever exa is added without default-features = false somewhere in the dependency tree.

git default = git2

Affects feature::git

vendored-openssl

Enables vendored-openssl of git2 ^0.13

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 git vendored-openssl?

Enables git2 ^0.13