Cargo Features

[dependencies]
webui = { version = "0.7.11", default-features = false, features = ["all", "myfi", "nextpagebutton", "pages", "stoic"] }
default = pages

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

all = myfi, nextpagebutton, pages
myfi all?

Affects states::Contexts.user

nextpagebutton all?
pages default all?

Affects webui::starter_pages

stoic