[build-dependencies.anyhow]
version = "1"
[build-dependencies.cargo_metadata]
version = "0.18.0"
[build-dependencies.vergen]
features = ["build", "cargo", "git", "gitcl", "rustc"]
version = "8.3.1"
[dependencies.console_error_panic_hook]
optional = true
version = "0.1.2"
[dependencies.js-sys]
optional = true
version = "0.3.77"
[dependencies.reflexo-typst]
default-features = false
version = "=0.6.1-rc3"
[dependencies.tinymist-world]
default-features = false
version = "0.13.17"
[dependencies.wasm-bindgen]
optional = true
version = "0.2.100"
[features]
default = ["web", "no-content-hint"]
no-content-hint = ["reflexo-typst/no-content-hint"]
web = ["wasm-bindgen", "js-sys", "console_error_panic_hook", "no-content-hint", "tinymist-world/web", "reflexo-typst/web"]
[lib]
crate-type = ["cdylib", "rlib"]
name = "tinymist_core"
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 = "build.rs"
categories = ["compilers", "command-line-utilities"]
description = "Tinymist core library."
edition = "2021"
homepage = "https://github.com/Myriad-Dreamin/tinymist"
keywords = ["api", "language", "typst"]
license = "Apache-2.0"
name = "tinymist-core"
readme = false
repository = "https://github.com/Myriad-Dreamin/tinymist"
rust-version = "1.88"
version = "0.13.35"