version = 3
[[package]]
name = "libc"
version = "0.2.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
[[package]]
name = "mstak-interpret"
version = "0.1.3"
dependencies = [
"libc",
"mstak-util",
"stak-device",
"stak-primitive",
"stak-vm",
]
[[package]]
name = "mstak-util"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2fced84716b1d61e85f0d9b96ae7ad7d5652126381c459119027b1ae498a8b2"
dependencies = [
"libc",
]
[[package]]
name = "stak-code"
version = "0.2.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55d7b0e86e02fdcb0b777f5ca53766635a1ef8f6568604cbd8e7eda9f6017f39"
[[package]]
name = "stak-device"
version = "0.2.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85a469fa65be9205321a3ebe81692feb18cf9838b1805c3b78f89267aae0f8e5"
dependencies = [
"libc",
]
[[package]]
name = "stak-primitive"
version = "0.2.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb2accaafbfe6d49cd5f1054540c3456096e0759cf8b6501c8a9d49c93a057d4"
dependencies = [
"stak-device",
"stak-vm",
]
[[package]]
name = "stak-vm"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3af831690f7e26ac55e3cde40b0a9e27fbe80277332aa25f5a7ddf1494f32bd6"
dependencies = [
"stak-code",
]