# 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 = "marmalade" version = "0.0.1" description = "A simple UI library for video games" homepage = "https://github.com/puzzle-rs/marmalade" readme = "README.md" keywords = [ "gamedev", "web", ] categories = [ "game-development", "graphics", "gui", ] license = "LGPL-3.0-or-later" repository = "https://github.com/puzzle-rs/marmalade" [dependencies.base64] version = "0.21.0" [dependencies.futures-channel] version = "0.3.28" [dependencies.futures-util] version = "0.3.28" [dependencies.wasm-bindgen] version = "0.2.84" [dependencies.web-sys] version = "0.3.61" features = [ "HtmlImageElement", "Window", "console", "KeyboardEvent", "HtmlCanvasElement", "CanvasRenderingContext2d", "Document", ]