w65c816 0.1.17

An emulator for the WDC W65C816S, a 16-bit derivative of the 6502.
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 = "w65c816"
version = "0.1.17"
authors = ["katkosmos <kat@katkosmos.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An emulator for the WDC W65C816S, a 16-bit derivative of the 6502."
homepage = "https://gitlab.com/katkosmos/w65c816-rs"
documentation = "https://docs.rs/w65c816"
readme = "README.md"
keywords = [
    "6502",
    "65816",
    "wdc",
    "mos",
    "65c02",
]
categories = [
    "emulators",
    "no-std::no-alloc",
]
license = "MIT"
repository = "https://gitlab.com/katkosmos/w65c816-rs"

[features]
default = []
nightly = []

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

[dependencies]