Cargo Features

[dependencies]
moosicbox_audio_zone = { version = "0.1.0", default-features = false, features = ["fail-on-warnings", "api", "openapi", "events"] }
default = api, events, openapi

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

fail-on-warnings
api default

Enables moosicbox_paging, api of moosicbox_database and actix-web

API Dependencies

Affects moosicbox_audio_zone::api

openapi default

Enables utoipa, openapi of moosicbox_paging

Affects api::Api

events default

Enables moosicbox_task

Events Dependencies

Affects moosicbox_audio_zone::events