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.2"
dependencies = [
"libc",
"mstak-util",
"stak-device",
"stak-primitive",
"stak-vm",
]
[[package]]
name = "mstak-util"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d4a5b259276196c9d917758e62488782804106d0012ebbafe218d40b2fccf8"
dependencies = [
"libc",
]
[[package]]
name = "stak-code"
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54d58d8aa6729f8ce8e8dc670e955531002c03bebc95c3824c9fba8f73067115"
[[package]]
name = "stak-device"
version = "0.2.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dca3ab6a142cba32fcb8e82d923911b0d4b70de64aa70accd9bfad33d59f6be"
dependencies = [
"libc",
]
[[package]]
name = "stak-primitive"
version = "0.2.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdf82885def66198afb34baaa313a98d146bba51f74b5ba44cc8fe30fb26428"
dependencies = [
"stak-device",
"stak-vm",
]
[[package]]
name = "stak-vm"
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6289e3bd144b6961a7c297092b8ebd275f5081ebb22133ad490a8c43703c9bba"
dependencies = [
"stak-code",
]