# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "neso" version = "0.5.0" authors = ["Jeffrey Xiao "] include = ["src/**/*", "Cargo.toml"] description = "An NES emulator.\n" documentation = "https://docs.rs/neso" readme = "README.md" keywords = ["nes", "emulator"] categories = ["wasm", "emulators"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/jeffrey-xiao/neso-rs" [profile.release] lto = true debug = false [lib] crate-type = ["cdylib", "lib"] [dependencies.cfg-if] version = "0.1.2" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.bincode] version = "1.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.log] version = "0.4" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.serde] version = "1.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.serde_derive] version = "1.0" [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1.1" optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [badges.travis-ci] branch = "master" repository = "jeffrey-xiao/neso-rs"