# 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 = "handlebars-iron" version = "0.29.0" authors = ["Ning Sun "] description = "Handlebars templating middleware for Iron." homepage = "https://github.com/sunng87/handlebars-iron" documentation = "https://docs.rs/handlebars-iron/" readme = "README.md" keywords = ["handlebars", "templating", "web", "webdev", "iron"] license = "MIT" repository = "https://github.com/sunng87/handlebars-iron" [package.metadata.release] sign-commit = true [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" replace = "{{version}}" search = "Unreleased" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" replace = "{{date}}" search = "ReleaseDate" [dependencies.handlebars] version = "^3.0" features = ["dir_source"] [dependencies.iron] version = "^0.6.0" [dependencies.log] version = "^0.4" [dependencies.notify] version = "^4.0" optional = true [dependencies.plugin] version = "^0.2.6" [dependencies.serde] version = "^1.0.0" [dependencies.serde_json] version = "^1.0.0" [dev-dependencies.env_logger] version = "^0.4.1" [dev-dependencies.flate2] version = "0.2" [dev-dependencies.maplit] version = "^1.0.0" [dev-dependencies.router] version = "^0.6.0" [dev-dependencies.serde_derive] version = "^1.0.0" [features] watch = ["notify"]