stak-macro 0.1.27

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.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "stak-code"
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54d58d8aa6729f8ce8e8dc670e955531002c03bebc95c3824c9fba8f73067115"

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

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

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

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

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

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

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