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.3"
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.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f999b68165eb885b318019e51801667677deb5cba23507d611accb3ede4f1f76"
[[package]]
name = "stak-device"
version = "0.2.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eeccb451e8183f1f1dd7b13f97ae06361701ae68a8d09d5e2ea9c08ddfef4411"
dependencies = [
"libc",
]
[[package]]
name = "stak-file"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5894a4d23d7042565e17725b6448c3c1eb2325dbeefa271db41d239753640b24"
dependencies = [
"libc",
]
[[package]]
name = "stak-primitive"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef15ddc15faa52f61ca678ec1b413fd3d3a5b9bba7c4d6a7a62382ba8c94823"
dependencies = [
"heapless",
"stak-device",
"stak-file",
"stak-process-context",
"stak-vm",
]
[[package]]
name = "stak-process-context"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2daa9eceab5e117d080ed101b6664c9cb9ff6c2e24f4bbaadf9ac5495755929"
[[package]]
name = "stak-util"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e4f714848b21ecb4ada7573b2a1abb354bfe2b842e0faaed5e0ea341a423c8b"
dependencies = [
"libc",
]
[[package]]
name = "stak-vm"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b6000daa5d615001fb4f2fe57d9b5b77558c05990431bef7e135a3e4aee282f"
dependencies = [
"stak-code",
]