# 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" version = "1.0.1" authors = ["Amjad Alsharafi "] description = "An accurate gameboy(DMG) and gameboy color emulator. Front-end for mizu-core" readme = "README.md" keywords = [ "gameboy", "emulator", ] categories = ["emulators"] license = "MIT" repository = "https://github.com/Amjad50/mizu" [profile.dev] opt-level = 2 [profile.release] opt-level = 3 [dependencies.clap] version = "4.0" features = ["string"] [dependencies.directories-next] version = "2.0" [dependencies.dynwave] version = "0.1.0" [dependencies.mizu-core] version = "1.0.0" [dependencies.native-dialog] version = "0.7" [dependencies.ringbuf] version = "0.3" [dependencies.sfml] version = "0.21" features = ["graphics"] default-features = false