# 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_cli" version = "0.10.0" authors = ["CarbonSmasher"] description = "The command-line interface for mcvm" keywords = [ "minecraft", "launcher", "game", "mc", "cli", ] categories = [ "games", "command-line-utilities", ] license = "GPL-3.0-or-later" repository = "https://github.com/CarbonSmasher/mcvm" [[bin]] name = "mcvm" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.color-print] version = "0.3.6" [dependencies.inquire] version = "0.6.2" features = ["crossterm"] default_features = false [dependencies.itertools] version = "0.11.0" [dependencies.mcvm] version = "0.23.0" features = ["builder"] [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.termimad] version = "0.29.1" [dependencies.tokio] version = "1.37.0" features = [ "rt-multi-thread", "macros", "fs", ] [features] [target."cfg(target_os = \"linux\")".dependencies.which] version = "6.0.1"