# 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 = "gameboy" version = "0.1.1" authors = ["Raphael Amorim "] description = "Gameboy emulator written in Rust and WebAssembly" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/raphamorim/gameboy" [profile.dev] opt-level = 0 lto = false split-debuginfo = "unpacked" incremental = true [profile.release] opt-level = "s" lto = "thin" codegen-units = 1 debug = 0 panic = "abort" incremental = false strip = true [lib] name = "gameboy" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.gl] version = "0.14.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.glutin] version = "0.28.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.libc] version = "0.2.126" [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1.7" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3.59" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.82" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4.32" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.4" features = [ "Document", "Element", "HtmlCanvasElement", "CanvasRenderingContext2d", "ImageData", "Window", "KeyboardEvent", ]