stak-macro 0.1.10

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.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6236a3430ce806562973aeadf9614baa771cf9de4c597378bd7c5f7a532e921d"

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

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

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

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

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

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