[package] name = "pug_tmp_workaround" version = "0.0.3" authors = ["Arvid E. Picciani "] edition = '2018' license = "MIT" description = "pug.js reimplemented in rust for speed" repository = "https://github.com/aep/pug-rs" readme = "README.md" keywords = ["pug", "jade", "template"] categories = ["command-line-utilities", "parsing", "web-programming"] [lib] crate-type = ["cdylib", "rlib"] [dependencies] pest = "2.1" pest_derive = "2.1" [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen = "0.2"