blob: f5377d64233f1728958d25d53c9eac24cf87c518 (
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
32
|
[package]
name = "typst-library"
version = "0.1.0"
authors = ["The Typst Project Developers"]
edition = "2021"
[lib]
test = false
doctest = false
bench = false
[dependencies]
typst = { path = ".." }
comemo = { git = "https://github.com/typst/comemo" }
csv = "1"
hypher = "0.1"
kurbo = "0.8"
lipsum = { git = "https://github.com/reknih/lipsum" }
once_cell = "1"
rex = { git = "https://github.com/laurmaedje/ReX" }
roxmltree = "0.14"
rustybuzz = "0.5"
serde_json = "1"
symmie = { git = "https://github.com/typst/symmie" }
syntect = { version = "5", default-features = false, features = ["default-syntaxes", "regex-fancy"] }
ttf-parser = "0.17"
typed-arena = "2"
unicode-bidi = "0.3.5"
unicode-math = { git = "https://github.com/s3bk/unicode-math/" }
unicode-script = "0.5"
unicode-segmentation = "1"
xi-unicode = "0.3"
|