mstak-interpret 0.1.15

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

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

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

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

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

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