# 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.80" name = "ferium" version = "4.7.1" authors = [ "Ilesh Thiada (theRookieCoder) ", "atamakahere (atamakahere-git)", "Tuxinal", "KyleUltimateS", "ImperatorStorm", "leo60228", "Sofi (soupglasses)", "Elsie19", "Julianne (KokaKiwi)", "Loatchi", "ST-DDT", ] build = false exclude = [ ".github", "tests", "media", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Fast CLI program for managing Minecraft mods and modpacks from Modrinth, CurseForge, and Github Releases" readme = "README.md" keywords = [ "minecraft", "mod-manager", "modrinth", "curseforge", "github", ] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/gorilla-devs/ferium" [profile.release] lto = "fat" codegen-units = 1 strip = true [[bin]] name = "ferium" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.clap_complete] version = "4.5" [dependencies.colored] version = "2.1" [dependencies.dialoguer] version = "0.11" [dependencies.ferinth] version = "2.11" [dependencies.fs_extra] version = "1.3" [dependencies.furse] version = "1.5" [dependencies.futures] version = "0.3" [dependencies.indicatif] version = "0.17" [dependencies.itertools] version = "0.13" [dependencies.libium] version = "1.30" [dependencies.octocrab] version = "0.39" [dependencies.reqwest] version = "0.12" features = [ "macos-system-configuration", "rustls-tls", "http2", ] default-features = false [dependencies.serde_json] version = "1.0" [dependencies.size] version = "0.4" [dependencies.tokio] version = "1.40" features = [ "rt-multi-thread", "macros", ] default-features = false [dev-dependencies.rand] version = "0.8" [features] default = ["gui"] gui = ["libium/gui"]