# 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 = "2018" name = "tetanes-web" version = "0.2.0" authors = ["Luke Petherbridge "] description = "A NES Emulator written in Rust and WebAssembly" homepage = "https://lukeworks.tech/tetanes" documentation = "https://github.com/lukexor/tetanes/tree/main/tetanes-web" readme = "README.md" license = "MIT" repository = "https://github.com/lukexor/tetanes.git" resolver = "2" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.console_error_panic_hook] version = "0.1" [dependencies.console_log] version = "1.0" [dependencies.log] version = "0.4" [dependencies.tetanes] version = "0.9" default_features = false [dependencies.wasm-bindgen] version = "0.2" [dev-dependencies.wasm-bindgen-test] version = "0.3"