stak-macro 0.11.8

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

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

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

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

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

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

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

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

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

[[package]]
name = "stak-r7rs"
version = "0.11.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ae6dc07d401485b7e8a487140e00407eab0d73b9321ae9868617e59b9ddb897"
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.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2d9342cfc4d80e26de60f5f1b3df6e4584c3e34ba7683519a3c7114f4687dd3"
dependencies = [
 "stak-vm",
 "winter-maybe-async",
]

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

[[package]]
name = "stak-vm"
version = "0.11.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8aca4670b32c3a965b9b5aedefcf1dcd8d01677a016cdeedbc978ac983aa1b16"
dependencies = [
 "cfg-elif",
 "stak-util",
 "winter-maybe-async",
]

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