-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
46 lines (41 loc) · 1.59 KB
/
Copy pathCargo.toml
File metadata and controls
46 lines (41 loc) · 1.59 KB
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
[package]
name = "match_wire"
version = "0.6.4"
authors = ["WardLordRuby"]
description = """
MatchWire enhances the core H2M/HMW experience by offering key quality-of-life improvements.
Featuring a robust Server Scraper with extensive filtering options. Additionally, MatchWire
makes it simple to reconnect to previously joined servers, streamlining your gameplay experience.
Created by: WardLordRuby <@wardlordruby Discord>"""
edition = "2024"
[package.metadata.winresource]
ProductName = "MatchWire"
FileDescription = "HMW-mod launcher"
ProductVersion = "0.6.4"
[profile.release]
strip = true
lto = true
[dependencies]
reqwest = { version = "0.13.1", features = ["json"] }
serde = { version = "1.0.213", features = ["derive"] }
serde_json = "1.0.131"
clap = { version = "4.5.20", features = ["derive"] }
tokio = { version = "1.41.0", features = ["macros", "signal"] }
tokio-stream = "0.1.16"
tracing = { version = "0.1.40", features = ["release_max_level_info"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-appender = "0.2.3"
crossterm = { version = "0.29.0", features = ["event-stream"] }
winpty-rs = "0.4.0"
windows-sys = { version = "0.61.2", features = ["Win32_Storage", "Win32_Storage_FileSystem", "Win32_UI" , "Win32_UI_WindowsAndMessaging", "Win32_System_Threading"] }
regex = "1.11.1"
sha2 = "0.11.0"
constcat = "0.6.0"
repl-oxide = { git = "https://github.com/WardLordRuby/repl-oxide", features = ["macros"] }
rayon = "1.10.0"
pgp = "0.19.0"
[build-dependencies]
winresource = "0.1.17"
[dev-dependencies]
rand = "0.10.1"
reqwest = { version = "0.13.1", features = ["blocking"] }