Cargo Features
RocketResponse has no features set by default.
[dependencies]
rocket-response = { version = "0.0.1-rc.2", features = ["json", "msgpack", "templates-tera", "templates-handlebars"] }
- json
- msgpack
- templates-tera = rocket_dyn_templates
-
Enables tera of rocket_dyn_templates ^0.1.0-rc.2
- templates-handlebars = rocket_dyn_templates
-
Enables handlebars of rocket_dyn_templates ^0.1.0-rc.2
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.