Cargo Features

notifrust has no features set by default.

[dependencies]
notifrust = { version = "3.5.0", features = ["debug_namespace", "images"] }
debug_namespace

Affects xdg::NOTIFICATION_NAMESPACE, xdg::NOTIFICATION_OBJECTPATH

images = image, lazy_static

Affects hints::NotificationImage, hints::ImageError

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.

image unix not mac images?

Enables image ^0.20

lazy_static unix not mac images?