mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
62 lines
1020 B
TOML
62 lines
1020 B
TOML
[package]
|
|
edition = "2021"
|
|
name = "boilr"
|
|
version = "1.3.14"
|
|
|
|
[dependencies]
|
|
base64 = "^0.13.0"
|
|
chrono = "^0.4.19"
|
|
config = "^0.11.0"
|
|
copypasta = "0.7.1"
|
|
failure = "^0.1.8"
|
|
flate2 = "^1.0.23"
|
|
is_executable = "^1.0.1"
|
|
nom = "^7.1.1"
|
|
rusty-leveldb = "^0.3.6"
|
|
serde_json = "^1.0.81"
|
|
sqlite = "^0.26.0"
|
|
steam_shortcuts_util = "^1.1.8"
|
|
steamgriddb_api = "^0.3.0"
|
|
sysinfo = "^0.23.12"
|
|
|
|
[dependencies.dashmap]
|
|
features = ["serde"]
|
|
version = "^5.3.3"
|
|
|
|
[dependencies.eframe]
|
|
version = "^0.18.0"
|
|
|
|
[dependencies.egui]
|
|
version = "^0.18.1"
|
|
|
|
[dependencies.futures]
|
|
version = "^0.3.21"
|
|
|
|
[dependencies.image]
|
|
features = ["png"]
|
|
version = "^0.24.2"
|
|
|
|
[dependencies.reqwest]
|
|
default_features = false
|
|
version = "^0.11.10"
|
|
|
|
[dependencies.serde]
|
|
features = ["derive"]
|
|
version = "^1.0.137"
|
|
|
|
[dependencies.tokio]
|
|
features = ["full"]
|
|
version = "^1.18.2"
|
|
|
|
[dependencies.toml]
|
|
version = "^0.5.9"
|
|
|
|
[target]
|
|
[target."cfg(windows)"]
|
|
[target."cfg(windows)".build-dependencies]
|
|
winres = "^0.1"
|
|
|
|
[target."cfg(windows)".dependencies]
|
|
winreg = "^0.10.1"
|
|
|