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.17"
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.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e69ee829cdbf636eb5e111d37c3c75f2184739f2219493313def689d1e3afeab"
dependencies = [
"libc",
"stak-vm",
]
[[package]]
name = "stak-file"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "899f6cfddd4957221bc878f971b14276cbae2860467493bbbcaae9abb2934418"
dependencies = [
"heapless",
"libc",
"stak-vm",
]
[[package]]
name = "stak-inexact"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a55adf2fbcbd1ad6a3883027d8171b7874518e6a277953c34b7869c93993cffc"
dependencies = [
"libm",
"stak-vm",
]
[[package]]
name = "stak-native"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bdf5af576a98e27dde8f40423c9e01fe70662061adb90af8c014666cefc8d7d"
dependencies = [
"stak-vm",
]
[[package]]
name = "stak-process-context"
version = "0.2.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15c900c1e05f74136802a164cdaa3259b2ea9c100395437a3d76cc2e94e2af2e"
dependencies = [
"stak-vm",
]
[[package]]
name = "stak-r7rs"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a875fdc9c61b844bfa539b7519cf2592df07434275e581db107718620e2f8d44"
dependencies = [
"stak-device",
"stak-file",
"stak-inexact",
"stak-native",
"stak-process-context",
"stak-time",
"stak-vm",
]
[[package]]
name = "stak-time"
version = "0.1.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3a961c5784950d08c371350647b3477ffc87b99fb1be8883952fa6b0d65b5dd"
dependencies = [
"libc",
"stak-vm",
]
[[package]]
name = "stak-util"
version = "0.1.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71e32ddee0f26b0ebf37a0a072ff0e200c97bbec6a6b3b722044d8d4bea030af"
dependencies = [
"libc",
]
[[package]]
name = "stak-vm"
version = "0.7.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c394a24717f1e29d6daa073b9f7992148d7abcc9f7b63b4457f1ac480f93ccac"
dependencies = [
"cfg-exif",
]