Cargo Features

Spoilers has no features set by default.

[dependencies]
spoilers = { version = "0.1.1", features = ["app", "ocrs", "rten", "xcap"] }
app = eframe, egui, egui_commonmark

Required by the binary

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.

ocrs implicit feature

Enables ocrs

ocrs:

OCR engine

rten implicit feature

Enables rten

rten:

Machine learning runtime

xcap implicit feature
eframe app?
egui app?
egui_commonmark app?