stak-macro 0.10.21

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.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
dependencies = [
 "hash32",
 "stable_deref_trait",
]

[[package]]
name = "libm"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9627da5196e5d8ed0b0495e61e518847578da83483c37288316d9b2e03a7f72"

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

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

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

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

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

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

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

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

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

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

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

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

[[package]]
name = "syn"
version = "2.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
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.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaa132be74e602b707f1dab5a69c38496445e54ee940e7c281c02b15007241bd"
dependencies = [
 "quote",
 "syn",
]