Cargo Features
mwapi_errors has no features set by default.
[dependencies]
mwapi_errors = { version = "0.3.0-alpha.3", features = ["from-mwtitle", "from-reqwest", "from-tokio"] }
- default
-
Implements various
From
implementations - from-mwtitle = mwtitle
- from-reqwest = reqwest
- from-tokio = tokio
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.
- mwtitle from-mwtitle?
-
Enables mwtitle
"from" feature
- reqwest from-reqwest?
-
Enables reqwest ^0.11
- tokio from-tokio?