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.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4202463899eebf161115dfda049a4bcf4c0005868d89f3a1fcaa7ef2a8ac19e"
[[package]]
name = "stak-compiler"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8dac3333c205fb3f203807f311d01915b53d649b784f8ab1d7cdaf1644d78d9"
dependencies = [
"stak-configuration",
"stak-device",
"stak-primitive",
"stak-vm",
]
[[package]]
name = "stak-configuration"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5594d21b02487aa73265cbd2e8d44abedea49edc2280556b6d4f1d3fc12480d2"
[[package]]
name = "stak-device"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86a6a353783da22a3920bfb127233c166937df2a6540cde6d52fb5987ffeac48"
[[package]]
name = "stak-macro"
version = "0.1.20"
dependencies = [
"proc-macro2",
"quote",
"stak-compiler",
"syn",
]
[[package]]
name = "stak-primitive"
version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a92126ea2165e55906dd559e3b2eb4eb99afebfc37e8a7446c163a902be4cb97"
dependencies = [
"stak-device",
"stak-vm",
]
[[package]]
name = "stak-vm"
version = "0.3.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a683fac50961d2090a06754b303b2392e3ac0cbdcbbee7285a2f93702d00f8d1"
dependencies = [
"stak-code",
]
[[package]]
name = "syn"
version = "2.0.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032"
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"