# 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.69.0" name = "rustboy-core" version = "0.2.0" description = "Core library of the Rustboy Gameboy Color emulator." homepage = "https://github.com/vrptnc/rustboy-core" readme = "README.md" license = "MIT" repository = "https://github.com/vrptnc/rustboy-core" [profile.release] opt-level = "s" [dependencies.bincode] version = "1.3.3" [dependencies.byteorder] version = "1.4.3" [dependencies.itertools] version = "0.10.5" features = ["use_alloc"] [dependencies.log] version = "0.4.20" [dependencies.mockall] version = "0.11.3" [dependencies.num] version = "0.4.0" [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_with] version = "3.4.0" [dev-dependencies.assert_hex] version = "0.2.2" [dev-dependencies.test-case] version = "1.2.1"