mstak-interpret 0.1.6

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

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

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

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

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

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