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

Enables json of rocket

msgpack

Enables msgpack of rocket

templates-tera = rocket_dyn_templates

Enables tera of rocket_dyn_templates

templates-handlebars = rocket_dyn_templates

Enables handlebars of rocket_dyn_templates

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.

rocket_dyn_templates templates-handlebars? templates-tera?