# 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 = "automc" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool for installing Minecraft server software" readme = "README.md" keywords = [ "minecraft", "minecraft-server", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://www.github.com/TgZ39/automc" [[bin]] name = "automc" path = "src/main.rs" [dependencies.bytes] version = "1.7" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.confy] version = "0.6" features = [ "toml", "toml_conf", ] [dependencies.futures-util] version = "0.3" [dependencies.gjson] version = "0.8" [dependencies.indicatif] version = "0.17" [dependencies.inquire] version = "0.7" [dependencies.itertools] version = "0.13" [dependencies.java-locator] version = "0.1" [dependencies.reqwest] version = "0.12" features = ["stream"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.spinners] version = "4.1" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.40" features = [ "rt", "rt-multi-thread", "macros", "fs", ]