typst/crates/typst-docs/Cargo.toml

29 lines
679 B
TOML
Raw Normal View History

2023-02-06 11:52:31 +01:00
[package]
name = "typst-docs"
version.workspace = true
rust-version.workspace = true
authors.workspace = true
edition.workspace = true
2023-04-05 01:00:13 +02:00
publish = false
2023-02-06 11:52:31 +01:00
[lib]
doctest = false
bench = false
[dependencies]
typst = { path = "../typst" }
typst-library = { path = "../typst-library" }
2023-05-16 16:43:35 +02:00
comemo = "0.3"
2023-09-11 15:53:20 +02:00
ecow = { version = "0.1.2", features = ["serde"] }
2023-04-26 13:46:42 +02:00
heck = "0.4"
2023-02-06 11:52:31 +01:00
include_dir = "0.7"
2023-04-26 13:46:42 +02:00
once_cell = "1"
2023-02-06 11:52:31 +01:00
pulldown-cmark = "0.9"
serde = { version = "1.0.184", features = ["derive"] }
2023-09-13 14:04:12 +02:00
serde_yaml = "0.9"
syntect = { version = "5", default-features = false, features = ["parsing", "html", "regex-fancy"] }
2023-05-17 14:38:03 +02:00
typed-arena = "2"
2023-02-06 11:52:31 +01:00
unicode_names2 = "0.6.0"
2023-04-26 13:46:42 +02:00
unscanny = "0.1"
yaml-front-matter = "0.1"