# 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 = "minecraft_screenshot_parser" version = "0.5.0" authors = ["Badel2 <2badel2@gmail.com>"] exclude = ["blob/*"] description = """ Process information from Minecraft screenshots """ documentation = "https://docs.rs/minecraft_screenshot_parser" readme = "README.md" keywords = [ "image", "vision", "image-processing", "minecraft", ] license = "GPL-3.0" repository = "https://github.com/badel2/minecraft_screenshot_parser" [lib] name = "minecraft_screenshot_parser" [dependencies.image] version = "0.25.1" features = ["png"] default-features = false [dependencies.imageproc] version = "0.24.0" default-features = false [dependencies.lazy_static] version = "1.4.0" [dev-dependencies.image] version = "0.25.1" features = [ "png", "jpeg", ] default-features = false