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 whenevermangadex-api-schema-rust
is added without
somewhere in the dependency tree.default-features = false - 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
…