typst-batch 0.1.1

Typst unofficial library for batch processing — friendly API, shared resources, virtual files, customizable diagnostics
Documentation
[dependencies.chrono]
default-features = false
features = ["clock", "std"]
version = "0.4"

[dependencies.colored]
optional = true
version = "3.0"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rustc-hash]
version = "2.1"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.typst]
version = "0.14.1"

[dependencies.typst-html]
version = "0.14.1"

[dependencies.typst-kit]
features = ["fonts", "packages"]
version = "0.14.1"

[dependencies.typst-svg]
optional = true
version = "0.14.1"

[dev-dependencies.tempfile]
version = "3.10"

[features]
colored-diagnostics = ["dep:colored"]
default = ["colored-diagnostics"]
svg = ["dep:typst-svg"]

[lib]
name = "typst_batch"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers", "text-processing"]
description = "Typst unofficial library for batch processing — friendly API, shared resources, virtual files, customizable diagnostics"
edition = "2024"
keywords = ["typst", "compiler", "batch", "world"]
license = "MIT"
name = "typst-batch"
readme = "README.md"
repository = "https://github.com/tola-ssg/typst-batch"
version = "0.1.1"