chipz 0.0.0-reserved

CHIP-8 Virtual Machine
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 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 = "chipz"
version = "0.0.0-reserved"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CHIP-8 Virtual Machine"
readme = "README.md"
license = "MIT"
repository = "https://github.com/crates-lurey-io/chipz"

[lib]
name = "chipz"
path = "src/lib.rs"

[dependencies]

[dev-dependencies]

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.cargo-run-bin]
version = "1.7.4"
features = ["cli"]

[target.'cfg(target_arch = "wasm32")'.dependencies.console_error_panic_hook]
version = "0.1.7"
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2.100"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3.50"

[lints.clippy]
pedantic = "deny"