version = 3
[[package]]
name = "libc"
version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "mstak-interpret"
version = "0.1.14"
dependencies = [
"libc",
"mstak-util",
"stak-device",
"stak-primitive",
"stak-vm",
]
[[package]]
name = "mstak-util"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc98b6be1ecfb2566ecde338cf5c5dee197c114e1efbbf4e28d81280ee19837b"
dependencies = [
"libc",
]
[[package]]
name = "stak-code"
version = "0.2.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c053836fb455abf2a80d2a28e8e5959e5aadb9e443f46dd2c5586ea3d64a995"
[[package]]
name = "stak-device"
version = "0.2.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e39de96998e448350cd56bdd21dfdd6c671e7acf9aa198c7c0b242264280947"
dependencies = [
"libc",
]
[[package]]
name = "stak-primitive"
version = "0.2.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6152c2e2228ee774dedd9ff9157dfe6230aed77735a6a140ccb9b704fbea285d"
dependencies = [
"stak-device",
"stak-vm",
]
[[package]]
name = "stak-vm"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5008742c5ea6a523a4f813301e4079115f294392c36ea4e3bcbe32d13a2e31e6"
dependencies = [
"stak-code",
]