# 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 = "tgbr" version = "0.4.0" authors = ["Hideyuki Tanaka "] description = "GameBoy emulator" readme = "README.md" keywords = [ "emulators", "gameboy", ] categories = ["emulators"] license = "MIT" repository = "https://github.com/tanakh/tgbr" resolver = "2" [dependencies.ambassador] version = "0.3.2" [dependencies.bincode] version = "1.3.3" [dependencies.bitvec] version = "1.0.1" [dependencies.bytesize] version = "1.1.0" [dependencies.chrono] version = "0.4.22" features = ["serde"] [dependencies.log] version = "0.4.17" [dependencies.meru-interface] version = "0.3.0" [dependencies.schemars] version = "0.8.10" features = [ "preserve_order", "schemars_derive", ] [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_bytes] version = "0.11.7" [dependencies.sha2] version = "0.10.3" [dependencies.thiserror] version = "1.0.33" [dev-dependencies.anyhow] version = "1.0.63"