Cargo Features
[dependencies]
openpgp-card-ssh-agent = { version = "0.3.4", default-features = false, features = ["notify"] }
- default = notify
-
The
notify
feature is set by default wheneveropenpgp-card-ssh-agent
is added without
somewhere in the dependency tree.default-features = false - notify default = notify-rust
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.