# 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 = "mage-core" version = "0.2.0" authors = ["Baad C0de "] description = "An ASCII art game engine written in Rust." readme = "README.md" keywords = [ "ascii", "gamedev", "engine", "terminal", "roguelike", ] license = "MIT" repository = "https://github.com/baad-c0de/mage-core" [dependencies.bytemuck] version = "1.13" features = ["derive"] [dependencies.chrono] version = "0.4" [dependencies.image] version = "0.24" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.28" features = [ "rt-multi-thread", "macros", ] [dependencies.tracing] version = "0.1" [dependencies.wgpu] version = "0.18" [dependencies.winit] version = "0.29" features = ["rwh_05"] [dependencies.winit-fullscreen] version = "1.0" [dev-dependencies.color-eyre] version = "0.6" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]