# 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 = "retroboy_chip8" version = "0.1.0" authors = ["Latias94 "] description = "RetroBoy Chip-8 emulator" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Latias94/retroboy" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.anyhow] version = "1" [dependencies.env_logger] version = "0.11" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.js-sys] version = "0.3" optional = true [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" features = ["getrandom"] [dependencies.retroboy_common] version = "0.1.0" [dependencies.wasm-bindgen] version = "0.2" optional = true [dependencies.web-sys] version = "0.3" features = [ "CanvasRenderingContext2d", "Document", "Element", "HtmlCanvasElement", "ImageData", "KeyboardEvent", "Window", ] optional = true [features] wasm = [ "wasm-bindgen", "web-sys", "js-sys", ]