handlebars_switch 1.0.0

Adds a `{{#switch}}` helper to handlebars-rust.
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"