# 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 = "padme-core" version = "0.0.1" authors = ["Alex Ren "] description = "Gameboy emulator engine" readme = "README.md" keywords = [ "gameboy", "emulator", "no_std", ] categories = [ "emulators", "no-std", ] license-file = "LICENSE.txt" repository = "https://github.com/alexlren/padme-core" resolver = "2" [dependencies.enum_dispatch] version = "0.3.8" [dependencies.log] version = "0.4" features = [ "max_level_trace", "release_max_level_info", ] [badges.maintenance] status = "actively-developed"