mstak-interpret 0.1.13

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

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

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

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

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

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