mstak-interpret 0.4.6

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

[[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.164"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f"

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

[[package]]
name = "mstak-interpret"
version = "0.4.6"
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-device"
version = "0.2.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9b218f440452cb5caa7ced92a3816bba0f252d30b48fd3ff3df0b56f6185774"
dependencies = [
 "libc",
 "stak-vm",
]

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

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

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

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

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

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