Cargo Features

git-credential-keepassxc has no features set by default.

[dependencies]
git-credential-keepassxc = { version = "0.14.0", features = ["all", "strict-caller", "notification", "encryption", "yubikey"] }
all = encryption, notification, strict-caller, yubikey
strict-caller all?
notification all? = notify-rust
encryption all? yubikey?

Enables aes and alloc of aes-gcm

yubikey all? = encryption, yubico_manager

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.

notify-rust notification?
yubico_manager yubikey?