stak-macro 0.10.28

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

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

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

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

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

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

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

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

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

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

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

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

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