portablemc-cli 5.0.2

Cross platform command line utility for launching Minecraft quickly and reliably with included support for Mojang versions and popular mod loaders.
# 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"
name = "portablemc-cli"
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 = "Cross platform command line utility for launching Minecraft quickly and reliably with included support for Mojang versions and popular mod loaders."
homepage = "https://github.com/mindstorm38/portablemc"
readme = "README.md"
categories = [
    "games",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/mindstorm38/portablemc"
resolver = "2"

[[bin]]
name = "portablemc"
path = "src/main.rs"
doc = false

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

[dependencies.clap]
version = "4.5.53"
features = [
    "derive",
    "wrap_help",
    "env",
]

[dependencies.clap_mangen]
version = "0.2.31"

[dependencies.ctrlc]
version = "3.4.5"

[dependencies.jsonwebtoken]
version = "9.3.0"

[dependencies.portablemc]
version = "=5.0.2"

[dependencies.reqwest]
version = "0.12.9"

[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.thiserror]
version = "2.0.3"

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

[dependencies.webbrowser]
version = "1.0.3"

[dependencies.xmlparser]
version = "0.13.6"

[dependencies.zip]
version = "6.0.0"