# 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 = "watercraft" version = "0.1.0" authors = ["MedzikUser "] description = "A Simple Command Line Minecraft Launcher" homepage = "https://github.com/MedzikUser/watercraft" readme = "README.md" keywords = [ "minecraft", "minecraft-launcher", ] license = "BSD-3-Clause" repository = "https://github.com/MedzikUser/watercraft.git" [dependencies.anyhow] version = "1.0" [dependencies.byte-unit] version = "4.0" [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.dirs] version = "4.0.0" [dependencies.once_cell] version = "1.16" [dependencies.reqwest] version = "0.11" features = ["json"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.23" features = [ "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.5" [dependencies.zip] version = "0.6" [features] default = ["rustls-tls"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"]