rocket_contrib 0.2.11

Community contributed libraries for the Rocket web framework.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "rocket_contrib"
version = "0.2.11"
authors = ["Sergio Benitez <sb@sergio.bz>"]
description = "Community contributed libraries for the Rocket web framework."
homepage = "https://rocket.rs"
documentation = "https://api.rocket.rs/rocket_contrib/"
readme = "../README.md"
keywords = ["rocket", "web", "framework", "contrib", "contributed"]
license = "MIT/Apache-2.0"
repository = "https://github.com/SergioBenitez/Rocket"
[dependencies.serde_json]
version = "^0.9.3"
optional = true

[dependencies.serde]
version = "^0.9"
optional = true

[dependencies.log]
version = "^0.3"

[dependencies.handlebars]
version = "^0.25"
features = ["serde_type"]
optional = true

[dependencies.uuid]
version = "^0.4"
optional = true

[dependencies.rocket]
version = "0.2.11"

[dependencies.tera]
version = "^0.7"
optional = true

[dependencies.lazy_static]
version = "^0.2"
optional = true

[dependencies.glob]
version = "^0.2"
optional = true

[features]
json = ["serde", "serde_json"]
tera_templates = ["tera", "templates"]
default = ["json"]
handlebars_templates = ["handlebars", "templates"]
templates = ["serde", "serde_json", "lazy_static_macro", "glob"]
lazy_static_macro = ["lazy_static"]