# 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 = "super-sabicom" version = "0.2.0" authors = ["Hideyuki Tanaka "] description = "SNES emulator" readme = "README.md" keywords = [ "emulators", "snes", ] categories = ["emulators"] license = "MIT" repository = "https://github.com/tanakh/super-sabicom" resolver = "2" [dependencies.bincode] version = "1.3.3" [dependencies.educe] version = "0.4.19" features = ["Default"] default-features = false [dependencies.encoding_rs] version = "0.8.31" [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.144" [dependencies.super-sabicom-macro] version = "0.1" [dependencies.thiserror] version = "1.0.33" [dev-dependencies.anyhow] version = "1.0.63" [dev-dependencies.argopt] version = "0.3.0" [dev-dependencies.compress-tools] version = "0.13" [dev-dependencies.dirs] version = "4.0.0" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.rayon] version = "1.5.3" [dev-dependencies.sdl2] version = "0.35.2" [dev-dependencies.serde_json] version = "1.0.85"