version = 3
[[package]]
name = "proc-macro2"
version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b"
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.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96c9c951a0271d5b843f6970a990b34dfa782a7d6a67f856ef06403e87f74c95"
[[package]]
name = "stak-compiler"
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5336013f8b7b3c1783ff1bbdbb35542b7612be3cbf0f3205e9e35fb241d60d7b"
dependencies = [
"stak-configuration",
"stak-device",
"stak-primitive",
"stak-vm",
]
[[package]]
name = "stak-configuration"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f03ecb657580a9d7568edc989371a23af892a7bd9f46428c866c8c61699a409"
[[package]]
name = "stak-device"
version = "0.2.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab0bb89b39633ea4df005bc2d1f0424200489620abe1c6a264339b63ca339074"
[[package]]
name = "stak-macro"
version = "0.1.37"
dependencies = [
"proc-macro2",
"quote",
"stak-compiler",
"stak-macro-util",
"syn",
]
[[package]]
name = "stak-macro-util"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d19015ff8234b39b92402899b93232ab881963278a1c00f8a153f66e5bccea0"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "stak-primitive"
version = "0.2.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "974da66c77549a545fd67ae8f5aa4f4c244ba0131660d9f39ab19e5245239e23"
dependencies = [
"stak-device",
"stak-vm",
]
[[package]]
name = "stak-vm"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0828939685df803bf3cfa9ebdd48f48c06b2796a6f794c514cc9b346eaea930e"
dependencies = [
"stak-code",
]
[[package]]
name = "syn"
version = "2.0.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf5be731623ca1a1fb7d8be6f261a3be6d3e2337b8a1f97be944d020c8fcb704"
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"