Cargo Features

[dependencies]
caliphui = { version = "0.1.1", default-features = false, features = ["persistence"] }
default = persistence

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

persistence default = serde

Enable if you want to persist app state on shutdown

Enables eframe ^0.15

Gives us egui, epi and web+native backends

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.

serde persistence