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