version = 3
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "hash32"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
dependencies = [
"byteorder",
]
[[package]]
name = "heapless"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
dependencies = [
"hash32",
"stable_deref_trait",
]
[[package]]
name = "libc"
version = "0.2.154"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
[[package]]
name = "mstak-interpret"
version = "0.2.1"
dependencies = [
"libc",
"stak-device",
"stak-file",
"stak-primitive",
"stak-process-context",
"stak-util",
"stak-vm",
]
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "stak-code"
version = "0.2.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4212af6a20b2bf1c708a7c1510c8640332a200b61d2d6781477090b8231a7b1"
[[package]]
name = "stak-device"
version = "0.2.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f7aca6cd04ddca11828757b4e6bb209cd579129252e5c09424c2d8b8aa807c6"
dependencies = [
"libc",
]
[[package]]
name = "stak-file"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76ec665e8f9c1374e0840d05febe6387af2267373d7746988bf25bcd681ae8f5"
dependencies = [
"libc",
]
[[package]]
name = "stak-primitive"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22a9753d375059c1c3da5d4a74b3d242484404ae2e3715b19a24193fb27990f7"
dependencies = [
"heapless",
"stak-device",
"stak-file",
"stak-process-context",
"stak-vm",
]
[[package]]
name = "stak-process-context"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90921d43c5077f253b333e93ec934e9ec13b8bbfe385e9c0639ec9d6cbe022e9"
[[package]]
name = "stak-util"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0918bf340324b8fdc43c9d9e684db879ca3612396f29a0a678ed29bab7fbcda6"
dependencies = [
"libc",
]
[[package]]
name = "stak-vm"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e79bd5d03a02b8cf3ee7dcbc2b38e22ce988c57a0b18557968c50f406292e398"
dependencies = [
"stak-code",
]