CHIPcade 0.1.0

6502 Fantasy Console
# 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 = "2024"
name = "CHIPcade"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "6502 Fantasy Console"
readme = "README.md"
keywords = [
    "6502",
    "fantasy",
    "console",
    "game",
    "engine",
]
license = "Apache-2.0 AND MIT"
repository = "https://github.com/markusmoenig/CHIPcade"

[[bin]]
name = "CHIPcade"
path = "src/main.rs"

[dependencies.bincode]
version = "1.3"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.image]
version = "0.24"

[dependencies.mos6502]
version = "0.6"

[dependencies.nom]
version = "8"

[dependencies.rust-embed]
version = "8"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.theframework]
version = "0.1.40"
features = ["ui"]
default-features = true

[dependencies.toml]
version = "0.8"

[target.'cfg(target_arch = "wasm32")'.dependencies.console_error_panic_hook]
version = "0.1"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = ["console"]