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.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e2a6368e7b0f7b7ee3b0bb64d7ddee683feda86df94e3bf1cd02a34a5325594"
[[package]]
name = "stak-compiler"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea66718eaaca5cce9f402962a165be819e1d920f3bdc180e8d542f5e75ea617f"
dependencies = [
"stak-configuration",
"stak-device",
"stak-primitive",
"stak-vm",
]
[[package]]
name = "stak-configuration"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be8c6b9519073224781f428cf8ed7a482a9f8140604ca6d7e5a1230ab7eb3539"
[[package]]
name = "stak-device"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d09a9c125cda962a63c6a69e5d1b6d775084e1acdcdb4e3dabeccab18d56f14c"
[[package]]
name = "stak-macro"
version = "0.1.8"
dependencies = [
"proc-macro2",
"quote",
"stak-compiler",
"syn",
]
[[package]]
name = "stak-primitive"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f025355b2f38e9b9ca8a1c2f76565b95d94b6ff2306120656223fa0b3bbfb344"
dependencies = [
"stak-device",
"stak-vm",
]
[[package]]
name = "stak-vm"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7ececcbd903991a6627988ba4f4e3f159b37ab5ed89561dcca570cdd56e6c4b"
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"