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 default-features = false somewhere in the dependency tree.

fail-on-warnings
api default

Enables api of moosicbox_database

Affects moosicbox_auth::api

openapi default

Enables utoipa

API Dependencies

Affects api::Api