bracket 0.2.0

Fast and robust handlebars-compatible template engine
Documentation
[dependencies.log]
optional = true
version = "^0.4"

[dependencies.logos]
version = "0.11.4"

[dependencies.serde]
version = "^1.0"

[dependencies.serde_json]
version = "^1.0"

[dependencies.unicode-width]
version = "^0.1"
[dev-dependencies.pretty_env_logger]
version = "0.4"

[features]
default = ["log-helper", "json-helper"]
json-helper = []
log-helper = ["log"]

[package]
authors = ["muji <muji@tmpfs.org>"]
description = "Fast and robust handlebars-compatible template engine"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "bracket"
readme = "README.md"
repository = "https://github.com/uwe-app/bracket"
version = "0.2.0"