version = 3
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[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.5"
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.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97afb2594e90ca1e5d48c96f93a1ed6a1dfa1bf2136aa328dfa57ec1fc751ba0"
[[package]]
name = "stak-device"
version = "0.2.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8befa98d12dcc9b471b49983d4b5c66539bcb42dbdb9ffec841aa61888015f9e"
dependencies = [
"libc",
]
[[package]]
name = "stak-file"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c61696d4f8872a0e618c3ca004ac81745d912499cb45c50c4d68d9480fdcb64"
dependencies = [
"libc",
]
[[package]]
name = "stak-primitive"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "248f3b326c896ed0e4f439323dcf2c85ba3e002749f974bddb7a4e865529cb84"
dependencies = [
"heapless",
"stak-device",
"stak-file",
"stak-process-context",
"stak-vm",
]
[[package]]
name = "stak-process-context"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2550132692b42b67b56f8991dc5bf562eab6163391e4dd777ea8d0647bf235d0"
[[package]]
name = "stak-util"
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a7e01e347f8424bde3ad1b8be1f9b5854cb56d9d401d310b16b0601eea304e7"
dependencies = [
"libc",
]
[[package]]
name = "stak-vm"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f6af26300264c674d8f0ba6f3782d21c7356727ab8e583002f7d6700b0d1bee"
dependencies = [
"cfg-if",
"stak-code",
]