# 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" rust-version = "1.70.0" name = "c8" version = "1.0.1" authors = ["Tochi Ukegbu"] exclude = [ ".vscode/*", "img/*", "out/*", "tests/*", ] description = """ 🎮 CHIP-8 / S-CHIP / XO-CHIP tui toolkit featuring a virtual machine, debugger, and disassembler """ readme = "README.md" keywords = [ "chip8", "emulator", "debugger", "interpreter", "dissassembler", ] license = "MIT" repository = "https://github.com/tochiu/c8" [dependencies.ansi-to-tui] version = "2.0.0" [dependencies.anyhow] version = "1.0.68" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.crossterm] version = "0.25.0" [dependencies.device_query] version = "1.1.2" [dependencies.log] version = "0.4.17" [dependencies.rand] version = "0.8.5" [dependencies.rodio] version = "0.17.3" [dependencies.shell-words] version = "1.1.0" [dependencies.simple_logger] version = "4.0.0" [dependencies.spin_sleep] version = "1.1.1" [dependencies.tui] version = "0.19.0" [dependencies.tui-logger] version = "0.8.1"