zinc64-debug 0.8.0

Commodore 64 emulator debugger support
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bit_field"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed8765909f9009617974ab6b7d332625b320b33c326b1e9321382ef1999b5d56"

[[package]]
name = "bit_field"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"

[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"

[[package]]
name = "log"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
dependencies = [
 "log 0.4.29",
]

[[package]]
name = "log"
version = "0.4.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"

[[package]]
name = "resid-rs"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4cf0a31213e31d3ecb79e1dadc41ae14a5936f7503361509df19fa2493199ea"
dependencies = [
 "bit_field 0.10.3",
]

[[package]]
name = "zinc64-core"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65b38f3ac40a57c97d740cc1919a80fcd9be31ed24ba74141f140a35fd8effcc"
dependencies = [
 "bit_field 0.9.0",
]

[[package]]
name = "zinc64-debug"
version = "0.8.0"
dependencies = [
 "bit_field 0.9.0",
 "byteorder",
 "log 0.3.9",
 "zinc64-emu",
]

[[package]]
name = "zinc64-emu"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e27cef4bdeb848603be67ff822db68ae2573c5061923383727480eba948a428"
dependencies = [
 "bit_field 0.9.0",
 "log 0.3.9",
 "resid-rs",
 "zinc64-core",
]