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.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
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.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9697148d88711b2a42614027e5b2d41579c8de0aee951a8dbd21393104021f3"
dependencies = [
"stak-configuration",
"stak-device",
"stak-file",
"stak-process-context",
"stak-r7rs",
"stak-time",
"stak-vm",
]
[[package]]
name = "stak-configuration"
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78bb90f838fbf15961899508ed2403154a109f9561d2beab2695a5b4f0cf4701"
[[package]]
name = "stak-device"
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2710a365d2bcda2f143fd08d4784e0f66b2039cdcb46380a044f7c9d402f865"
dependencies = [
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-file"
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15ab701a9bf5ef451313c2ee086984184b519c790ac5bc3b6f0726c42df614d2"
dependencies = [
"heapless",
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-inexact"
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c347abe10b25fa800239332342e31321c358c0c58e66465492500288afd5dcd"
dependencies = [
"libm",
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-macro"
version = "0.11.5"
dependencies = [
"cfg-elif",
"proc-macro2",
"quote",
"stak-compiler",
"stak-macro-util",
"syn",
]
[[package]]
name = "stak-macro-util"
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e18543ce56ac08e4a57484186e520c56bc7df76b66cba2f70bc5a27fb778c57"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "stak-native"
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8c4b752c0618992f2642722ea019eed671b4dcaa7b97070b9aa151f1cf006bc"
dependencies = [
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-process-context"
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a97f988e96a95ddff6caeebdb6a3181b39955d8603acf427dc8f6f126c47a32f"
dependencies = [
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-r7rs"
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c12539f40fae7fa5fdd687c4e42278fe04c1bfe23d1b752c966597af3950810"
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.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0393f809d681282c58e6926a2e82da2c0ce97d19f925e76e448f6099c070b076"
dependencies = [
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-util"
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "522fdb83b18c66bae6db8d68e0684a770492f9c42d3ebb98e8c8efe7d6773891"
dependencies = [
"cfg-elif",
"noop-executor",
]
[[package]]
name = "stak-vm"
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6f148a29c51c56b9840b0d180a84b866ba125c5f1833b7358b7ce47e74fab1b"
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 = "winter-maybe-async"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d31a19dae58475d019850e25b0170e94b16d382fbf6afee9c0e80fdc935e73e"
dependencies = [
"quote",
"syn",
]