stak-macro 0.1.46

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

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

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

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

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

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

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

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

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

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

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