nes-sim 0.1.2

A NES (Famicom) emulator core library written in pure Rust.
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 = "nes-sim"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A NES (Famicom) emulator core library written in pure Rust."
homepage = "https://github.com/taiyuuki/nes-sim"
documentation = "https://docs.rs/nes-sim"
readme = "README.md"
keywords = [
    "nes",
    "game",
    "emulator",
    "nintendo",
]
license = "MIT"
repository = "https://github.com/taiyuuki/nes-sim"

[package.metadata.scripts]
test-all = "cargo test -p nes-sim"
build = "cargo build -p nes-sim --release"
dry-publish = "cargo publish -p nes-sim --dry-run"
publish = "cargo publish -p nes-sim"

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

[[example]]
name = "analyze_audio"
path = "examples/analyze_audio.rs"

[[example]]
name = "analyze_state"
path = "examples/analyze_state.rs"

[[example]]
name = "export_frame"
path = "examples/export_frame.rs"

[[example]]
name = "hash_frame"
path = "examples/hash_frame.rs"