-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathCargo.toml
53 lines (49 loc) · 1.58 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
[package]
name = "epic_asset_manager"
version = "3.8.6"
authors = ["Milan Stastny <[email protected]>"]
edition = "2021"
license-file = "LICENSE"
repository = "https://github.com/AchetaGames/Epic-Asset-Manager"
description = "An unofficial client to install Unreal Engine, download and manage purchased assets, projects, plugins and games from the Epic Games Store"
keywords = ["unreal", "engine", "gamedev", "assets", "epic"]
categories = ["gui"]
[dependencies]
adw = { package = "libadwaita", version = "0.7" }
anyhow = "1.0"
async-channel = "2"
byte-unit = "5.1"
chrono = "0.4"
diesel = { version = "2", features = ["sqlite", "r2d2"] }
diesel_migrations = { version = "2", features = ["sqlite"] }
egs-api = "0.8"
env_logger = "0.11"
fs2 = "0.4.3"
gtk4 = { version = "0.9", features = ["v4_8"] }
gtk-macros = "0.3"
html2pango = "0.6"
lazy_static = "1.5"
libsqlite3-sys = { version = "0.25.2", features = ["bundled"] }
log = "0.4"
once_cell = "1.8"
opener = "0.7.2"
rand = "0.8"
regex = "1"
reqwest = { version = "0.12", features = ["json", "cookies", "blocking"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha-1 = "0.10"
threadpool = "1.8"
tokio = "1"
version-compare = "0.2.0"
zip = "2"
[target.'cfg(target_os = "windows")'.build-dependencies]
winres = "0.1"
[target.'cfg(target_os = "windows")'.dependencies]
open = "5.0.0"
[target.'cfg(target_os = "linux")'.dependencies]
ashpd = "0.10"
gettext-rs = { version = "0.7", features = ["gettext-system"] }
ghregistry = "^0.2"
secret-service = { version = "4", features = ["crypto-rust"] }
zbus = { version = "4.4", features = ["tokio"] }