summaryrefslogtreecommitdiff
path: root/crates/typst-render/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/typst-render/Cargo.toml')
-rw-r--r--crates/typst-render/Cargo.toml29
1 files changed, 29 insertions, 0 deletions
diff --git a/crates/typst-render/Cargo.toml b/crates/typst-render/Cargo.toml
new file mode 100644
index 00000000..0c552cd3
--- /dev/null
+++ b/crates/typst-render/Cargo.toml
@@ -0,0 +1,29 @@
+[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
+
+[lib]
+doctest = false
+bench = false
+
+[dependencies]
+typst = { 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 }