# 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" rust-version = "1.65" name = "minecraft_launcher_core" version = "0.1.2" authors = ["shasankp000 "] description = "A Minecraft launcher library written in rust" homepage = "https://github.com/shasankp000/mc_launcher_core_rs" documentation = "https://github.com/shasankp000/mc_launcher_core_rs#readme" readme = "README.md" keywords = [ "minecraft", "minecraft_downloader", "minecraft_launcher", ] categories = ["algorithms"] license = "BSD-2-Clause" [dependencies.colored] version = "2.0.0" [dependencies.jsonxf] version = "1.1.1" [dependencies.minecraft_downloader_core] version = "0.1.6" [dependencies.requests_rs] version = "0.1.6" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sys-info] version = "0.9.1" [dependencies.uuid] version = "1.2.1" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dependencies.whoami] version = "1.2.3"