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.1"
dependencies = [
"libc",
"mstak-util",
"stak-device",
"stak-primitive",
"stak-vm",
]
[[package]]
name = "mstak-util"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "090e53bf3551ae3e669de290706551991a3f4a049db1510d2fc8011369b3715a"
dependencies = [
"libc",
]
[[package]]
name = "stak-code"
version = "0.2.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2397b2a8edb9a674ec416b3047c0c0e4550dde2c0fb6405e2a15208e13345061"
[[package]]
name = "stak-device"
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a118dab54fd4169b08c6000d785f9c6165e604291b2fa441bfa8bbd6cbd2fec3"
dependencies = [
"libc",
]
[[package]]
name = "stak-primitive"
version = "0.2.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69709202ec204749f0ae0eb361198501e40e1e2a6d5b8f2ee1a69237ab58fb8a"
dependencies = [
"stak-device",
"stak-vm",
]
[[package]]
name = "stak-vm"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26f6271b4aad4bd6aab4c6deec3aab2c59c4748fd3e4fe16a84ef85548b0e0e9"
dependencies = [
"stak-code",
]