[dependencies.euphrates]
version = "0.1.0"
[dependencies.libc]
version = "0.2.43"
[dependencies.rand]
version = "0.5.5"
[lib]
name = "euphrates_virtual_memory"
path = "src/lib.rs"
[package]
authors = ["Michael Benfield <mike.benfield@gmail.com>"]
categories = ["emulators", "games"]
description = """
Allows the Euphrates game console emulator library to use native virtual memory
to emulate memory bank switching.
"""
homepage = "https://github.com/mikebenfield/euphrates"
keywords = ["emulator", "video", "game", "console", "z80"]
license = "GPL-3.0-or-later"
name = "euphrates_virtual_memory"
readme = "README.md"
repository = "https://github.com/mikebenfield/euphrates"
version = "0.1.0"