# 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 = "mcgen" version = "0.1.10" authors = ["Breadcrumb"] description = "Generate a Minecraft server in seconds!" homepage = "https://github.com/BreadcrumbIsTaken/mcgen" readme = "README.md" keywords = [ "cli", "server", "mc", "generate", "gen", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/BreadcrumbIsTaken/mcgen" resolver = "2" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.2.6" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "4.0.0" [dependencies.edit] version = "0.1.4" [dependencies.futures-util] version = "0.3.21" [dependencies.indicatif] version = "0.16.2" [dependencies.reqwest] version = "0.11.11" features = [ "json", "stream", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8.24" [dependencies.tokio] version = "1.19.2" features = ["full"] [dependencies.walkdir] version = "2.3.2" [target."cfg(target_os = \"linux\")".dependencies.openssl] version = "0.10.40"