mstak-interpret 0.4.19

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.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.19"
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.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b52ff32ad2b4a0133e6eb44b24d918e4001c3b935c788ff8e5fb24eaf2968038"
dependencies = [
 "libc",
 "stak-vm",
]

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

[[package]]
name = "stak-inexact"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e828ef8556e3513d1a2707773481816148790798e47d4eacdbd2a99f81e8a"
dependencies = [
 "libm",
 "stak-vm",
]

[[package]]
name = "stak-native"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a68a95a02ced73530407fc6d141612d7abde4f247e0adccf431dc64b4f081bb"
dependencies = [
 "stak-vm",
]

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

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

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

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

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