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.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
dependencies = [
"proc-macro2",
]
[[package]]
name = "stak-code"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "766c3a1438092cdb2d53a4edfc98f1ec41a0740e6a596e989908bbb7eacf5a17"
[[package]]
name = "stak-compiler"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e325d35fcc3be0e0ae18c375cdc6de192b474584335f21b769fd205b23671fea"
dependencies = [
"stak-configuration",
"stak-device",
"stak-primitive",
"stak-vm",
]
[[package]]
name = "stak-configuration"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64ac3a8fe32984eb4f37635ed162f990287dab83cca537ff8da09ecc0ab0562c"
[[package]]
name = "stak-device"
version = "0.2.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c335279abb61d74ac67ba9b378d54ff866a86262325fcefe9268287e5f9eb108"
[[package]]
name = "stak-macro"
version = "0.1.24"
dependencies = [
"proc-macro2",
"quote",
"stak-compiler",
"syn",
]
[[package]]
name = "stak-primitive"
version = "0.2.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67180d07fb5d34c966e257fb7da3a2405c1522ff0fa2478d408227e649c93528"
dependencies = [
"stak-device",
"stak-vm",
]
[[package]]
name = "stak-vm"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5eadbeaee4e847fd2298710791dad8a32f64f99d4a7103897d98473145612015"
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"