nes_rust_slim 0.2.0

NES emulator written in 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]
name = "nes_rust_slim"
version = "0.2.0"
authors = [
    "Takahiro <hogehoge@gachapin.jp>",
    "eva <mail@gastrodon.io>",
]
build = false
exclude = [
    "resources/*",
    "screenshots/*",
    "roms/*",
    "cli/*",
    "wasm/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NES emulator written in Rust"
homepage = "https://github.com/gastrodon/nes-rust"
readme = "README.md"
license = "MIT"
repository = "https://github.com/gastrodon/nes-rust"

[features]
no_apu = []
no_render = []
smol_bench = []

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

[[bench]]
name = "bootup"
path = "benches/bootup.rs"
harness = false

[[bench]]
name = "step-frame"
path = "benches/step-frame.rs"
harness = false

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.flamegraph]
version = "0.6.7"