Cargo Features
serde_mangadex has no features set by default.
[dependencies]
serde_mangadex = { version = "1.2.0", features = ["time", "display"] }
- time = chrono
- display = derive_more
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- chrono time?
-
Affects
chapter_api::ChapterBase.timestamp
,manga_api::Chapter.timestamp
,manga_norm::Chapter.timestamp
… - derive_more display?
-
Enables derive_more ^0.99.2
Affects
manga_api::links
…