version = 4
[[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 = "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 = "libm"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
[[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.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
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 = "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.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1edb3c7a2346b824c4ac61159d5d2625c541822839e3912137646b9a66c37058"
dependencies = [
"stak-configuration",
"stak-device",
"stak-file",
"stak-process-context",
"stak-r7rs",
"stak-time",
"stak-vm",
]
[[package]]
name = "stak-configuration"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a1b88cd7e156bb8c76e0d632f8645f7dafd914b35de07af48916f13ef70102c"
[[package]]
name = "stak-device"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81b33b4c73e8432a4dbbdd8c1f713731d9104473fe66e79379f55f62f25c91dd"
dependencies = [
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-file"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc7595e8e7ed4c68eb38598314abf5ae5a1e5129794eb0b0800c294ee4dfbb8d"
dependencies = [
"heapless",
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-inexact"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b7f4a4f76d0d28ab7881a0a1169845dd9d0782bc930485fe90c837d51cea6e7"
dependencies = [
"libm",
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-macro"
version = "0.11.9"
dependencies = [
"cfg-elif",
"proc-macro2",
"quote",
"stak-compiler",
"stak-macro-util",
"syn",
]
[[package]]
name = "stak-macro-util"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98254c85cc0c30962fe78f03bea992b8163f58015d8e1d8317ba4fd480856b22"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "stak-native"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49411715d56356e93438f5b9d5dd47fefbe2ad0b648fa159695bec4a5125444d"
dependencies = [
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-process-context"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e5eb45711d650dc73faad10b5908dae57e60fbec7b572173312be3ee5568cc6"
dependencies = [
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-r7rs"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e91a930e25fb884b7df48f354ceb344ac6ba0e135d80ce42eccc592487d0d74"
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.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0611756343d163253034c45a4347a52e0529d1c826197bb72ed0ba98d170239"
dependencies = [
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-util"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2af34296f268506797adaf72898fecf5798f8714f721a85f4b741403b580504a"
dependencies = [
"cfg-elif",
"noop-executor",
]
[[package]]
name = "stak-vm"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "438dfbd153e96592b59913b22e8af26beda2f891920456df36c4fd60117e5002"
dependencies = [
"cfg-elif",
"stak-util",
"winter-maybe-async",
]
[[package]]
name = "syn"
version = "2.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f17c7e013e88258aa9543dcbe81aca68a667a9ac37cd69c9fbc07858bfe0e2f"
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 = "winter-maybe-async"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d31a19dae58475d019850e25b0170e94b16d382fbf6afee9c0e80fdc935e73e"
dependencies = [
"quote",
"syn",
]