stak-macro 0.1.44

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.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
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.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "605417e4a9a14636f18a4aa309a89f09fd5b49bc72fde4faebecbb5dd9c1ceba"

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

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

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

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

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

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

[[package]]
name = "stak-primitive"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6801aae340a4c69e3295434f45c43cc47b85ee756dba8ba4cd636bd8e10dab35"
dependencies = [
 "heapless",
 "stak-device",
 "stak-file",
 "stak-process-context",
 "stak-vm",
]

[[package]]
name = "stak-process-context"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4c444628e61834c6dc7aac8ec732028333db4b590670e32dde7e7bfe4e1c09a"

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

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