mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-04 07:17:50 +00:00
Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.12 to 0.18.0. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.12...0.18.0) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
50 lines
1.2 KiB
TOML
50 lines
1.2 KiB
TOML
[package]
|
|
name = "alterware-launcher"
|
|
version = "0.11.3"
|
|
edition = "2021"
|
|
build = "res/build.rs"
|
|
|
|
[profile.release]
|
|
opt-level = "s"
|
|
panic = "abort"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
blake3 = "1.8"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
rand = "0.9"
|
|
semver = "1.0"
|
|
colored = "3.0"
|
|
once_cell = "1.21"
|
|
reqwest = { version = "0.12", features = ["stream"] }
|
|
futures-util = "0.3"
|
|
futures = "0.3"
|
|
indicatif = "0.18"
|
|
tokio = { version="1.45", features = ["rt-multi-thread", "macros"] }
|
|
simple-log = "2.3"
|
|
walkdir = "2.5"
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
openssl = { version = "0.10", default-features = false, features = ["vendored"] }
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
# todo: update to 2.0.x; needs testing on windows
|
|
steamlocate = "=2.0.0-beta.2"
|
|
mslnk = "0.1"
|
|
self-replace = "1.5"
|
|
|
|
[build-dependencies]
|
|
winresource = "0.1"
|
|
static_vcruntime = "2.0"
|
|
|
|
[dev-dependencies]
|
|
strip-ansi-escapes = "0.2"
|
|
serial_test = "3.2"
|
|
|
|
[package.metadata.winresource]
|
|
OriginalFilename = "alterware-launcher.exe"
|
|
FileDescription = "AlterWare Launcher"
|
|
ProductName = "github.com/alterware/alterware-launcher"
|