[[bin]]
name = "hbs-cli"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.32"
[dependencies.glob]
version = "0.3"
[dependencies.handlebars]
version = "5.1"
[dependencies.serde]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[package]
authors = ["Jakub A. Gramsz <jakub@gramsz.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "command-line-utilities", "value-formatting"]
description = "Simple CLI for generating text from handlebars templates, by feeding them with data from file YAML/JSON."
documentation = "https://docs.rs/crate/hbs-cli"
edition = "2018"
homepage = "https://github.com/olorin37/hbs-cli"
keywords = ["handlebars", "templating", "cli", "YAML", "JSON"]
license = "MIT"
name = "hbs-cli"
readme = "README.md"
repository = "https://github.com/olorin37/hbs-cli"
version = "0.2.6"