# 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 = "m3" version = "1.1.0" authors = ["Francesco Michele Barranca kalairendev@francescobarranca.dev"] description = "Minecraft Mod Manager - A package manager to install, update and search through mods from modrinth.com" homepage = "https://github.com/Francesco99975/m3" readme = "README.md" keywords = [ "cli", "install", "package_manager", "minecraft", "mods", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/Francesco99975/m3" [dependencies.async-recursion] version = "1.0.5" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.indicatif] version = "0.17.5" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_derive] version = "1.0.188" [dependencies.serde_json] version = "1.0.107" [dependencies.tabled] version = "0.14.0" [dependencies.tokio] version = "1" features = ["full"]