# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "kurenai" version = "0.5.2" authors = ["yu-hasebe "] description = "A 2D game engine based on wasm" readme = "README.md" categories = ["wasm"] license = "MIT" [profile.release] lto = true [lib] crate-type = ["rlib"] [dependencies.base64] version = "0.13.0" [dependencies.js-sys] version = "0.3.22" [dependencies.wasm-bindgen] version = "0.2.45" [dependencies.web-sys] version = "0.3.22" features = ["CanvasRenderingContext2d", "console", "Document", "HtmlCanvasElement", "HtmlImageElement", "KeyboardEvent", "KeyEvent", "Window"] [dev-dependencies.wasm-bindgen-test] version = "0.2.45"