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