stak-macro 0.1.39

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.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b33eb56c327dec362a9e55b3ad14f9d2f0904fb5a5b03b513ab5465399e9f43"
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.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c053836fb455abf2a80d2a28e8e5959e5aadb9e443f46dd2c5586ea3d64a995"

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

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

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

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

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

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

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

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