handlebars-magic 0.6.0

Quickly and flexibly generate content based on handlebars templates.
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
default-features = false
features = ["derive", "help", "std", "usage"]
version = "4.5"

[dependencies.env_logger]
version = "0.11"

[dependencies.handlebars]
version = "5.1"

[dependencies.handlebars_misc_helpers]
default-features = false
features = ["http_attohttpc", "json", "string"]
version = "0.15"

[dependencies.log]
version = "0.4"

[package]
authors = ["Alexander Korolev <alexander.korolev.germany@gmail.com>"]
categories = ["command-line-utilities", "development-tools", "template-engine"]
description = """
Quickly and flexibly generate content based on handlebars templates.
"""
edition = "2021"
homepage = "https://github.com/rust-utility/handlebars-magic"
keywords = ["handlebars"]
license = "Unlicense OR MIT"
name = "handlebars-magic"
readme = "README.md"
repository = "https://github.com/rust-utility/handlebars-magic"
rust-version = "1.75"
version = "0.6.0"

[package.metadata.cross.target.x86_64-unknown-netbsd]
pre-build = ["mkdir -p /tmp/netbsd", "curl https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/amd64/binary/sets/base.tar.xz -O", "tar -C /tmp/netbsd -xJf base.tar.xz", "cp /tmp/netbsd/usr/lib/libexecinfo.so /usr/local/x86_64-unknown-netbsd/lib", "rm base.tar.xz", "rm -rf /tmp/netbsd"]