# 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 = "emulatorr" version = "0.1.0-alpha" authors = ["Jaden Accord "] exclude = ["pictures/"] description = "A 6502 emulator written in Rust, with TUI." readme = "README.md" keywords = [ "tui", "emulator", ] categories = ["emulator"] license = "MIT" repository = "https://github.com/Jayby18/6502-emulator" [dependencies.color-eyre] version = "0.6.2" [dependencies.crossterm] version = "0.27.0" [dependencies.dirs] version = "5.0.1" [dependencies.hex] version = "0.4.3" [dependencies.mpsc] version = "0.2.0" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.23.0" [dependencies.stdr] version = "0.1.1" [dependencies.thread] version = "0.1.0"