stak-macro 0.11.3

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

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

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

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

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

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

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

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

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

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

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

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