[package] name = "rustache-lists" version = "0.1.2" authors = ["Vanessa McHale ", "Jarrod Ruhland ", "Stephen Paul Weber "] description = "Mustache templating engine for rust with a bugfix for lists" license = "MIT" documentation = "https://docs.rs/rustache-lists/" repository = "https://github.com/vmchale/rustache.git" readme = "README.md" keywords = ["template", "mustache"] [lib] name = "rustache" path = "src/lib.rs" [dependencies] error-chain = "^0.5" regex = "^0.1" rustc-serialize = "^0.3"