stak-macro 0.1.23

Macros to integrate Stak Scheme
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "proc-macro2"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
dependencies = [
 "proc-macro2",
]

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

[[package]]
name = "stak-compiler"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edd4564f0769a32a2d33755c5dfe95a508fc81cbaa4afb4e66c06f55d4097f1e"
dependencies = [
 "stak-configuration",
 "stak-device",
 "stak-primitive",
 "stak-vm",
]

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

[[package]]
name = "stak-device"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68e5f9b8c22c13e0f5358a276a562bf9c9dfbfdc171609d8d5806aef8f440dbc"

[[package]]
name = "stak-macro"
version = "0.1.23"
dependencies = [
 "proc-macro2",
 "quote",
 "stak-compiler",
 "syn",
]

[[package]]
name = "stak-primitive"
version = "0.2.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2a1df8ff207120e9de3a6e6796b8adc9f042a5d309f293a2ae699131ae47ce2"
dependencies = [
 "stak-device",
 "stak-vm",
]

[[package]]
name = "stak-vm"
version = "0.3.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52e50e814f7d057f46d93df3b31c2c5748f937135e56b2890701504a2adc83f"
dependencies = [
 "stak-code",
]

[[package]]
name = "syn"
version = "2.0.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"