version = 3
[[package]]
name = "proc-macro2"
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
dependencies = [
"proc-macro2",
]
[[package]]
name = "stak-code"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "487eae9b6dc5b232bd9941a6feae8608a27045742ce882df9f24874a5c6fa322"
[[package]]
name = "stak-compiler"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75e003f69098c98c872e8cca5e22ad37f4bfe020d082e6369ddc3211e8bc7925"
dependencies = [
"stak-configuration",
"stak-device",
"stak-primitive",
"stak-vm",
]
[[package]]
name = "stak-configuration"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "370ebbcaf14198fe2bd4da22a8d532459bff6b1c1e0cbcffa4b69aa92680d70a"
[[package]]
name = "stak-device"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "392ce3bab50b0150739a2e75f150eafdd8bcc5c6e69f626d3cffe23477cd28d1"
[[package]]
name = "stak-macro"
version = "0.1.6"
dependencies = [
"proc-macro2",
"quote",
"stak-compiler",
"syn",
]
[[package]]
name = "stak-primitive"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b71e76a76a792d9f9734bf5c42ca353d35bf73d26b466704489b7eb2fee9e1ce"
dependencies = [
"stak-device",
"stak-vm",
]
[[package]]
name = "stak-vm"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81f6adec21e6dda2fe0ef68263555feb7a580ffee08b664d273bb7e21d35b69d"
dependencies = [
"stak-code",
]
[[package]]
name = "syn"
version = "2.0.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"