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.7"
dependencies = [
"libc",
"mstak-util",
"stak-device",
"stak-primitive",
"stak-vm",
]
[[package]]
name = "mstak-util"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b5381f3683fc89be065cd2cec30002d6fcc4ac39b9785083947d915b5ec5576"
dependencies = [
"libc",
]
[[package]]
name = "stak-code"
version = "0.2.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5318e8c705a96440c121d407405c751ac131731bf2fe7825c8137f4457fba2f"
[[package]]
name = "stak-device"
version = "0.2.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f40d3267cff9b52ecd0ddcf0978f75a9508d31c3a2e069cc6bad3512c4ea1a3"
dependencies = [
"libc",
]
[[package]]
name = "stak-primitive"
version = "0.2.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22f7cf8c8596c16fc28a7172c2858bcc7b5ba70c2f2ad04fc641f6c4d084f53e"
dependencies = [
"stak-device",
"stak-vm",
]
[[package]]
name = "stak-vm"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "944c5170406d2d9ce4b2781372b27d7644efc42370573c6a8fe6bee8e662b7a5"
dependencies = [
"stak-code",
]