[package]
edition = "2024"
rust-version = "1.95"
name = "k580-core"
version = "2.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "KR580VM80 / Intel 8080 CPU core for KR580."
homepage = "https://github.com/WhoSowSee/KR580"
readme = "README-EN.md"
keywords = [
"emulator",
"8080",
"kr580",
"desktop",
]
categories = ["emulators"]
license = "MIT"
repository = "https://github.com/WhoSowSee/KR580"
[lib]
name = "k580_core"
path = "src/lib.rs"
[[test]]
name = "bug_regression"
path = "tests/bug_regression.rs"
[[test]]
name = "cpu_semantics"
path = "tests/cpu_semantics.rs"
[[test]]
name = "last_bus_residue"
path = "tests/last_bus_residue.rs"
[[test]]
name = "memory_block"
path = "tests/memory_block.rs"
[[test]]
name = "tact_execution"
path = "tests/tact_execution.rs"
[[test]]
name = "wz_residue"
path = "tests/wz_residue.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.thiserror]
version = "2"