stak-macro 0.1.16

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

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

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

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

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

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

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