stak-macro 0.10.26

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

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

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

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

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

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

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

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

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

[[package]]
name = "stak-r7rs"
version = "0.10.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85737d02c400f833bf72a21499caa971fb0e6cbec63e520c8a0912f7ad16e7ed"
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.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9975cbdfe311e08185ae1260f96fea988f88a7532dac1ff4fae62a9e6e74692c"
dependencies = [
 "stak-vm",
 "winter-maybe-async",
]

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

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

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