[dependencies.ecow]
version = "0.2.3"
[dependencies.lsp-types]
features = ["proposed"]
version = "=0.95.0"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.strum]
features = ["derive"]
version = "0.26.2"
[dependencies.toml]
default-features = false
features = ["parse", "display"]
version = "0.8"
[dependencies.typst]
version = "0.13.0-rc1"
[dev-dependencies.insta]
features = ["glob"]
version = "1.39"
[dev-dependencies.regex]
version = "1.10.5"
[lib]
name = "tinymist_analysis"
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 = ["Myriad-Dreamin <camiyoru@gmail.com>", "Nathan Varner"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers"]
description = "Typst Static Analyzers for Tinymist."
edition = "2021"
homepage = "https://github.com/Myriad-Dreamin/tinymist"
keywords = ["language", "typst"]
license = "Apache-2.0"
name = "tinymist-analysis"
readme = "README.md"
repository = "https://github.com/Myriad-Dreamin/tinymist"
rust-version = "1.82"
version = "0.12.21"