-
Notifications
You must be signed in to change notification settings - Fork 42
/
Cargo.toml
81 lines (71 loc) · 1.91 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[package]
name = "tinymist-query"
description = "Language queries for tinymist."
categories = ["compilers", "command-line-utilities"]
keywords = ["api", "language", "typst"]
authors.workspace = true
version.workspace = true
license.workspace = true
edition.workspace = true
homepage.workspace = true
repository.workspace = true
rust-version.workspace = true
[features]
default = ["no-content-hint"]
no-content-hint = ["reflexo-typst/no-content-hint"]
[dependencies]
anyhow.workspace = true
comemo.workspace = true
dirs.workspace = true
regex.workspace = true
yaml-rust2.workspace = true
biblatex.workspace = true
serde_yaml.workspace = true
itertools.workspace = true
strum.workspace = true
log.workspace = true
serde.workspace = true
serde_json.workspace = true
parking_lot.workspace = true
ena.workspace = true
once_cell.workspace = true
toml.workspace = true
walkdir.workspace = true
indexmap.workspace = true
ecow.workspace = true
siphasher.workspace = true
chrono.workspace = true
rpds.workspace = true
rayon.workspace = true
typst.workspace = true
reflexo.workspace = true
typst-shim.workspace = true
reflexo-typst.workspace = true
lsp-types.workspace = true
if_chain.workspace = true
percent-encoding.workspace = true
unscanny.workspace = true
pathdiff.workspace = true
ttf-parser.workspace = true
rust_iso639.workspace = true
rust_iso3166.workspace = true
dashmap.workspace = true
rustc-hash.workspace = true
hashbrown.workspace = true
triomphe.workspace = true
base64.workspace = true
typlite.workspace = true
tinymist-world.workspace = true
tinymist-analysis.workspace = true
tinymist-derive.workspace = true
[dev-dependencies]
once_cell.workspace = true
insta.workspace = true
serde.workspace = true
serde_json.workspace = true
typst-assets = { workspace = true, features = ["fonts"] }
reflexo-typst = { workspace = true, features = ["no-content-hint"] }
sha2 = { version = "0.10" }
hex = { version = "0.4" }
[lints]
workspace = true