lighty-launch 26.5.6

Minecraft launch logic for Lighty Launcher
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.95"
name = "lighty-launch"
version = "26.5.6"
authors = ["Hamadi <dev.hamadipro@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minecraft launch logic for Lighty Launcher"
homepage = "https://github.com/Lighty-Launcher/LightyLauncherLib"
documentation = "https://docs.rs/lighty-launcher"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Lighty-Launcher/LightyLauncherLib"
resolver = "2"

[features]
curseforge = ["lighty-modsloader/curseforge"]
default = []
events = [
    "lighty-event",
    "lighty-java/events",
    "lighty-core/events",
    "lighty-modsloader/events",
]
forge = ["lighty-loaders/forge"]
keyring = ["lighty-auth/keyring"]
modrinth = ["lighty-modsloader/modrinth"]
neoforge = ["lighty-loaders/neoforge"]

[lib]
name = "lighty_launch"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.async_zip]
version = "0.0.18"
features = [
    "deflate",
    "tokio",
    "tokio-fs",
]

[dependencies.fastrand]
version = "2.4"

[dependencies.futures]
version = "0.3.32"

[dependencies.futures-util]
version = "0.3.32"
features = [
    "io",
    "async-await-macro",
]

[dependencies.hex]
version = "0.4.3"

[dependencies.lighty-auth]
version = "26.5.6"

[dependencies.lighty-core]
version = "26.5.6"

[dependencies.lighty-event]
version = "26.5.6"
optional = true

[dependencies.lighty-java]
version = "26.5.6"

[dependencies.lighty-loaders]
version = "26.5.6"

[dependencies.lighty-modsloader]
version = "26.5.6"

[dependencies.lighty-version]
version = "26.5.6"

[dependencies.once_cell]
version = "1.21"

[dependencies.reqwest]
version = "0.13.3"
features = [
    "http2",
    "rustls",
    "charset",
    "json",
    "stream",
    "form",
    "gzip",
    "brotli",
    "zstd",
]
default-features = false

[dependencies.sanitize-filename]
version = "0.6.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha1]
version = "0.11.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52"
features = [
    "rt-multi-thread",
    "macros",
    "fs",
    "io-util",
    "process",
    "sync",
    "time",
]

[dependencies.tokio-util]
version = "0.7.18"
features = ["compat"]

[dependencies.tracing]
version = "0.1.44"
features = ["log"]
optional = true

[dependencies.zip]
version = "6.0.0"

[target."cfg(unix)".dependencies.nix]
version = "0.31.3"
features = [
    "signal",
    "process",
]

[target."cfg(windows)".dependencies.windows]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_UI_WindowsAndMessaging",
]