stak-macro 0.1.25

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

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

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

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

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

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

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

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

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