handlebars-concat 0.3.0

Handlebars string, array and object concatenator helper.
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 = "2021"
name = "handlebars-concat"
version = "0.3.0"
authors = ["Ivan Ganev <iganev@cytec.bg>"]
description = "Handlebars string, array and object concatenator helper."
homepage = "https://github.com/iganev/handlebars-concat"
documentation = "https://docs.rs/crate/handlebars-concat/"
readme = "README.md"
keywords = [
    "handlebars",
    "helper",
    "concat",
    "implode",
    "join",
]
categories = [
    "template-engine",
    "web-programming",
    "value-formatting",
    "text-processing",
]
license = "BSD-2-Clause"
repository = "https://github.com/iganev/handlebars-concat"

[lib]
name = "handlebars_concat"
path = "src/lib.rs"

[dependencies.handlebars]
version = "6"

[dependencies.serde_json]
version = "^1"

[badges.maintenance]
status = "actively-developed"