# 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 = "console_renderer" version = "0.1.0" authors = [ "ABC-Engine", "Ethan Almloff", ] description = "A console renderer for the ABC Game Engine" readme = "README.md" keywords = [ "graphics", "console", "renderer", "gamedev", ] categories = [ "graphics", "game-development", "rendering", "rendering::engine", ] license = "MIT" [dependencies.ABC_Game_Engine] version = "0.1.2" [dependencies.colored] version = "2.1.0" [dependencies.crossterm] version = "0.27.0" [dependencies.image] version = "0.25.1" [dependencies.rand] version = "0.8.5" [dependencies.winput] version = "0.2.5"