# 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 = "sabicom" version = "0.2.0" authors = ["Hideyuki Tanaka "] description = "NES emulator" readme = "README.md" keywords = [ "emulators", "nes", ] categories = ["emulators"] license = "MIT" repository = "https://github.com/tanakh/sabicom" 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" [dependencies.crc32fast] version = "1.3.2" [dependencies.log] version = "0.4.17" [dependencies.meru-interface] version = "0.3.0" [dependencies.schemars] version = "0.8.10" features = ["schemars_derive"] [dependencies.serde] version = "1.0.144" [dependencies.thiserror] version = "1.0.33" [dev-dependencies.anyhow] version = "1.0.63"