mos6502 0.8.0

A MOS 6502 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 = "2024"
name = "mos6502"
version = "0.8.0"
authors = ["The 6502-rs Developers"]
build = false
exclude = ["examples/**"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A MOS 6502 Emulator"
readme = "README.md"
license = "BSD-3-Clause"

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

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

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

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

[dependencies.bitflags]
version = "2.9.1"

[dependencies.log]
version = "0.4.27"