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 whenevermangadex-api-types-rust
is added without
somewhere in the dependency tree.default-features = false - non_exhaustive default
- specta
-
Enables specta
- async-graphql
-
Enables async-graphql
mangadex-api-types-rust has 4 features without comments.