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.3.0"
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.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6318325ff4bf2dd3071b1204ba3b2068d7d60a2a8d0775a68ea46c6d2ee5edf0"
[[package]]
name = "stak-device"
version = "0.2.65"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df287025c2c917cf6ce5dd1d2ee8eb88ea7c7f55593d971e089704ee80ddb29b"
dependencies = [
"libc",
"stak-vm",
]
[[package]]
name = "stak-file"
version = "0.4.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecbc473ce279c81923c02ce70822fc35236dced4659a59fa3e551b5631627991"
dependencies = [
"heapless",
"libc",
"stak-vm",
]
[[package]]
name = "stak-process-context"
version = "0.2.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cc85b46da3321787f280aef3b279b5b3570df88f701a522ad56e7eb5497ba95"
dependencies = [
"stak-vm",
]
[[package]]
name = "stak-r7rs"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a4fa2cca68c4cb00b82d99244b59878e7ad11c6b881720de1c99afac62f4c80"
dependencies = [
"libm",
"stak-device",
"stak-file",
"stak-process-context",
"stak-time",
"stak-vm",
]
[[package]]
name = "stak-time"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71aad65754e921ab2d9720aab8f790d35631d972c6f8892aaa9bcb628a5f0dbd"
dependencies = [
"libc",
"stak-vm",
]
[[package]]
name = "stak-util"
version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09143be7dfad4b55b222a87a73b8becb27980f73a73f53076c255884a4d7c093"
dependencies = [
"libc",
]
[[package]]
name = "stak-vm"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10be7231b7ee33ae9b0c6877072f2e317a45e4b998c3e3360472142af1c596db"
dependencies = [
"cfg-exif",
"stak-code",
]