stak-macro 0.1.35

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.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b"
dependencies = [
 "unicode-ident",
]

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

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

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

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

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

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

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

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

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

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