Cargo Features

[dependencies]
mangadex-api-types-rust = { version = "0.9.0", default-features = false, features = ["non_exhaustive", "specta", "async-graphql"] }
default = non_exhaustive

The non_exhaustive feature is set by default whenever mangadex-api-types-rust is added without default-features = false somewhere in the dependency tree.

non_exhaustive default
specta

Enables specta

async-graphql

Enables async-graphql

mangadex-api-types-rust has 4 features without comments.