mstak-interpret 0.1.8

Minimal Stak Scheme bytecode interpreter
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
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.8"
dependencies = [
 "libc",
 "mstak-util",
 "stak-device",
 "stak-primitive",
 "stak-vm",
]

[[package]]
name = "mstak-util"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7336a40b48e4493966fbb68d842c61c78d2909c15bdc6523cb699abae9d99a03"
dependencies = [
 "libc",
]

[[package]]
name = "stak-code"
version = "0.2.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2150934c59f99b256fb2988caf1e6e14a7b650529541155472c3a4edfab9e2a7"

[[package]]
name = "stak-device"
version = "0.2.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6924180262c3fc228775919b31b0a4561e081247f3526c99a83a9da9081808d"
dependencies = [
 "libc",
]

[[package]]
name = "stak-primitive"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad5ce9ab238b6eb506d07b2ca319a85a7120c31acb0c24f13a1b636e8bec4171"
dependencies = [
 "stak-device",
 "stak-vm",
]

[[package]]
name = "stak-vm"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3257a3cc4f34fe9495d53dcbe0aea20bd39ca0bc80628af37e8451f0d7bddc5d"
dependencies = [
 "stak-code",
]