# 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 = "feo3boy" version = "0.1.0" authors = ["ciaran"] description = "Emulator core for the gameboy" keywords = [ "gameboy", "retro", ] categories = ["emulators"] license = "MIT" repository = "https://github.com/ciaran2/feo3boy.git" [[bench]] name = "opcodes" harness = false [dependencies.bitflags] version = "2" [dependencies.feo3boy-executor-generator] version = "0.1.0" [dependencies.feo3boy-memdev-derive] version = "0.1.0" [dependencies.feo3boy-opcodes] version = "0.1.0" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_pcg] version = "0.3" [features] test-roms = []