# 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 = "2021" name = "open_launcher" version = "1.5.5" authors = ["Natan Chiodi "] description = "Open Launcher is a package to install and launch modded and vanilla Minecraft instances totally automatically with Rust." homepage = "https://github.com/Natoune/open_launcher_rs#readme" documentation = "https://docs.rs/open_launcher" readme = "README.md" keywords = [ "minecraft", "launcher", "minecraft_launcher", ] license = "MIT" repository = "https://github.com/Natoune/open_launcher_rs" [lib] name = "open_launcher" crate-type = ["lib"] path = "src/lib.rs" [[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", ] [dependencies.async-process] version = "2.2.2" [dependencies.async-recursion] version = "1.1.0" [dependencies.async_zip] version = "0.0.17" features = ["full"] [dependencies.futures-lite] version = "2.3.0" [dependencies.md5] version = "0.7.0" [dependencies.reqwest] version = "0.12.4" features = ["json"] [dependencies.serde_json] version = "1.0.116" [dependencies.sha1] version = "0.10.6" [dependencies.tokio] version = "1.0.1" features = [ "io-util", "fs", ] [dependencies.tokio-util] version = "0.7.10" [dependencies.zip] version = "1.1.1"