tinymist-render 0.14.10

Rendering features for tinymist.
# 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-render"
version = "0.14.10"
authors = [
    "Myriad-Dreamin <camiyoru@gmail.com>",
    "Nathan Varner",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rendering features for tinymist."
homepage = "https://github.com/Myriad-Dreamin/tinymist"
readme = "README.md"
keywords = [
    "api",
    "language",
    "typst",
]
categories = [
    "compilers",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/Myriad-Dreamin/tinymist"
resolver = "2"

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

[dependencies.base64]
version = "0.22"

[dependencies.log]
version = "0.4"

[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.tinymist-query]
version = "0.14.10"

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

[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"