Cargo Features
retronomicon-dto has no features set by default.
[dependencies]
retronomicon-dto = { version = "0.2.3", features = ["cli", "client", "blocking", "rocket", "openapi"] }
- cli = clap
- client = mime_guess, reqwest
-
Affects
client::Error
,client::ClientConfig
,client::v1
… - blocking
-
Enables blocking of reqwest ^0.11.22
Affects
client::v1.BlockingV1Client
… - rocket = openapi
-
Enables rocket
- openapi rocket? = okapi, schemars
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.