tinymist-preview 0.14.10

A previewer for the Typst typesetting system.
# 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 = "2024"
rust-version = "1.89"
name = "tinymist-preview"
version = "0.14.10"
authors = ["The Typst Project Developers"]
build = false
include = [
    "src/**/*",
    "/LICENSE",
    "/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A previewer for the Typst typesetting system."
readme = "README.md"
keywords = ["typst"]
license = "MIT"
repository = "https://github.com/Enter-tainer/typst-preview"
resolver = "2"

[features]
default = ["no-content-hint"]
no-content-hint = ["reflexo-typst/no-content-hint"]

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

[dependencies.bytes]
version = "1"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
    "unicode",
]
optional = true

[dependencies.comemo]
version = "0.5.0"

[dependencies.env_logger]
version = "0.11.3"

[dependencies.futures]
version = "0.3"

[dependencies.indexmap]
version = "2.12.0"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.12.1"

[dependencies.reflexo-typst]
version = "=0.7.0-rc2"
default-features = false

[dependencies.reflexo-vec2svg]
version = "=0.7.0-rc2"

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

[dependencies.serde_json]
version = "1"

[dependencies.tinymist-assets]
version = "=0.14.10"

[dependencies.tinymist-std]
version = "0.14.6"
default-features = false

[dependencies.tokio]
version = "1.48.0"
features = [
    "macros",
    "time",
    "rt-multi-thread",
]

[dependencies.typst]
version = "0.14.2"

[dependencies.typst-assets]
version = "0.14.2"

[dependencies.typst-macros]
version = "0.14.2"

[dependencies.typst-timing]
version = "0.14.2"

[lints.clippy]
missing_safety_doc = "warn"
undocumented_unsafe_blocks = "warn"
uninlined_format_args = "warn"

[lints.rust]
missing_docs = "warn"

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = [
    "cfg(wasm_bindgen_unstable_test_coverage)",
    "cfg(noop)",
    "cfg(used_linker)",
]

[lints.rustdoc]
broken_intra_doc_links = "warn"