# 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 = "2021"
name = "typst-ts-raster-exporter"
version = "0.2.2"
description = "Export a frame of Typst document into a raster image."
homepage = "https://myriad-dreamin.github.io/typst.ts/"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Myriad-Dreamin/typst.ts"
resolver = "1"

[dependencies.bytemuck]
version = "1"

[dependencies.comemo]
version = "0.3"

[dependencies.flate2]
version = "1"

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

[dependencies.pixglyph]
version = "0.1"

[dependencies.resvg]
version = "0.32"
default-features = false

[dependencies.roxmltree]
version = "0.18"

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

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

[dependencies.typst]
version = "0.5.0"

[dependencies.usvg]
version = "0.32"
features = ["text"]
default-features = false