-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Cargo.toml
58 lines (51 loc) · 1.54 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
[package]
name = "luxtorpeda"
version = "71.0.0"
authors = ["Patryk Obara <[email protected]>", "d10sfan <[email protected]>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde_regex = "1.1"
json = "0.12.4"
regex = "1.11.1"
reqwest = { version = "0.12.9", features = ["rustls-tls", "blocking", "gzip", "stream"], default-features = false }
xdg = "2.5.2"
tar = "0.4.43"
xz2 = "0.1.7"
sha2 = "0.10"
hex = "0.4.3"
bzip2 = "0.4.4"
zip = "1.1.3"
flate2 = "1.0.35"
futures-util = "0.3.31"
tokio = { version = "1.41.1", default-features = false, features = ["full"] }
which = "7.0.0"
steamlocate = { version = "2.0.0-alpha.0", features = ["steamid_ng"] }
signal-hook = "0.3.17"
log = "0.4.22"
simplelog = "0.12.2"
sevenz-rust = "0.6"
ar = "0.9.0"
iso9660 = { git = "https://github.com/luxtorpeda-dev/iso9660-rs.git", "rev" = "43a76ed" }
rbchunk = "2.1.0"
walkdir = "2"
steamid-ng = "1.0.0"
godot = { git = "https://github.com/godot-rust/gdext", rev = "4c8ea83fc3452485f7b33f2411c136a248457334" }
chrono = "0.4.38"
url = "2.5.3"
[patch."https://github.com/godot-rust/godot4-prebuilt".godot4-prebuilt]
git = "https://github.com//godot-rust/godot4-prebuilt"
branch = "4.2.2"
[package.metadata.cargo-post.dependencies]
fs_extra = "1.3.0"
tar = "0.4.43"
xz2 = "0.1.7"
[workspace.metadata.release]
allow-branch = ["master"]
publish = false
[profile.release]
strip = "symbols"