summaryrefslogtreecommitdiff
path: root/tests/Cargo.toml
blob: 9ad8ee7cac887695ff0ea916708f9510abe360e5 (plain) (blame)
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
[package]
name = "typst-tests"
version.workspace = true
rust-version.workspace = true
authors.workspace = true
edition.workspace = true
publish = false

[dev-dependencies]
typst = { path = "../crates/typst" }
typst-library = { path = "../crates/typst-library" }
comemo = "0.3"
ecow = { version = "0.1.2", features = ["serde"] }
iai = { git = "https://github.com/reknih/iai" }
once_cell = "1"
oxipng = { version = "8.0.0", default-features = false, features = ["filetime", "parallel", "zopfli"] }
rayon = "1.7.0"
tiny-skia = "0.9.0"
ttf-parser = "0.18.1"
unscanny = "0.1"
walkdir = "2"
clap = { version = "4.2.4", features = ["derive"] }

[[test]]
name = "tests"
path = "src/tests.rs"
harness = false

[[bench]]
name = "benches"
path = "src/benches.rs"
harness = false