stak-macro 0.1.40

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

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

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

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

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

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

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

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

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