# 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 = "2018" name = "embedded-graphics-web-simulator" version = "0.4.0" authors = ["Rahul Thakoor "] description = "A web simulator using rust-embedded library with wasm" readme = "README.md" keywords = [ "simulator", "graphics", "embedded", "no_std", ] categories = [ "wasm", "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rahul-thakoor/embedded-graphics-web-simulator" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.embedded-graphics] version = "0.8.0" [dependencies.js-sys] version = "0.3" [dependencies.wasm-bindgen] version = "0.2.45" [dependencies.web-sys] version = "0.3.22" features = [ "CanvasRenderingContext2d", "console", "Document", "Element", "HtmlCanvasElement", "ImageData", "Window", ]