# 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.77.0" name = "mcvm_mods" version = "0.7.0" authors = ["CarbonSmasher"] description = "Installation of game modifications for use with mcvm_core" keywords = [ "minecraft", "launcher", "game", "mc", "modification", ] categories = ["games"] license = "GPL-3.0-or-later" repository = "https://github.com/CarbonSmasher/mcvm" [dependencies.anyhow] version = "1.0.86" [dependencies.mcvm_core] version = "0.7.0" [dependencies.mcvm_shared] version = "0.14.0" [dependencies.reqwest] version = "0.12.4" features = [ "json", "rustls-tls", ] default_features = false [dependencies.serde] version = "1.0.202" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.117" [dependencies.tokio] version = "1.37.0" features = [ "rt-multi-thread", "fs", ] [features] [lints.rust] unsafe_code = "forbid"