stak-macro 0.1.42

Macros to integrate Stak Scheme
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"

[[package]]
name = "hash32"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
dependencies = [
 "byteorder",
]

[[package]]
name = "heapless"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
dependencies = [
 "hash32",
 "stable_deref_trait",
]

[[package]]
name = "proc-macro2"
version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23"
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 = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"

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

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

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

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

[[package]]
name = "stak-file"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9300c8f291a8a1aecf866f419daeaf2e15194010d75b31f8b87778e66508b0ef"

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

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

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

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