typst-shim 0.12.21

A compatibility layer for Typst release and mainline versions.
Documentation
[dependencies.cfg-if]
version = "1.0"

[dependencies.comemo]
version = "0.4"

[dependencies.typst]
version = "0.13.0-rc1"

[dependencies.typst-eval]
version = "0.13.0-rc1"

[dependencies.typst-syntax]
version = "0.13.0-rc1"

[features]
default = ["nightly"]
nightly = []

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

[lints.clippy]
missing_safety_doc = "warn"
undocumented_unsafe_blocks = "warn"
uninlined_format_args = "warn"

[lints.rust]
missing_docs = "warn"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(wasm_bindgen_unstable_test_coverage)", "cfg(noop)", "cfg(used_linker)"]
level = "allow"
priority = 0

[lints.rustdoc]
broken_intra_doc_links = "warn"

[package]
authors = ["The Typst Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A compatibility layer for Typst release and mainline versions."
edition = "2021"
homepage = "https://github.com/Myriad-Dreamin/tinymist"
license = "Apache-2.0"
name = "typst-shim"
readme = "README.md"
repository = "https://github.com/Myriad-Dreamin/tinymist"
rust-version = "1.82"
version = "0.12.21"