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