# 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 = "libium" version = "1.29.0" authors = [ "Ilesh Thiada (theRookieCoder) ", "Daniel Hauck (SolidTux)", ] description = "Multi-source backend for managing Minecraft mods and modpacks from Modrinth, CurseForge, and Github Releases" readme = "README.md" keywords = [ "minecraft", "mod-manager", "modrinth", "curseforge", "github-releases", ] license = "MPL-2.0" repository = "https://github.com/gorilla-devs/libium" [dependencies.async-recursion] version = "1.0" [dependencies.async_zip] version = "=0.0.17" features = [ "deflate", "tokio", "tokio-fs", ] default-features = false [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.dialoguer] version = "0.11" [dependencies.ferinth] version = "2.11" [dependencies.furse] version = "1.5" [dependencies.futures-util] version = "0.3" [dependencies.home] version = "0.5" [dependencies.octocrab] version = "0.38" features = ["rustls"] default-features = false [dependencies.once_cell] version = "1.19" [dependencies.reqwest] version = "0.12" features = ["rustls-tls"] default-features = false [dependencies.rfd] version = "0.14" features = [ "xdg-portal", "tokio", ] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha1] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.38" features = [ "fs", "macros", ] default-features = false [dependencies.tokio-util] version = "0.7" [dependencies.url] version = "2.5" features = ["serde"] [features] gui = ["rfd"]