Cargo Features
[dependencies]
moosicbox_music_api_models = { version = "0.1.1", default-features = false, features = ["fail-on-warnings", "openapi", "db", "api"] }
- default = api, db, openapi
-
These default features are set whenever
moosicbox_music_api_models
is added without
somewhere in the dependency tree.default-features = false - fail-on-warnings
- openapi default
-
Enables openapi of moosicbox_music_models and utoipa
API Dependencies
- db default
-
Enables api of gimbal_database, db of moosicbox_music_models
- api default
-
Enables api of gimbal_database and moosicbox_music_models