Cargo Features
[dependencies]
moosicbox_session = { version = "0.1.0", default-features = false, features = ["fail-on-warnings", "api", "openapi", "events", "aac", "flac", "mp3", "opus"] }
- default = aac, api, events, flac, mp3, openapi, opus
-
These default features are set whenever
moosicbox_session
is added without
somewhere in the dependency tree.default-features = false - fail-on-warnings
- api default
-
Enables moosicbox_paging, api of moosicbox_database and actix-web
API Dependencies
Affects
moosicbox_session::api
… - openapi default
-
Enables utoipa, openapi of moosicbox_audio_zone, moosicbox_core, moosicbox_library, and moosicbox_paging
Affects
api::Api
… - events default
-
Enables moosicbox_task and tokio
moosicbox_task:
Events Dependencies
Affects
moosicbox_session::events
… - aac default
-
Enables aac of moosicbox_library
- flac default
-
Enables flac of moosicbox_library
- mp3 default
-
Enables mp3 of moosicbox_library
- opus default
-
Enables opus of moosicbox_library