mirror of
https://github.com/typst/typst
synced 2025-05-20 03:55:29 +08:00
46 lines
1.0 KiB
TOML
46 lines
1.0 KiB
TOML
[package]
|
|
name = "typst-library"
|
|
version.workspace = true
|
|
rust-version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
description = "The standard library for Typst."
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
keywords.workspace = true
|
|
|
|
[lib]
|
|
test = false
|
|
doctest = false
|
|
bench = false
|
|
|
|
[dependencies]
|
|
typst = { path = ".." }
|
|
az = "1.2"
|
|
chinese-number = { version = "0.7.2", default-features = false, features = ["number-to-chinese"] }
|
|
comemo = "0.3"
|
|
csv = "1"
|
|
ecow = "0.1"
|
|
hayagriva = "0.3"
|
|
hypher = "0.1"
|
|
kurbo = "0.9"
|
|
lipsum = "0.9"
|
|
log = "0.4"
|
|
once_cell = "1"
|
|
roxmltree = "0.18"
|
|
rustybuzz = "0.7"
|
|
serde_json = "1"
|
|
serde_yaml = "0.8"
|
|
smallvec = "1.10"
|
|
syntect = { version = "5", default-features = false, features = ["default-syntaxes", "regex-fancy"] }
|
|
toml = { version = "0.7.3", default-features = false, features = ["parse"] }
|
|
tracing = "0.1.37"
|
|
ttf-parser = "0.18.1"
|
|
typed-arena = "2"
|
|
unicode-bidi = "0.3.13"
|
|
unicode-math-class = "0.1"
|
|
unicode-script = "0.5"
|
|
unicode-segmentation = "1"
|
|
xi-unicode = "0.3"
|