# 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 = "mizu-core" version = "1.0.0" authors = ["Amjad Alsharafi "] description = "The core library implementation of all Gameboy emulation for Mizu" keywords = [ "gameboy", "emulator", ] categories = ["emulators"] license = "MIT" repository = "https://github.com/Amjad50/mizu" resolver = "2" [dependencies.bitflags] version = "1.2.1" [dependencies.byteorder] version = "1.3.4" [dependencies.fixed-vec-deque] version = "0.1.9" [dependencies.save_state] version = "^0.1.1" [dependencies.sha2] version = "0.10.1" [dependencies.thiserror] version = "1.0.23" [dependencies.zstd] version = "0.11.0" [dev-dependencies.crc] version = "3.0.0"