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.12"
dependencies = [
"libc",
"mstak-util",
"stak-device",
"stak-primitive",
"stak-vm",
]
[[package]]
name = "mstak-util"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6964d625a59c2805365c62617ce3fbeb879232e2f430837e80d1e020f41da7bb"
dependencies = [
"libc",
]
[[package]]
name = "stak-code"
version = "0.2.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96c9c951a0271d5b843f6970a990b34dfa782a7d6a67f856ef06403e87f74c95"
[[package]]
name = "stak-device"
version = "0.2.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab0bb89b39633ea4df005bc2d1f0424200489620abe1c6a264339b63ca339074"
dependencies = [
"libc",
]
[[package]]
name = "stak-primitive"
version = "0.2.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "974da66c77549a545fd67ae8f5aa4f4c244ba0131660d9f39ab19e5245239e23"
dependencies = [
"stak-device",
"stak-vm",
]
[[package]]
name = "stak-vm"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0828939685df803bf3cfa9ebdd48f48c06b2796a6f794c514cc9b346eaea930e"
dependencies = [
"stak-code",
]