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.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c9631f8ebf7c3b5f9e3199d2158babd5b9f500b8821c44fb2090101f14a9e92"
[[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.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1edcd5a338e64688fbdcb7531a846cfd3476a54784dcb918a0844682bc7ada5"
dependencies = [
"hash32",
"stable_deref_trait",
]
[[package]]
name = "libc"
version = "0.2.176"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
[[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.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
[[package]]
name = "mstak"
version = "0.5.46"
dependencies = [
"stak-sac",
]
[[package]]
name = "noop-executor"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2210df1456ef75748760c6c7edf157afeb1cb6d3878fa0a36274db1e2e615600"
[[package]]
name = "proc-macro2"
version = "1.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
dependencies = [
"proc-macro2",
]
[[package]]
name = "rustix"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
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-compiler"
version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e5f8cc82149133e8e726804ac8b2f3508030a01621e5725b0daf6afaf067280"
dependencies = [
"stak-configuration",
"stak-device",
"stak-file",
"stak-process-context",
"stak-r7rs",
"stak-time",
"stak-vm",
]
[[package]]
name = "stak-configuration"
version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29e3f67722119ab8d07d9f3cc867c5119416381625e8516148fb7a0df29b8b02"
[[package]]
name = "stak-device"
version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "663f0370c63983747cdc9ff42c0baa007a94f0fdcb69c6ba6739488fb82725d7"
dependencies = [
"rustix",
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-file"
version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5984160a4e6d4cc03b7e7a8d9e89440cb0e28013a08bd58ed3922a17507e10e"
dependencies = [
"heapless",
"rustix",
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-inexact"
version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f3567c1de83b3c99ee1a7f6d15ba0ed98c56e2822b40ac9e509ef437f086e58"
dependencies = [
"libm",
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-libc"
version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d83f51aedaf49d3ed63772662b2d42264266b612471a4bb320b83f2568324be8"
dependencies = [
"libc",
"rustix",
]
[[package]]
name = "stak-macro"
version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c0528c97349b98a31ea77818658616ed2cdb947f837e5e5693e5bff091ff65f"
dependencies = [
"cfg-elif",
"proc-macro2",
"quote",
"stak-compiler",
"stak-macro-util",
"syn",
]
[[package]]
name = "stak-macro-util"
version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d438a326931dc659f3faa0cd0534258456b7d14235db8cacfb4534e1ad0e36ea"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "stak-native"
version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d13c483b43c3027b08c09081743d0215d9451857ca8e9623ade815c783d208d"
dependencies = [
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-process-context"
version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36e55ccc518001a9ec740d0efe1b32de12bb4c36e3cf8c7b65425445a59135a7"
dependencies = [
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-r7rs"
version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45bd92f8238d9b4812682c435663f96d1d4450b82b337ce6409d111b5a7144e2"
dependencies = [
"stak-device",
"stak-file",
"stak-inexact",
"stak-native",
"stak-process-context",
"stak-time",
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-sac"
version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f51922a54467b46fc4cddd453dfe40f70146d1cefd805d6aae934d9dc6b2d66e"
dependencies = [
"libc",
"stak-configuration",
"stak-device",
"stak-file",
"stak-libc",
"stak-macro",
"stak-process-context",
"stak-r7rs",
"stak-time",
"stak-vm",
]
[[package]]
name = "stak-time"
version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c1b437680277ac6c49653e59b6d519c4bc6545885c389c1a47d9fa7afae7389"
dependencies = [
"rustix",
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-util"
version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0409b0cfd21ef057dfb6642095595fbf6325f67aeb52104eaa7dc64c3c9cae85"
dependencies = [
"cfg-elif",
"noop-executor",
]
[[package]]
name = "stak-vm"
version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6c690f11651866a565a29871cfc597206881ae091e449667df58608e96e527b"
dependencies = [
"cfg-elif",
"stak-util",
"winter-maybe-async",
]
[[package]]
name = "syn"
version = "2.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
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.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d31a19dae58475d019850e25b0170e94b16d382fbf6afee9c0e80fdc935e73e"
dependencies = [
"quote",
"syn",
]