version = 4
[[package]]
name = "bitflags"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "cfg-elif"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48e4c88374f9089549688b990b079b53e13178ba952757332da543601c8f2313"
[[package]]
name = "errno"
version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
dependencies = [
"libc",
"windows-sys",
]
[[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.172"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
[[package]]
name = "libm"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
[[package]]
name = "linux-raw-sys"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db9c683daf087dc577b7506e9695b3d556a9f3849903fa28186283afd6809e9"
[[package]]
name = "mstak-interpret"
version = "0.5.22"
dependencies = [
"libc",
"stak-device",
"stak-file",
"stak-libc",
"stak-process-context",
"stak-r7rs",
"stak-time",
"stak-vm",
]
[[package]]
name = "noop-executor"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d38c94f32c818a514051ceac7c15c85f37c9977c0075c791f26a12426ca6032"
[[package]]
name = "proc-macro2"
version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
dependencies = [
"proc-macro2",
]
[[package]]
name = "rustix"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
dependencies = [
"bitflags",
"errno",
"libc",
"linux-raw-sys",
"windows-sys",
]
[[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.10.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c831deb0f2fa9ffbc37551ff790f30f3ddaf7148d7277f8e66f2c83060d3603"
dependencies = [
"rustix",
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-file"
version = "0.10.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4742807b55fa12e0615a9c86866f8b192a59c8aa895db2c730fb239d57036702"
dependencies = [
"heapless",
"rustix",
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-inexact"
version = "0.10.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df4413339ca0bf7cfcb433471b566c557d6f7341829716c7cd752cd3d68331a4"
dependencies = [
"libm",
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-libc"
version = "0.10.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8c1b8489ff5f287d5f46e2387caac38c197a6a27710dde3d26ab43f21a0b39e"
dependencies = [
"libc",
"rustix",
]
[[package]]
name = "stak-native"
version = "0.10.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c38ce34373ab3ea93f94511e7c6f5bf2ca5b1a54877fd6dbe2c1cbf15cebb2da"
dependencies = [
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-process-context"
version = "0.10.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc399a4f133a6742ef786fe78b5bb8355a2c395e075f529c1b7dfdb703ffd427"
dependencies = [
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-r7rs"
version = "0.10.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f23569c1ce2746b4ea40071f4d20e258a278bd11edcc9d88833d5069a28e89b9"
dependencies = [
"stak-device",
"stak-file",
"stak-inexact",
"stak-native",
"stak-process-context",
"stak-time",
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-time"
version = "0.10.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85c190cdd6c7781bf2df5c6caaec7bb5e03aa3f4c29b08bc0d1562dc62da8ccb"
dependencies = [
"rustix",
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-util"
version = "0.10.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfca9655598903f3aa38f9a2b42825e0d8790e334f4df0d81d2452427f7a271d"
dependencies = [
"cfg-elif",
"noop-executor",
]
[[package]]
name = "stak-vm"
version = "0.10.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63cb0decec021748968214c96711c88280bee9694338cce8fce7e8a4471b57cb"
dependencies = [
"cfg-elif",
"stak-util",
"winter-maybe-async",
]
[[package]]
name = "syn"
version = "2.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "unicode-ident"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_gnullvm",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "winter-maybe-async"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaa132be74e602b707f1dab5a69c38496445e54ee940e7c281c02b15007241bd"
dependencies = [
"quote",
"syn",
]