stak-macro 0.1.21

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

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

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

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

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

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

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

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