handlebars-iron 0.24.1

Handlebars templating middleware for Iron.
Documentation
[package]

name = "handlebars-iron"
version = "0.24.1"
authors = ["Ning Sun <sunng@about.me>"]
description = "Handlebars templating middleware for Iron."
license = "MIT"
keywords = ["handlebars", "templating", "web", "webdev", "iron"]
homepage = "https://github.com/sunng87/handlebars-iron"
repository = "https://github.com/sunng87/handlebars-iron"
documentation = "http://sunng87.github.io/handlebars-iron/"
readme = "README.md"

[dependencies]

iron = "^0.5.0"
#handlebars = { path = "../handlebars", default-features = false }
handlebars = "^0.26.1"
serde = "^1.0.0"
serde_json = "^1.0.0"
plugin = "^0.2.6"
notify = { version = "^3.0", optional = true }
log = "^0.3"
walkdir = "^1.0"


[features]
watch = ["notify"]
partial_legacy = ["handlebars/partial_legacy"]

[dev-dependencies]
serde_derive = "^1.0.0"
env_logger = "^0.3.2"
maplit = "^0.1.3"
router = "^0.5.0"
flate2 = "0.2"

[package.metadata.release]
sign-commit = true
upload-doc = true