# 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] edition = "2018" name = "rgy" version = "0.1.0" authors = ["Yushi Omote "] description = "No-std Rust GameBoy emulator library" homepage = "https://github.com/yushiomote/rgy" documentation = "https://docs.rs/rgy" readme = "../README.md" keywords = ["gameboy", "emulator"] license = "MIT" repository = "https://github.com/yushiomote/rgy" [dependencies.hashbrown] version = "0.6" [dependencies.lazy_static] version = "1.2" features = ["spin_no_std"] [dependencies.log] version = "0.4" [dependencies.spin] version = "0.5" [dev-dependencies.core_affinity] version = "0.5" [dev-dependencies.cpal] version = "0.8" [dev-dependencies.env_logger] version = "0.6" [dev-dependencies.minifb] version = "0.11" [dev-dependencies.rustyline] version = "4.1" [dev-dependencies.signal-hook] version = "0.1" [dev-dependencies.structopt] version = "0.2" [features] color = [] default = []