Cargo Features
[dependencies]
moosicbox_search = { 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_search
is added without
somewhere in the dependency tree.default-features = false - fail-on-warnings
- api default = db
-
Enables actix-web
API Dependencies
Affects
moosicbox_search::api
… - db default api
-
Affects
moosicbox_search::data
… - openapi default
-
Enables utoipa, openapi of moosicbox_core