# 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 = "chip8_core" version = "0.4.0" exclude = ["examples/*"] description = "A CHIP-8 emulator core library" homepage = "https://github.com/deanrumsby/chip8_core" readme = "README.md" keywords = [ "chip8", "emulator", "core", ] categories = [ "emulators", "no-std", "wasm", ] license = "MIT" repository = "https://github.com/deanrumsby/chip8_core" [lib] crate-type = [ "rlib", "cdylib", ] [dependencies.js-sys] version = "0.3.65" optional = true [dependencies.nanorand] version = "0.7.0" features = ["wyrand"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde-wasm-bindgen] version = "0.4" optional = true [dependencies.tsify] version = "0.4.5" optional = true [dependencies.wasm-bindgen] version = "0.2.84" optional = true [features] std = [] wasm = [ "std", "dep:wasm-bindgen", "dep:js-sys", "dep:serde", "dep:serde-wasm-bindgen", "dep:tsify", ]