[package] name = "typst-as-lib" version = "0.11.1" edition = "2021" license = "MIT" description = "Small wrapper for typst that makes it easier to use it as a templating engine" repository = "https://github.com/Relacibo/typst-as-lib" readme = "README.md" keywords = ["template", "typst"] categories = ["template-engine"] [features] packages = ["dep:binstall-tar", "dep:flate2", "dep:ureq"] [dependencies] binstall-tar = { version = "0.4", optional = true } chrono = "0.4" comemo = "0.4" dirs = "5.0" ecow = "0.2" flate2 = { version = "1.0", optional = true } thiserror = "2.0" typst = "0.12.0" ureq = { version = "2.10", optional = true } [dev-dependencies] derive_typst_intoval = "0.3.0" typst-pdf = "0.12.0"