typst-syntax 0.12.0

Parser and syntax tree for Typst.
Documentation
[dependencies.ecow]
features = ["serde"]
version = "0.2"

[dependencies.once_cell]
version = "1"

[dependencies.serde]
features = ["derive"]
version = "1.0.184"

[dependencies.toml]
default-features = false
features = ["parse", "display"]
version = "0.8"

[dependencies.typst-utils]
version = "0.12.0"

[dependencies.unicode-ident]
version = "1.0"

[dependencies.unicode-math-class]
version = "0.1"

[dependencies.unicode-script]
version = "0.5"

[dependencies.unicode-segmentation]
version = "1"

[dependencies.unscanny]
version = "0.1"

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

[lints.clippy]
blocks_in_conditions = "allow"
mutable_key_type = "allow"
uninlined_format_args = "warn"

[package]
authors = ["The Typst Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["compilers"]
description = "Parser and syntax tree for Typst."
edition = "2021"
homepage = "https://typst.app"
keywords = ["typst"]
license = "Apache-2.0"
name = "typst-syntax"
readme = "README.md"
repository = "https://github.com/typst/typst"
rust-version = "1.77"
version = "0.12.0"