# 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 = "world-painter" version = "0.1.0" authors = ["funnyboy_roks "] exclude = ["img/"] description = "A simple program to print the regions in a Minecraft world" readme = "README.md" license-file = "LICENSE" [dependencies.anyhow] version = "1.0.71" [dependencies.carlog] version = "0.1.0" [dependencies.color-art] version = "0.3.1" [dependencies.image] version = "0.24.6" [dependencies.mca-parser] version = "0.2.0" [dependencies.progress_bar] version = "1.0.3"