# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "chip8" version = "0.1.1" authors = ["Yuri Iozzelli "] exclude = ["test_roms/*"] description = "A simple CHIP-8 emulator compatible with a no_std environment" homepage = "https://github.com/yuri91/chip8-rs" documentation = "https://docs.rs/chip8" keywords = ["chip-8", "emulator", "no_std"] license = "MIT" repository = "https://github.com/yuri91/chip8-rs" [dev-dependencies.rand] version = "0.4.2" [dev-dependencies.sdl2] version = "0.27.0"