version = 3
[[package]]
name = "proc-macro2"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
dependencies = [
"proc-macro2",
]
[[package]]
name = "stak-code"
version = "0.2.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55d7b0e86e02fdcb0b777f5ca53766635a1ef8f6568604cbd8e7eda9f6017f39"
[[package]]
name = "stak-compiler"
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "470163c9d68025f62ace4b242b7d5f328004258c9a51c8836655b2fe9c3fdcc1"
dependencies = [
"stak-configuration",
"stak-device",
"stak-primitive",
"stak-vm",
]
[[package]]
name = "stak-configuration"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f60f17dcc10e4dcba0d727a0236f667cb6fa1da5f7fba28917d82d1e2af3a5d0"
[[package]]
name = "stak-device"
version = "0.2.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85a469fa65be9205321a3ebe81692feb18cf9838b1805c3b78f89267aae0f8e5"
[[package]]
name = "stak-macro"
version = "0.1.28"
dependencies = [
"proc-macro2",
"quote",
"stak-compiler",
"stak-macro-util",
"syn",
]
[[package]]
name = "stak-macro-util"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6175f47626636e16183602477204b9252bff49018af4f584d51d6dea3a3c93c0"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "stak-primitive"
version = "0.2.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb2accaafbfe6d49cd5f1054540c3456096e0759cf8b6501c8a9d49c93a057d4"
dependencies = [
"stak-device",
"stak-vm",
]
[[package]]
name = "stak-vm"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3af831690f7e26ac55e3cde40b0a9e27fbe80277332aa25f5a7ddf1494f32bd6"
dependencies = [
"stak-code",
]
[[package]]
name = "syn"
version = "2.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687"
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"