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