mstak-interpret 0.1.4

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

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

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

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

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

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