oxid8-core 0.2.0

CHIP-8 interpreter 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 = "oxid8-core"
version = "0.2.0"
authors = ["Ethan Dibble <edibble@pdx.edu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CHIP-8 interpreter core."
homepage = "https://edibblepdx.github.io/Oxid-8/"
readme = "README.md"
keywords = [
    "chip-8",
    "emulator",
]
categories = ["emulators"]
license = "MIT"
repository = "https://github.com/edibblepdx/Oxid-8"

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

[dependencies.rand]
version = "0.9.1"