stak-macro 0.1.5

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

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

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

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

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

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

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

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