Cargo Features

[dependencies]
alert = { version = "0.1.1", default-features = false, features = ["desktop"] }

homepage = ""

default = desktop

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

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