mstak-interpret 0.1.16

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.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"

[[package]]
name = "mstak-interpret"
version = "0.1.16"
dependencies = [
 "libc",
 "mstak-util",
 "stak-device",
 "stak-primitive",
 "stak-vm",
]

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

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

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

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

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