[package] name = "hamlrs" version = "0.4.3" authors = ["Jon Hartwell "] license = "MIT" description = "A Rust library for parsing [Haml](http://haml.info) templates" repository = "https://github.com/jhartwell/haml-rs" keywords = ["haml", "templating", "template"] categories = ["development-tools", "parser-implementations", "template-engine"] readme = "README.md" maintenance = { status = "actively-developed" } [lib] name = "haml" path = "src/lib.rs" test = true doctest = true doc = true [dev-dependencies] criterion = "0.2.5" [[bench]] name = "bench" harness = false