# 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 = "meru-interface" version = "0.3.0" authors = ["Hideyuki Tanaka "] description = "Core interface for MERU multi emulator" readme = "README.md" keywords = ["emulators"] categories = ["emulators"] license = "MIT" repository = "https://github.com/tanakh/meru" resolver = "2" [dependencies.schemars] version = "0.8.10" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.thiserror] version = "1.0.32" [target."cfg(target_arch = \"wasm32\")".dependencies.base64] version = "0.13.0" [target."cfg(target_arch = \"wasm32\")".dependencies.base64-serde] version = "0.6.1"