handbar 0.0.5

Fork of Handlebars.
[[bin]]
name = "handbar"
path = "src/cli.rs"

[[example]]
name = "script"
required-features = ["script_helper"]
[badges.maintenance]
status = "actively-developed"
[dependencies.log]
version = "0.4.0"

[dependencies.pest]
version = "2.1.0"

[dependencies.pest_derive]
version = "2.1.0"

[dependencies.rhai]
features = ["sync", "serde"]
optional = true
version = "1.6"

[dependencies.rust-embed]
features = ["include-exclude"]
optional = true
version = "6.3.0"

[dependencies.serde]
version = "1.0.0"

[dependencies.serde_json]
version = "1.0.39"

[dependencies.thiserror]
version = "1"

[dependencies.walkdir]
optional = true
version = "2.2.3"
[dev-dependencies.criterion]
version = "0.4"

[dev-dependencies.env_logger]
version = "0.10"

[dev-dependencies.serde_derive]
version = "1.0.75"

[dev-dependencies.tempfile]
version = "3.0.0"

[dev-dependencies.time]
features = ["serde", "formatting", "parsing"]
version = "0.3.7"

[dev-dependencies.tiny_http]
version = "0.12"

[features]
default = []
dir_source = ["walkdir"]
no_logging = []
script_helper = ["rhai"]

[lib]
name = "handbar"
path = "src/lib.rs"

[package]
authors = ["Bulat Gabdrakhmanov <bulat.gab2000@gmail.com>"]
categories = ["template-engine"]
description = "Fork of Handlebars."
documentation = "https://github.com/semichkin/handbar"
edition = "2021"
homepage = "https://github.com/semichkin/handbar"
keywords = ["handbar", "templating"]
license = "MIT"
name = "handbar"
readme = "README.md"
repository = "https://github.com/semichkin/handbar"
version = "0.0.5"
[package.metadata.docs.rs]
features = ["dir_source", "script_helper", "rust-embed"]
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(unix)".dev-dependencies.pprof]
features = ["flamegraph", "prost-codec"]
version = "0.11"