# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.77" name = "typst-syntax" version = "0.12.0" authors = ["The Typst Project Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parser and syntax tree for Typst." homepage = "https://typst.app" readme = "README.md" keywords = ["typst"] categories = ["compilers"] license = "Apache-2.0" repository = "https://github.com/typst/typst" [lib] name = "typst_syntax" path = "src/lib.rs" [dependencies.ecow] version = "0.2" features = ["serde"] [dependencies.once_cell] version = "1" [dependencies.serde] version = "1.0.184" features = ["derive"] [dependencies.toml] version = "0.8" features = [ "parse", "display", ] default-features = false [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" [lints.clippy] blocks_in_conditions = "allow" mutable_key_type = "allow" uninlined_format_args = "warn"