version = 3
[[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.9"
dependencies = [
"libc",
"mstak-util",
"stak-device",
"stak-primitive",
"stak-vm",
]
[[package]]
name = "mstak-util"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00e1f1466fdd64c9a65e3c4fc2f2b4255fefac44da4102d96fcd60201ec02207"
dependencies = [
"libc",
]
[[package]]
name = "stak-code"
version = "0.2.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76d03b3559a0c8f0c1f52cada5426bad27cc317a34460e63da7f87f835b5e31d"
[[package]]
name = "stak-device"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a60349a91f9ad79f6067ac007456ef0218dba0892b0d5057b5cc70273238d8f4"
dependencies = [
"libc",
]
[[package]]
name = "stak-primitive"
version = "0.2.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8dd6a7a98a41970cc0744d516fedb178894150fd451e290b58af32e37e80cde"
dependencies = [
"stak-device",
"stak-vm",
]
[[package]]
name = "stak-vm"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e262dc5bac28903e9f03b930bdf8bdc1dcef9756e1aa3576cb8d1f3254581374"
dependencies = [
"stak-code",
]