Cargo Features

[dependencies]
mangadex-api-schema-rust = { version = "0.9.0", default-features = false, features = ["non_exhaustive", "specta", "serialize"] }
default = non_exhaustive

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

non_exhaustive default
specta

Enables specta, specta of mangadex-api-types-rust

serialize

Affects mangadex-api-schema-rust::Limited, manga_aggregate::MangaAggregatSer, manga_aggregate::VolumeAggregateSer