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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f782369519ff0fef6ec4fcc325a7328ac0136950ddf0a0d55f4a54cddca743b4"
[[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.20"
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.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2e7d7520fdcd80381bce7695aac973bc7ad3174194577600c99abde7bbf6fe1"
dependencies = [
"libc",
"stak-vm",
]
[[package]]
name = "stak-file"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82b2b20fdab81931853603b95944315cf0f0dfc95a2607c7ad54d1713701cb7c"
dependencies = [
"heapless",
"libc",
"stak-vm",
]
[[package]]
name = "stak-inexact"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "865aeef14f0aa47adea0727294139d79068564e9520908213799a1bca52d1f90"
dependencies = [
"libm",
"stak-vm",
]
[[package]]
name = "stak-native"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e30cba183c58d5d57a1b40e68434cc75c82a98d307e1b524bb72c86f6df12f70"
dependencies = [
"stak-vm",
]
[[package]]
name = "stak-process-context"
version = "0.2.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a4d55808b0b7a31eb592b1697a62dec94dae5bcda2cbc4cecebca2a79df1751"
dependencies = [
"stak-vm",
]
[[package]]
name = "stak-r7rs"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07c62b692a32ba627959c8323ea0633bac6a8d5c91b3ca299ff5145718456efc"
dependencies = [
"stak-device",
"stak-file",
"stak-inexact",
"stak-native",
"stak-process-context",
"stak-time",
"stak-vm",
]
[[package]]
name = "stak-time"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76cff591238636ab8c082eae41714deb75f18045baedb176ef9b8c94e09daf71"
dependencies = [
"libc",
"stak-vm",
]
[[package]]
name = "stak-util"
version = "0.1.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0effb0717ce1413355359647708dfb96930859389d10c95b04773d03c56d346a"
dependencies = [
"libc",
]
[[package]]
name = "stak-vm"
version = "0.7.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f303e15fe969627f22d8bcc106aaa8bde567535a3db566e294968ab2566850cf"
dependencies = [
"cfg-exif",
]