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.1.17"
dependencies = [
"libc",
"mstak-util",
"stak-device",
"stak-file",
"stak-primitive",
"stak-process-context",
"stak-vm",
]
[[package]]
name = "mstak-util"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1361fc72c19b9292e6909de1d00e87c09c9395e08968edbd1e302834d0b6888d"
dependencies = [
"libc",
]
[[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.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ab76b14e79e3c990bf659033256b6170dffd58c00ba1d3ff9c4f4f7b9247df8"
[[package]]
name = "stak-device"
version = "0.2.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b44a3ec7e1f6ac12ea9915fdb7ba0b1098d62ef24889afeee27bc45df283e88a"
dependencies = [
"libc",
]
[[package]]
name = "stak-file"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1aa34441303ef73cab4315f529a22e3fcf181a96560a9fffc20cdf2d6ae1abd"
dependencies = [
"libc",
]
[[package]]
name = "stak-primitive"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb7e3728340b03847e8c7d6d2d68f754011f9da9fb3f57b5175eb6e9322ddd0c"
dependencies = [
"heapless",
"stak-device",
"stak-file",
"stak-process-context",
"stak-vm",
]
[[package]]
name = "stak-process-context"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d32e8520f90064095ec9c9d5d40dd8dbf31a5ca5b543ae129b97a8b2d25b89a"
[[package]]
name = "stak-vm"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07dfb3b5704d7669e83753293557b3508638640ac686535c5335813a2e5b3b83"
dependencies = [
"stak-code",
]