portablemc 5.0.2

Developer-oriented crate for launching Minecraft quickly and reliably with included support for Mojang versions and popular mod loaders. See portablemc-cli for the reference implementation.
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.88.0"
name = "portablemc"
version = "5.0.2"
authors = ["Théo Rozier <contact@theorozier.fr>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Developer-oriented crate for launching Minecraft quickly and reliably with included support for Mojang versions and popular mod loaders. See portablemc-cli for the reference implementation."
homepage = "https://github.com/mindstorm38/portablemc"
readme = "README.md"
categories = ["games"]
license = "Apache-2.0"
repository = "https://github.com/mindstorm38/portablemc"
resolver = "2"

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

[[test]]
name = "download"
path = "tests/download.rs"

[[test]]
name = "event"
path = "tests/event.rs"

[[test]]
name = "mojang"
path = "tests/mojang.rs"

[dependencies.chrono]
version = "0.4.39"
features = ["serde"]

[dependencies.dirs]
version = "6.0.0"

[dependencies.dunce]
version = "1.0.5"

[dependencies.elsa]
version = "1.10"

[dependencies.gethostname]
version = "0.5.0"

[dependencies.indexmap]
version = "2.7.0"

[dependencies.jsonwebtoken]
version = "9.3.0"

[dependencies.md5]
version = "0.7.0"

[dependencies.once_cell]
version = "1.20.2"

[dependencies.os_info]
version = "3.8.2"

[dependencies.regex]
version = "1.11.1"
features = [
    "std",
    "perf",
    "unicode-perl",
]
default-features = false

[dependencies.reqwest]
version = "0.12.9"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0.133"

[dependencies.serde_path_to_error]
version = "0.1.16"

[dependencies.sha1]
version = "0.10.6"

[dependencies.thiserror]
version = "2.0.3"

[dependencies.tokio]
version = "1.41.1"
features = [
    "rt",
    "rt-multi-thread",
    "fs",
    "time",
    "net",
    "macros",
]

[dependencies.uuid]
version = "1.11.0"
features = [
    "serde",
    "v5",
]

[dependencies.windows-registry]
version = "0.2.0"

[dependencies.xmlparser]
version = "0.13.6"

[dependencies.zip]
version = "6.0.0"

[dev-dependencies.mockito]
version = "1.7.1"

[dev-dependencies.tempfile]
version = "3.19.1"