rocket_contrib 0.3.13

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.3.13"
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"
[package.metadata.docs.rs]
all-features = true
[dependencies.glob]
version = "^0.2"
optional = true

[dependencies.handlebars]
version = "^0.28"
optional = true

[dependencies.log]
version = "^0.3"

[dependencies.rmp-serde]
version = "^0.13"
optional = true

[dependencies.rocket]
version = "0.3.13"

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

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

[dependencies.uuid]
version = ">= 0.5, <= 0.6"
optional = true

[features]
default = ["json"]
handlebars_templates = ["handlebars", "templates"]
json = ["serde", "serde_json"]
msgpack = ["serde", "rmp-serde"]
templates = ["serde", "serde_json", "glob"]
tera_templates = ["tera", "templates"]