typst/crates/typst-docs/Cargo.toml

28 lines
622 B
TOML
Raw Normal View History

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