Cargo Features

[dependencies]
moosicbox_menu_models = { version = "0.1.1", default-features = false, features = ["fail-on-warnings", "api", "openapi", "all-sources", "qobuz", "tidal", "yt"] }
default = all-sources, api, openapi

These default features are set whenever moosicbox_menu_models is added without default-features = false somewhere in the dependency tree.

fail-on-warnings
api default

Enables api of moosicbox_music_models

Affects moosicbox_menu_models::api

openapi default

Enables openapi of moosicbox_music_models and utoipa

API Dependencies

all-sources default = qobuz, tidal, yt
qobuz all-sources

Enables qobuz of moosicbox_music_models

tidal all-sources

Enables tidal of moosicbox_music_models

yt all-sources

Enables yt of moosicbox_music_models