# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "rocket-response" version = "0.0.1-rc.2" description = "Provides enum for variable Rocket Responses" homepage = "https://github.com/kolbma/rocket-response" documentation = "https://docs.rs/rocket-response" keywords = ["rocket", "response", "rocket_dyn_templates"] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/kolbma/rocket-response" [dependencies.rocket] version = "0.5.0-rc.2" [dependencies.rocket_dyn_templates] version = "0.1.0-rc.2" optional = true [features] json = ["rocket/json"] msgpack = ["rocket/msgpack"] templates-handlebars = ["rocket_dyn_templates", "rocket_dyn_templates/handlebars"] templates-tera = ["rocket_dyn_templates", "rocket_dyn_templates/tera"]