open_launcher 1.5.2

Open Launcher is a package to install and launch modded and vanilla Minecraft instances totally automatically with Rust.
Documentation
[[example]]
name = "fabric"
path = "examples/fabric.rs"
required-features = ["tokio/rt-multi-thread", "tokio/macros"]

[[example]]
name = "forge"
path = "examples/forge.rs"
required-features = ["tokio/rt-multi-thread", "tokio/macros"]

[[example]]
name = "legacy_forge"
path = "examples/legacy_forge.rs"
required-features = ["tokio/rt-multi-thread", "tokio/macros"]

[[example]]
name = "neoforge"
path = "examples/neoforge.rs"
required-features = ["tokio/rt-multi-thread", "tokio/macros"]

[[example]]
name = "quilt"
path = "examples/quilt.rs"
required-features = ["tokio/rt-multi-thread", "tokio/macros"]

[[example]]
name = "vanilla"
path = "examples/vanilla.rs"
required-features = ["tokio/rt-multi-thread", "tokio/macros"]

[[example]]
name = "blocking"
path = "examples/blocking.rs"
required-features = ["blocking"]
[dependencies.async-process]
version = "2.2.2"

[dependencies.async-recursion]
version = "1.1.0"

[dependencies.async_zip]
features = ["full"]
version = "0.0.17"

[dependencies.futures-lite]
version = "2.3.0"

[dependencies.md5]
version = "0.7.0"

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

[dependencies.serde_json]
version = "1.0.116"

[dependencies.sha1]
version = "0.10.6"

[dependencies.tokio]
features = ["io-util", "fs"]
version = "1.0.1"

[dependencies.tokio-util]
version = "0.7.10"

[dependencies.zip]
version = "1.1.1"

[features]
blocking = ["reqwest/blocking"]

[lib]
crate-type = ["lib"]
name = "open_launcher"
path = "src/lib.rs"

[package]
authors = ["Natan Chiodi <contact@natanchiodi.fr>"]
description = "Open Launcher is a package to install and launch modded and vanilla Minecraft instances totally automatically with Rust."
documentation = "https://docs.rs/open_launcher"
edition = "2021"
homepage = "https://github.com/Natoune/open_launcher_rs#readme"
keywords = ["minecraft", "launcher", "minecraft_launcher"]
license = "MIT"
name = "open_launcher"
readme = "README.md"
repository = "https://github.com/Natoune/open_launcher_rs"
version = "1.5.2"