chipo 2.1.0

A chip-8 emulator.
Documentation
# 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]
name = "chipo"
version = "2.1.0"
authors = ["Jeffrey Xiao <jeffrey.xiao1998@gmail.com>"]
include = ["src/**/*", "Cargo.toml"]
description = "A chip-8 emulator.\n"
documentation = "https://docs.rs/chipo"
readme = "README.md"
keywords = ["chip-8", "emulator"]
categories = ["wasm", "emulators"]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/jeffrey-xiao/chipo-rs"
[profile.release]
opt-level = "z"
lto = true
debug = false

[lib]
crate-type = ["cdylib", "dylib", "rlib"]
[dependencies.cfg-if]
version = "0.1.2"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.rand]
version = "0.5"
[target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook]
version = "0.1.1"
optional = true

[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
version = "0.2"

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "0.2"
[badges.travis-ci]
branch = "master"
repository = "jeffrey-xiao/chipo-rs"