[package]
edition = "2024"
name = "handlebars_switch"
version = "1.0.0"
authors = ["Jeremy Nicklas <jeremywnicklas@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Adds a `{{#switch}}` helper to handlebars-rust."
homepage = "https://github.com/nickjer/handlebars_switch"
readme = "README.md"
keywords = [
"handlebars",
"templating",
"web",
]
license = "MIT"
repository = "https://github.com/nickjer/handlebars_switch"
[lib]
name = "handlebars_switch"
path = "src/lib.rs"
[dependencies.handlebars]
version = "6.4"
[dependencies.serde_json]
version = "1.0"