# 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 = "nes_core" version = "0.2.0" authors = ["icKylin "] description = "A NES emulator written in Rust. " homepage = "https://github.com/Kylin3216/retro_game_box.git" readme = "README.md" keywords = ["nes"] license = "MIT" repository = "https://github.com/Kylin3216/retro_game_box.git" [[test]] name = "test_rom" path = "test/rom.rs" [dependencies.anyhow] version = "1.0.80" default-features = false [dependencies.bitflags] version = "2.4.2" features = ["serde"] [dependencies.enum_dispatch] version = "0.3.12" [dependencies.lazy_static] version = "1.4.0" features = ["spin_no_std"] [dependencies.libm] version = "0.2.8" [dependencies.log] version = "0.4.21" [dependencies.num-traits] version = "0.2.18" features = ["libm"] default-features = false [dependencies.rand] version = "0.8.5" features = ["small_rng"] default-features = false [dependencies.serde] version = "1.0.197" features = [ "derive", "alloc", ] default-features = false [dev-dependencies.image] version = "0.24.9" [dev-dependencies.serde_json] version = "1.0.109"