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.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b9ef6195791423bb4f76fe400751fcaa8d2795bd713d785691c7355f1ec9069"
dependencies = [
"stak-configuration",
"stak-device",
"stak-file",
"stak-process-context",
"stak-r7rs",
"stak-time",
"stak-vm",
]
[[package]]
name = "stak-configuration"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09e507d76acb11753311745ab5747aceb4c0956aeb6c888a59af6b8eab0292d5"
[[package]]
name = "stak-device"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24f2c6342f5c54bb40660e11eac7b636109ea3a8fea283afa90085965276d114"
dependencies = [
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-file"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7807c5cfd397b5783c8993258d6251de6d41e1d244cfbcc5e7ff254fcbce4df"
dependencies = [
"heapless",
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-inexact"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2e5d1290b46544357b5821389a8e4c7975917fdd1de07a3c39b4da7673e6cd7"
dependencies = [
"libm",
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-macro"
version = "0.11.4"
dependencies = [
"cfg-elif",
"proc-macro2",
"quote",
"stak-compiler",
"stak-macro-util",
"syn",
]
[[package]]
name = "stak-macro-util"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5da7f27458854e2ad2022dc121172208994f7257c02ae0913195dc4ace2aef1a"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "stak-native"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "957a3911164781993fd0d1df6c5a3ee6bb30a9cd0eb241ae91375b5660b7392b"
dependencies = [
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-process-context"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c149c61fa20b1a7a7f09bcc6751157e95a6baa4ed0590bf72eb512a4036ea50"
dependencies = [
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-r7rs"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30840de1bffffb7a425618de8485f78405a26c95f705c8f76ea6f502fa8fd16a"
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.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0fca455730c1edb315f2247b2f19b8e0c6d93995c2b9471bab4746ccc91ca"
dependencies = [
"stak-vm",
"winter-maybe-async",
]
[[package]]
name = "stak-util"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6957d16b53c8d44d72f48b6de7e5d32a112dd30e5b73ea6393f8310f60945449"
dependencies = [
"cfg-elif",
"noop-executor",
]
[[package]]
name = "stak-vm"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f8fbf586e00f8909144a106f87c7e4339bc0197be6016bc2cfa2a061ebaa03b"
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",
]