[package] name = "display-as-template" version = "0.1.1" authors = ["David Roundy "] description = "Templates for your data in different markup formats." repository = "https://github.com/droundy/display-as" keywords = ["template", "latex", "html", "display"] license = "Apache-2.0/MIT" [package.metadata.docs.rs] all-features = true [dependencies] display-as = { version = "0.1.4", path = "../display-as" } display-as-proc-macro = { version = "0.1.1", path = "../display-as-proc-macro" } proc-macro-hack = "0.5" glob = "0.2.11" combine = "3.6.2" regex = "1"