[dependencies.comemo]
version = "0.4"
[dependencies.ecow]
features = ["serde"]
version = "0.2"
[dependencies.if_chain]
version = "1"
[dependencies.indexmap]
features = ["serde"]
version = "2"
[dependencies.toml]
default-features = false
features = ["parse", "display"]
version = "0.8"
[dependencies.typst-library]
version = "0.13.0"
[dependencies.typst-macros]
version = "0.13.0"
[dependencies.typst-syntax]
version = "0.13.0"
[dependencies.typst-timing]
version = "0.13.0"
[dependencies.typst-utils]
version = "0.13.0"
[dependencies.unicode-segmentation]
version = "1"
[lib]
name = "typst_eval"
path = "src/lib.rs"
[lints.clippy]
blocks_in_conditions = "allow"
comparison_chain = "allow"
manual_range_contains = "allow"
mutable_key_type = "allow"
uninlined_format_args = "warn"
wildcard_in_or_patterns = "allow"
[package]
authors = ["The Typst Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers"]
description = "Typst's code interpreter."
edition = "2021"
homepage = "https://typst.app"
keywords = ["typst"]
license = "Apache-2.0"
name = "typst-eval"
readme = "README.md"
repository = "https://github.com/typst/typst"
rust-version = "1.80"
version = "0.13.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.stacker]
version = "0.1.15"