[package] name = "include_js" author = "Liss Heidrich" version = "0.1.2" edition = "2018" license = "MIT OR Apache-2.0" description = "checked inclusion of javascript scripts into rust files" repository = "https://github.com/Clueliss/include_js" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["template"] template = ["include_js_codegen/template", "handlebars"] [dependencies] include_js_core = { version = "0.1.2", path = "../include_js_core" } include_js_codegen = { version = "0.1.1", path = "../include_js_codegen" } handlebars = { version = "3.5.5", optional = true }