summaryrefslogtreecommitdiff
path: root/crates/typst-render/Cargo.toml
blob: cc58f785f954deae101569d4a66d4ed913315b79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "typst-render"
description = "Raster image exporter for Typst."
version = { workspace = true }
rust-version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
categories = { workspace = true }
keywords = { workspace = true }
readme = { workspace = true }

[dependencies]
typst = { workspace = true }
typst-macros = { workspace = true }
typst-timing = { workspace = true }
bytemuck = { workspace = true }
comemo = { workspace = true }
flate2 = { workspace = true }
image = { workspace = true }
pixglyph = { workspace = true }
resvg = { workspace = true }
roxmltree = { workspace = true }
tiny-skia = { workspace = true }
ttf-parser = { workspace = true }
usvg = { workspace = true }

[lints]
workspace = true