mc6809-core 0.3.1

Motorola 6809 CPU emulator core
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 = "2024"
name = "mc6809-core"
version = "0.3.1"
build = false
include = [
    "/src",
    "/tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Motorola 6809 CPU emulator core"
documentation = "https://crates.io/crates/mc6809-core"
readme = "README.md"
keywords = [
    "6809",
    "mc6809",
    "emulator",
    "motorola",
]
categories = [
    "emulators",
    "embedded",
]
license = "Apache-2.0"
repository = "https://github.com/c0rner/mc6809-core"

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

[[test]]
name = "common"
path = "tests/common.rs"

[[test]]
name = "mc6809_test"
path = "tests/mc6809_test.rs"