-
Notifications
You must be signed in to change notification settings - Fork 3
/
Cargo.toml
39 lines (38 loc) · 1020 Bytes
/
Cargo.toml
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
33
34
35
36
37
38
39
[package]
name = "typst-package-check"
version = "0.1.0"
edition = "2021"
[dependencies]
async-trait = "0.1.80"
axum = "0.7.5"
casbab = "0.1.1"
chrono = "0.4.38"
codespan-reporting = "0.11.1"
comemo = "0.4.0"
dirs = "5.0.1"
dotenvy = "0.15.7"
eyre = "0.6.12"
flate2 = "1.0.28"
fontdb = "0.20.0"
hmac = "0.12.1"
ignore = "0.4.22"
jwt-simple = { version = "0.12.9", default-features = false, features = [
"pure-rust",
] }
parking_lot = "0.12.1"
pathdiff = "0.2.1"
reqwest = { version = "0.12.4", features = ["json"] }
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
sha1 = "0.10.6"
spdx = "0.10"
stringcase = "0.2.1"
tar = "0.4.40"
tokio = { version = "1.37.0", features = ["rt-multi-thread", "process", "fs"] }
toml_edit = "0.22.12"
tower-http = { version = "0.5", features = ["trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
typst = "0.12.0"
typst-assets = { version = "0.12.0", features = [ "fonts" ] }
wasm-opt = "0.116.1"