stak-macro 0.11.0

Macros to integrate Stak Scheme
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
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.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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d38c94f32c818a514051ceac7c15c85f37c9977c0075c791f26a12426ca6032"

[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b7b6a7fb7f403f281d238b490f9f053e86ca4b46059908d408b56d232194c98"
dependencies = [
 "stak-configuration",
 "stak-device",
 "stak-file",
 "stak-process-context",
 "stak-r7rs",
 "stak-time",
 "stak-vm",
]

[[package]]
name = "stak-configuration"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d7aee603a002e40aa27900d168064316a203bd78ddcd4b582f86605c0ce5091"

[[package]]
name = "stak-device"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3384bcce29ed31b0750cd7254c89f9e3c36d4d219c2891a7356ad35351a0f3ca"
dependencies = [
 "stak-vm",
 "winter-maybe-async",
]

[[package]]
name = "stak-file"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca9430f5dd6bc5045a760f44b47c75a532129e3a8785c6057989e2fb2d67f64a"
dependencies = [
 "heapless",
 "stak-vm",
 "winter-maybe-async",
]

[[package]]
name = "stak-inexact"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ff2fc07a393b1c7d40247823fdc173a79dcd9b1d943d62e3b446c40a8f91fc0"
dependencies = [
 "libm",
 "stak-vm",
 "winter-maybe-async",
]

[[package]]
name = "stak-macro"
version = "0.11.0"
dependencies = [
 "cfg-elif",
 "proc-macro2",
 "quote",
 "stak-compiler",
 "stak-macro-util",
 "syn",
]

[[package]]
name = "stak-macro-util"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cae778c97048b12e7671da6c437a6414fe811d1c6b427d5fa6a3e449e1a740f8"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "stak-native"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e66816fe85ab5608c2028002b19df13207f43347d0f11f18a37dd3726c6b0bd5"
dependencies = [
 "stak-vm",
 "winter-maybe-async",
]

[[package]]
name = "stak-process-context"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22278f927e86a1c551de7bb055ea316a40ad263b2f67909bf8e0f69c30071a31"
dependencies = [
 "stak-vm",
 "winter-maybe-async",
]

[[package]]
name = "stak-r7rs"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e3db0eb52956add2052b7f05d9a4f7caefa8f8b075883ef5ddd80eba2da45d6"
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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2542d1a431442785c1606a909098401bb7ab4f056c809b1666f51a50b4241f06"
dependencies = [
 "stak-vm",
 "winter-maybe-async",
]

[[package]]
name = "stak-util"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c99f430ecdce8f05c5bd073f14e53135b72ae9e5cfe8b635a362f29c71138b4"
dependencies = [
 "cfg-elif",
 "noop-executor",
]

[[package]]
name = "stak-vm"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6cb97d91cc50d404e496a69f3a6ec69e537c6e53df687552f97f85c76e1bee6"
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",
]