Cargo Features

install-framework has no features set by default.

[dependencies]
install-framework = { version = "1.0.0", features = ["keep-cache", "gui", "cli"] }
keep-cache

Enables keep-cache of install-framework-base, install-framework-cli, and install-framework-gui

gui = install-framework-gui

Affects install-framework::run

cli = install-framework-cli

Affects install-framework::run

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.

install-framework-cli cli? keep-cache?
install-framework-gui gui? keep-cache?