[package] name = "yate" description = "simple, idiomatic, combined html template engine and static site generator" version = "0.1.3" authors = ["stoically "] keywords = ["template-engine", "ssg", "html", "rsx", "macro"] edition = "2018" repository = "https://github.com/stoically/yate" readme = "README.md" license = "MIT" [badges] maintenance = { status = "deprecated" } [dependencies] html-escape = "0.2.9" html-to-string-macro = { version = "0.1", path = "html-to-string-macro" } [workspace] members = [ "html-to-string-macro" ]