# 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 = "ruboy_lib" version = "0.1.7" authors = ["Wouter de Bruijn "] build = false exclude = ["/boot/*.sym"] autobins = false autoexamples = false autotests = false autobenches = false description = "A easy-to-integrate gameboy emulation library" homepage = "https://github.com/cloone8/cpr_gameboy" readme = "README.md" keywords = [ "gameboy", "emulation", "game", "library", ] categories = ["emulators"] license = "MPL-2.0" repository = "https://github.com/cloone8/cpr_gameboy" [lib] name = "ruboy_lib" path = "src/lib.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.log] version = "0.4.22" [dependencies.num] version = "0.4.3" [dependencies.ruboy_proc_macro] version = "0.1.7" [dependencies.spin_sleep] version = "1.2.1" [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.63" [features] boot_dmg = ["boot_img_enabled"] boot_dmg0 = ["boot_img_enabled"] boot_img_enabled = [] boot_mgb = ["boot_img_enabled"] default = [ "boot_dmg", "isa_display", ] isa_display = []