devices6502 0.1.0

Helper library for cpu6502 implementing memory devices
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 = "devices6502"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helper library for cpu6502 implementing memory devices"
documentation = "https://docs.rs/devices6502"
readme = "README.md"
keywords = [
    "cpu6502",
    "emulator",
    "cpu",
    "nes",
    "mos6502",
]
categories = [
    "emulators",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/CasiussDev/devices6502/"

[features]
alloc = []
default = ["alloc"]

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