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.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0e617ba026fec1e380af6ef5f9347ed707fe77f3c9373b45f9c67092b9730c9"
[[package]]
name = "stak-compiler"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0bbe5d07a70bb20a3aa52bf1e5a6cb6829d9bfee02b9c230f6cd646b5940ebb"
dependencies = [
"stak-configuration",
"stak-device",
"stak-primitive",
"stak-vm",
]
[[package]]
name = "stak-configuration"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b3bdfa3f6de642c0d26fc7ec46e0c7e8866a928c0c4338153c89c3823331f75"
[[package]]
name = "stak-device"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fbc0383356c7c076f4036d0f56b22afd03ff72862976c19008834fd68349e6e"
[[package]]
name = "stak-macro"
version = "0.1.7"
dependencies = [
"proc-macro2",
"quote",
"stak-compiler",
"syn",
]
[[package]]
name = "stak-primitive"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a291d7755667e54e2d0d9b949c1297392b64f35fb943ce20df1915507e407067"
dependencies = [
"stak-device",
"stak-vm",
]
[[package]]
name = "stak-vm"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c61c08ae9dbbd72ee9da7fff0a0d2bbf074351463d8b071f76dd8f61a26f1ba"
dependencies = [
"stak-code",
]
[[package]]
name = "syn"
version = "2.0.52"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07"
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"