Cargo Features

egui_hooks has no features set by default.

[dependencies]
egui_hooks = { version = "0.1.2", features = ["persistence", "serde"] }
persistence = serde

Enables serde of arc-swap, serde of parking_lot and persistence of egui ^0.24 and eframe ^0.24

eframe:

Enable saving app state to disk.

serde persistence?

Enables serde and serde of arc-swap, egui ^0.24, and parking_lot

egui:

Allow serialization using serde.

egui_hooks has 2 features without comments.