stak-macro 0.1.13

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.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
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.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bea18da681193545fc96b2c202494676b828e38d000158b1f4ed5f2b08c2f9b8"

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

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

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

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

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

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

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