2454547c8f
Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.7 to 0.17.8. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/commits) --- updated-dependencies: - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
1014 B
TOML
42 lines
1014 B
TOML
[package]
|
|
name = "alterware-launcher"
|
|
version = "0.6.7"
|
|
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]
|
|
http_req = "0.10.2"
|
|
sha1_smol = "1.0.0"
|
|
serde = { version = "1.0.196", features = ["derive"] }
|
|
serde_json = "1.0.113"
|
|
rand = "0.8.5"
|
|
semver = "1.0.21"
|
|
colored = "2.1.0"
|
|
reqwest = { version = "0.11.24", features = ["stream"] }
|
|
futures-util = "0.3.30"
|
|
indicatif = "0.17.8"
|
|
tokio = {version="1.36.0", features = ["rt-multi-thread", "macros"]}
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
openssl = { version = "0.10.63", default-features = false, features = ["vendored"] }
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
steamlocate = "=2.0.0-beta.2"
|
|
mslnk = "0.1.8"
|
|
self-replace = "1.3.7"
|
|
|
|
[build-dependencies]
|
|
winres = "0.1.12"
|
|
|
|
[package.metadata.winres]
|
|
OriginalFilename = "alterware-launcher.exe"
|
|
FileDescription = "AlterWare Launcher"
|
|
ProductName = "AlterWare Launcher"
|