typst/library/Cargo.toml

46 lines
1 KiB
TOML
Raw Normal View History

2022-11-03 10:44:53 +00:00
[package]
name = "typst-library"
version.workspace = true
rust-version.workspace = true
authors.workspace = true
edition.workspace = true
2023-04-11 20:24:37 +00:00
description = "The standard library for Typst."
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
2022-11-03 10:44:53 +00:00
[lib]
test = false
doctest = false
bench = false
2022-11-03 10:44:53 +00:00
[dependencies]
typst = { path = ".." }
az = "1.2"
2023-04-26 11:46:42 +00:00
chinese-number = { version = "0.7.2", default-features = false, features = ["number-to-chinese"] }
2023-05-16 14:43:35 +00:00
comemo = "0.3"
2022-11-03 10:44:53 +00:00
csv = "1"
2023-03-01 10:27:10 +00:00
ecow = "0.1"
hayagriva = "0.3"
2022-11-03 10:44:53 +00:00
hypher = "0.1"
kurbo = "0.9"
lipsum = "0.9"
2023-02-01 12:32:39 +00:00
log = "0.4"
2022-11-03 10:44:53 +00:00
once_cell = "1"
roxmltree = "0.18"
rustybuzz = "0.7"
2022-11-03 10:44:53 +00:00
serde_json = "1"
serde_yaml = "0.8"
2023-03-17 10:32:15 +00:00
smallvec = "1.10"
2022-11-03 10:44:53 +00:00
syntect = { version = "5", default-features = false, features = ["default-syntaxes", "regex-fancy"] }
2023-04-26 11:46:42 +00:00
toml = { version = "0.7.3", default-features = false, features = ["parse"] }
tracing = "0.1.37"
2023-01-22 12:19:48 +00:00
ttf-parser = "0.18.1"
2022-11-03 10:44:53 +00:00
typed-arena = "2"
unicode-bidi = "0.3.13"
2023-03-27 13:49:01 +00:00
unicode-math-class = "0.1"
2022-11-03 10:44:53 +00:00
unicode-script = "0.5"
2022-12-06 11:37:08 +00:00
unicode-segmentation = "1"
2022-11-03 10:44:53 +00:00
xi-unicode = "0.3"