# 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 = "jmfm" version = "2.0.1" authors = ["Denys Patsera "] description = "JMFM (Java minecraft:filled_map's) is a library and console utility designed to convert images into Minecraft map art" readme = "README.md" keywords = [ "minecraft", "nbt", "bin", ] categories = [ "command-line-utilities", "multimedia::images", ] license = "BSD-3-Clause" repository = "https://github.com/Nozistance/jmfm" [lib] name = "jmfm" path = "src/lib.rs" [[bin]] name = "jmfm" path = "src/main.rs" required-features = ["binary"] [dependencies.clap] version = "4.3.8" features = ["derive"] optional = true [dependencies.confy] version = "0.5.1" optional = true [dependencies.env_logger] version = "0.10.0" optional = true [dependencies.hematite-nbt] version = "0.5.2" [dependencies.image] version = "0.24.1" [dependencies.indicatif] version = "0.17.5" optional = true [dependencies.log] version = "0.4.19" optional = true [dependencies.rayon] version = "1.8.0" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.toml] version = "0.8.2" optional = true [features] binary = [ "clap", "confy", "env_logger", "log", "indicatif", "toml", ] default = ["binary"]