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.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "601ea39691d4f6d12b204c31f2a30c05080122dfa3e867f363c60f3ec30ed13a"
[[package]]
name = "stak-compiler"
version = "0.1.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bfffb80dd8f3495896b07d99983d5fc3e6762abb67696702b131fc353c601bd"
dependencies = [
"stak-configuration",
"stak-device",
"stak-primitive",
"stak-vm",
]
[[package]]
name = "stak-configuration"
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28fab232fe8edc08a935e9e8780b6957a0d7c9e4975ef75a63ce06e8fc1de4da"
[[package]]
name = "stak-device"
version = "0.2.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37f7b8482efe4453e4fced2cd1d04c13fc8cf09ac914f0c1014db93480092e52"
[[package]]
name = "stak-macro"
version = "0.1.36"
dependencies = [
"proc-macro2",
"quote",
"stak-compiler",
"stak-macro-util",
"syn",
]
[[package]]
name = "stak-macro-util"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdf5c27b418cc95a71cfb69417fcdaba40d46fdb82b28943002c13604e0826f3"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "stak-primitive"
version = "0.2.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a99171384630d795472755ce8d89a629aca814f40b5fcedf838efdc19bc950b0"
dependencies = [
"stak-device",
"stak-vm",
]
[[package]]
name = "stak-vm"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf7d399f818a1095ef680c2ff2521c80e04e4d18a68720a63dc40297885ee925"
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"