-
Notifications
You must be signed in to change notification settings - Fork 40
/
Cargo.toml
75 lines (66 loc) · 1.45 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
[workspace]
members = [
"bin",
"book-gen",
"hls",
"libs/common",
"libs/config",
"libs/lzo",
"libs/p3d",
"libs/paa",
"libs/pbo",
"libs/preprocessor",
"libs/signing",
"libs/sqf",
"libs/stringtable",
"libs/workspace",
]
resolver = "2"
[workspace.package]
repository = "https://github.com/BrettMayson/HEMTT"
[workspace.lints.clippy]
all = { level = "deny", priority = -1 }
nursery = { level = "deny", priority = -1 }
pedantic = { level = "warn", priority = -1 }
unwrap_used = "deny"
cognitive_complexity = "allow"
[workspace.lints.rust]
future_incompatible = "warn"
nonstandard_style = "warn"
[workspace.dependencies]
arma3-wiki = "0.3.3"
automod = "1.0.14"
byteorder = "1.5.0"
chumsky = "0.9.3"
clap = "4.5.21"
codespan-reporting = { version = "0.11.1", features = ["serialization"] }
dirs = "5.0.1"
git2 = "0.19.0"
indexmap = "2.6.0"
insta = "1.41.1"
linkme = "0.3.31"
lsp-types = "0.97.0"
paste = "1.0.15"
peekmore = "1.3.0"
pest = "2.7.14"
pest_derive = "2.7.14"
regex = "1.11.1"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
sha-1 = "0.10.1"
strsim = "0.11.1"
supports-hyperlinks = "3.0.0"
tabled = "0.16.0"
terminal-link = "0.1.0"
thiserror = "2.0.3"
toml = "0.8.19"
tower-lsp = "0.20.0"
tracing = { version = "0.1.40", features = ["attributes"] }
tracing-test = "0.2.5"
vfs = "0.12.0"
walkdir = "2.5.0"
zip = "2.2.0"
[profile.bench]
lto = true
# [profile.release]
# debug = true