stak-macro 0.1.34

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

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

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

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

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

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

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

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

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