lighty-modsloader 26.5.9

Mods + modpacks resolver (Modrinth / CurseForge) 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-modsloader"
version = "26.5.9"
authors = ["Hamadi <dev.hamadipro@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mods + modpacks resolver (Modrinth / CurseForge) for Lighty Launcher"
homepage = "https://github.com/Lighty-Launcher/LightyLauncherLib"
documentation = "https://docs.rs/lighty-launcher"
readme = false
license = "MIT"
repository = "https://github.com/Lighty-Launcher/LightyLauncherLib"
resolver = "2"

[features]
all-mods = [
    "modrinth",
    "curseforge",
]
curseforge = []
default = []
events = ["dep:lighty-event"]
modrinth = []
tracing = ["dep:tracing"]

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

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

[dependencies.futures]
version = "0.3.32"

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

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

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

[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.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

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

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