r68k 0.2.2

Motorola 68000 CPU emulator, ported from the battle-tested Musashi emulator
Documentation
# 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 = "r68k"
version = "0.2.2"
authors = [
    "Martin Hellspong <martin.hellspong@factor10.com>",
    "Markus Velten <mvelten773@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Motorola 68000 CPU emulator, ported from the battle-tested Musashi emulator"
documentation = "https://docs.rs/r68k"
readme = "README.md"
keywords = [
    "m68k",
    "68000",
    "emulator",
    "motorola",
    "retro",
]
categories = [
    "emulators",
    "simulation",
]
license = "MIT"
repository = "https://github.com/slippyex/r68k"

[features]
musashi = []

[lib]
name = "r68k"
path = "src/lib.rs"

[dev-dependencies.itertools]
version = "0.13"

[dev-dependencies.lazy_static]
version = "1.5"

[dev-dependencies.libc]
version = "0.2"

[dev-dependencies.quickcheck]
version = "1.0"

[dev-dependencies.rand]
version = "0.8"