# 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 = "tgba" version = "0.3.0" authors = ["Hideyuki Tanaka "] description = "Game Boy Advance emulator" readme = "README.md" keywords = ["emulators"] categories = ["emulators"] license = "MIT" repository = "https://github.com/tanakh/tgba" resolver = "2" [dependencies.ambassador] version = "0.3.2" [dependencies.bincode] version = "1.3.3" [dependencies.bitvec] version = "1.0.1" [dependencies.log] version = "0.4.17" [dependencies.meru-interface] version = "0.3.0" [dependencies.modular-bitfield] version = "0.11.2" [dependencies.schemars] version = "0.8.10" features = ["schemars_derive"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11.7" [dependencies.thiserror] version = "1.0.33"