# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "euphrates_cli" version = "0.1.0" authors = ["Michael Benfield "] description = "An emulator for the video game consoles Sega Master System, Game Gear, and\nSG-1000.\n" homepage = "https://github.com/mikebenfield/euphrates" readme = "README.md" keywords = ["emulator", "video", "game", "console", "z80"] categories = ["emulators", "games"] license = "GPL-3.0-or-later" repository = "https://github.com/mikebenfield/euphrates" [[bin]] name = "euphrates" path = "src/main.rs" doc = false [dependencies.clap] version = "2.32" [dependencies.euphrates] version = "0.1.0" [dependencies.euphrates_sdl2] version = "0.1.0" [dependencies.euphrates_virtual_memory] version = "0.1.0" optional = true [dependencies.euphrates_x64] version = "0.1.0" optional = true [dependencies.failure] version = "0.1.2" [dependencies.sdl2] version = "0.31" [features] state_memory = []