mstak-interpret 0.1.10

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

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

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

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

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

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

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