[package] name = "rustache" version = "0.1.0" authors = ["Jarrod Ruhland ", "Stephen Paul Weber "] description = "Mustache templating engine for rust" license = "MIT" documentation = "https://rustache.github.io/rustache/" repository = "https://github.com/rustache/rustache.git" homepage = "https://rustache.github.io" readme = "README.md" keywords = ["template"] [lib] name = "rustache" path = "src/lib.rs" [dependencies] regex = "^0.1" rustc-serialize = "^0.3"