[dependencies.glob]
version = "0.3.1"
[dependencies.handlebars]
version = "3.5.5"
[dependencies.serde]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.structopt]
version = "0.3.26"
[package]
authors = ["Jakub A. Gramsz <jakub@gramsz.com>"]
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.2"