Cargo Features

[dependencies]
git2_credentials = { version = "0.13.0", default-features = false, features = ["ui4dialoguer"] }
default = ui4dialoguer

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

ui4dialoguer default = dialoguer

Affects git2_credentials::ui4dialoguer

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.

dialoguer ui4dialoguer

Enables dialoguer ^0.10