mstak-interpret 0.2.21

Minimal Stak Scheme bytecode interpreter
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"

[[package]]
name = "cfg-exif"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcdfe3b5f3997edf006fb6d77713fc63d4c6789adc50a44e7bfd074e7e8337b1"

[[package]]
name = "hash32"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
dependencies = [
 "byteorder",
]

[[package]]
name = "heapless"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
dependencies = [
 "hash32",
 "stable_deref_trait",
]

[[package]]
name = "libc"
version = "0.2.154"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"

[[package]]
name = "libm"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"

[[package]]
name = "mstak-interpret"
version = "0.2.21"
dependencies = [
 "libc",
 "stak-device",
 "stak-file",
 "stak-process-context",
 "stak-r7rs",
 "stak-time",
 "stak-util",
 "stak-vm",
]

[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"

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

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

[[package]]
name = "stak-file"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e288a3bc0a4e29cd971b3c3dbba3deb992014ab6ddd2779e93adeb589ae296fa"
dependencies = [
 "heapless",
 "libc",
 "stak-vm",
]

[[package]]
name = "stak-process-context"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb82d2fae700cc7ab8be857146da96cef28ab6c23f5a7bf4dbd06f687087f17f"
dependencies = [
 "stak-vm",
]

[[package]]
name = "stak-r7rs"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec58f62227bc5c83179bbd7bbb6bda6e2aff793fb7253957a1cd32be7422c86a"
dependencies = [
 "libm",
 "stak-device",
 "stak-file",
 "stak-process-context",
 "stak-time",
 "stak-vm",
]

[[package]]
name = "stak-time"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3818bed6f49b0b096f30e367e68900e62a821b80632492348d18eb5503891b32"
dependencies = [
 "libc",
 "stak-vm",
]

[[package]]
name = "stak-util"
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fdbd2ba013676c8924aeda391af0a75c2bf39c7115f4a12ad13cbbc99b99e61"
dependencies = [
 "libc",
]

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