Cargo Features
[dependencies]
alert = { version = "0.1.1", default-features = false, features = ["desktop"] }
homepage = ""
- default = desktop
-
The
desktop
feature is set by default wheneveralert
is added without
somewhere in the dependency tree.default-features = false - desktop default = notify-rust
-
Build desktop notifications.
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 desktop
-
Enables notify-rust ^3.3.1