Cargo Features

[dependencies]
rust-version = { version = "0.4.0", default-features = false, features = ["commit"] }
default = commit

The commit feature is set by default whenever rust-version is added without default-features = false somewhere in the dependency tree.

commit default = app_dirs, git2, lazy_static, radix_trie

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.

app_dirs commit

Enables app_dirs ^1.1.1

git2 commit

Enables git2 ^0.6.8

lazy_static commit

Enables lazy_static ^0.2.8

radix_trie commit

Enables radix_trie ^0.1.1