hairy 0.1.0

Compiled text templates (not unlike Mustache and Handlebars), with support for expressions and custom functions inside such expressions.
Documentation
[[bin]]
name = "hairprototyping"
required-features = ["build-binary"]
[dependencies.commandy]
optional = true
version = "0.1.0"

[dependencies.commandy_macros]
optional = true
version = "0.1.0"

[dependencies.expry]
default-features = false
version = "0.1.0"

[dependencies.expry_macros]
version = "0.1.0"

[dependencies.futures]
optional = true
version = "0.3"

[dependencies.hyper]
features = ["full"]
optional = true
version = "0.14"

[dependencies.tokio]
features = ["full"]
optional = true
version = "1"

[features]
build-binary = ["commandy", "commandy_macros", "hyper", "tokio", "futures"]
default = ["std"]
mini = ["expry/mini"]
std = ["expry/std"]

[package]
authors = ["Bernard van Gastel <bvgastel@bitpowder.com>"]
categories = ["template-engine", "parser-implementation"]
description = "Compiled text templates (not unlike Mustache and Handlebars), with support for expressions and custom functions inside such expressions."
edition = "2021"
homepage = "https://www.bitpowder.com/libs/indigo/"
keywords = ["mustache", "expressions", "bytecode", "interpreter"]
license = "Apache-2.0"
name = "hairy"
version = "0.1.0"