# 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 = "rusty-chip8" version = "1.1.0" authors = ["Cem Eliguzel "] description = "Chip8 emulator/interpreter" homepage = "https://github.com/rimbi/rusty-chip8" readme = "README.md" keywords = [ "game", "emulator", "chip8", ] categories = [ "games", "emulators", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rimbi/rusty-chip8" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [[example]] name = "rusty-chip8-bevy" path = "examples/bevy.rs" [dependencies.anyhow] version = "1.0" [dependencies.log] version = "0.4.17" [dependencies.rand] version = "0.8.5" [dev-dependencies.bevy] version = "0.9.0" features = ["dynamic"] [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.structopt] version = "0.3"