mstak-interpret 0.1.0

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.0"
dependencies = [
 "libc",
 "stak-device",
 "stak-primitive",
 "stak-vm",
]

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

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

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

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