Cargo Features

relm4-components has no features set by default.

[dependencies]
relm4-components = { version = "0.8.1", features = ["web", "libadwaita"] }
web = reqwest

Affects relm4-components::web_image

libadwaita

Enables libadwaita of relm4

Affects relm4-components::simple_adw_combo_row

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.

reqwest web?

Enables reqwest ^0.11.26