[package] name = "tera_factory" version = "0.1.0" edition = "2021" description = "Factory for creating Tera template engines with integrated Rhai scripting support" [dependencies] tera = "1.19.0" rhai = { version = "1.15.1", features = ["sync"] } rhai_system = { path = "../rhai_system" } serde_json = "1.0.104" thiserror = "1.0.47" log = "0.4.20" [dev-dependencies] tempfile = "3.8.0"