# 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 = "screeps-local-visuals" version = "0.1.2" authors = ["Joe Ciskey"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for the programmable MMO Screeps that allows tools to produce images of game data without relying on the game engine for rendering" readme = "README.md" keywords = [ "screeps", "visualization", ] categories = [ "graphics", "multimedia::images", "visualization", ] license = "MIT" repository = "https://github.com/jciskey/screeps-local-visuals" [lib] name = "screeps_local_visuals" path = "src/lib.rs" [dependencies.image] version = "0.24.9" [dependencies.imageproc] version = "0.23.0" [dependencies.num-complex] version = "0.4.5" [dependencies.rusttype] version = "0.9.3" [dependencies.screeps-game-api] version = "0.21" [dependencies.screeps-game-utils] version = "0.21"