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.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48e4c88374f9089549688b990b079b53e13178ba952757332da543601c8f2313"
[[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 = "libm"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
[[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 = "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.10.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f3db419c2cd3235f9fb085f73ada2c3c94c51c02855272437de0c5ba3279bf2"
dependencies = [
"stak-configuration",
"stak-device",
"stak-file",
"stak-process-context",
"stak-r7rs",
"stak-time",
"stak-vm",
]
[[package]]
name = "stak-configuration"
version = "0.10.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "874a9fb78091f36e8af4beb67f3b52aab8327e43a3b57c97d75f83b18a61ff98"
[[package]]
name = "stak-device"
version = "0.10.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4f799ad438b69379cb6282beaaa0f54250182f4561e531326fa72dd0b87093c"
dependencies = [
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-file"
version = "0.10.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f70538f101d9a6db4f8c3e4ccb00a5d2980b400339671aece86a7a165c890107"
dependencies = [
"heapless",
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-inexact"
version = "0.10.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15bc02b53fc58649c528b54428dcf8940f5ea3f3c3f44296629e47127520e198"
dependencies = [
"libm",
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-macro"
version = "0.10.33"
dependencies = [
"cfg-elif",
"proc-macro2",
"quote",
"stak-compiler",
"stak-macro-util",
"syn",
]
[[package]]
name = "stak-macro-util"
version = "0.10.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc978e81cf44d3cfc91a8d62f061f4b82f2ec12ae16a1c358733326dbbbd13c9"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "stak-native"
version = "0.10.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4815607c7aad73279e8f348a4e2b237effd0f79d1f47723069f85d2524de06c"
dependencies = [
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-process-context"
version = "0.10.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99f49a7ebf9373f2560e9bdef5fc0a081b268fbf53a6f307f81b0ace10c96454"
dependencies = [
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-r7rs"
version = "0.10.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c35359ec52977372646e8450cbb20584e0c9f1fb6fefff181e25e53cd8e0874"
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.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "560dbe2bca4d1bab30d0285713810d01afa90a4ebbcf9a05fd713cc6bcf5c47e"
dependencies = [
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-util"
version = "0.10.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af2b168eeb97c0965b780fd759d224692e3bb0f1b866f325d6d3c20fe8ee9dff"
dependencies = [
"cfg-elif",
"noop-executor",
]
[[package]]
name = "stak-vm"
version = "0.10.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bb7d210ca71b91740da6fd9e162175d2fe189999c3edc251e5dd42d4fec90a0"
dependencies = [
"cfg-elif",
"stak-util",
"winter-maybe-async",
]
[[package]]
name = "syn"
version = "2.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
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",
]