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