pbl 0.2.1

A simple command line application for rendering templates from structured data and a template.
[badges.maintenance]
status = "actively-developed"
[dependencies.clap]
features = ["derive", "env"]
version = "3"

[dependencies.mustache]
version = "0.9.0"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.serde_json]
version = "1"

[package]
authors = ["Shane Witbeck <shane@digitalsanctum.com>"]
categories = ["command-line-utilities", "command-line-interface", "rendering", "parsing", "template-engine"]
description = "A simple command line application for rendering templates from structured data and a template."
edition = "2021"
exclude = ["*.json", "*.mustache"]
homepage = "https://github.com/digitalsanctum/pbl"
keywords = ["cli", "mustache", "publisher", "template"]
license-file = "LICENSE"
name = "pbl"
readme = "README.md"
repository = "https://github.com/digitalsanctum/pbl"
resolver = "2"
version = "0.2.1"