# 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 = "reznez" version = "0.0.0" authors = ["Sean Erle Johnson"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The high accuracy NES Emulator" documentation = "https://docs.rs/reznez" readme = "README.md" keywords = [ "NES", "Nintendo", "emulator", "highaccuracy", ] categories = [ "emulators", "games", ] license = "GPL-2.0-only" repository = "https://github.com/merehap/reznez.git" [profile.release] debug = 2 [lib] name = "reznez" path = "src/lib.rs" [[bin]] name = "reznez" path = "src/main.rs" [[test]] name = "framematch" path = "tests/framematch.rs" [[test]] name = "nestest" path = "tests/nestest.rs" [dependencies.arr_macro] version = "0.1.3" [dependencies.bitvec] version = "1.0.1" [dependencies.crc32fast] version = "1.4.0" [dependencies.egui] version = "0.17" [dependencies.egui-winit] version = "0.17" features = ["links"] default-features = false [dependencies.egui_wgpu_backend] version = "0.17" [dependencies.enum-iterator] version = "0.6" [dependencies.itertools] version = "0.10.3" [dependencies.log] version = "0.4.14" features = ["std"] [dependencies.modular-bitfield] version = "0.11.2" [dependencies.num-derive] version = "0.4.2" [dependencies.num-traits] version = "0.2.19" [dependencies.pixels] version = "0.9" [dependencies.rayon] version = "1.5.3" [dependencies.rodio] version = "0.16.0" [dependencies.roxmltree] version = "0.19.0" [dependencies.rusqlite] version = "0.27.0" features = ["bundled"] [dependencies.splitbits] version = "0.1.2" [dependencies.sscanf] version = "0.1.4" [dependencies.structopt] version = "0.3.25" [dependencies.strum] version = "0.23.0" [dependencies.strum_macros] version = "0.23.1" [dependencies.ux] version = "0.1.6" [dependencies.walkdir] version = "2.3.2" [dependencies.winit] version = "0.26" [dependencies.winit_input_helper] version = "0.11"