typst-render 0.15.0

Raster image exporter for Typst.
Documentation
# 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.92"
name = "typst-render"
version = "0.15.0"
authors = ["The Typst Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raster image exporter for Typst."
homepage = "https://typst.app"
readme = "README.md"
keywords = ["typst"]
categories = ["compilers"]
license = "Apache-2.0"
repository = "https://github.com/typst/typst"
resolver = "2"

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

[dependencies.bytemuck]
version = "1"

[dependencies.comemo]
version = "0.5.1"

[dependencies.hayro]
version = "0.7.1"
default-features = false

[dependencies.image]
version = "0.25.5"
features = [
    "png",
    "jpeg",
    "gif",
    "webp",
]
default-features = false

[dependencies.libm]
version = "0.2.11"

[dependencies.pixglyph]
version = "0.6.1"

[dependencies.resvg]
version = "0.47"
features = ["raster-images"]
default-features = false

[dependencies.tiny-skia]
version = "0.12"

[dependencies.ttf-parser]
version = "0.25.0"

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

[dependencies.typst-layout]
version = "0.15.0"

[dependencies.typst-library]
version = "0.15.0"

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

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

[dependencies.typst-utils]
version = "0.15.0"

[lints.clippy]
blocks_in_conditions = "allow"
comparison_chain = "allow"
derived_hash_with_manual_eq = "allow"
disallowed_methods = "warn"
iter_over_hash_type = "warn"
manual_is_multiple_of = "allow"
manual_range_contains = "allow"
mutable_key_type = "allow"
uninlined_format_args = "warn"
wildcard_in_or_patterns = "allow"