# 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 = "emu6502" version = "0.1.1" description = "A 6502 emulator using the vm6502 backend." readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/GRAYgoose124/emu6502" [dependencies.anima6502] version = ">=0.1.0, <0.2.0" [dependencies.arrayvec] version = "0.7.2" [dependencies.bytes] version = "1.2.1" [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.vm6502] version = "0.1.0" [features] debug_vm = ["vm6502/debug_printing"] defaults = ["vm6502/pretty_printing"] pretty_vm = ["vm6502/pretty_printing"] super_vm = [ "vm6502/ops_only", "vm6502/show_fetched", "vm6502/show_vm_instr_tick_match", ] ugly_vm = ["vm6502/full_debug_printing"]