[package]
edition = "2021"
name = "handybars"
version = "0.3.1"
authors = ["0x00002a"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal template parsing and expansion"
readme = "README.md"
license = "MIT"
[package.metadata."docs.rs"]
all-features = true
[lib]
name = "handybars"
path = "src/lib.rs"
[[bin]]
name = "handybars"
path = "src/main.rs"
[[test]]
name = "handybars_macro"
path = "tests/handybars_macro.rs"
[dependencies.handybars_macros]
version = "0.2.0"
optional = true
[dev-dependencies.proptest]
version = "1.0.0"
[features]
macros = ["dep:handybars_macros"]