stak-macro 0.1.60

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 = "cfg-exif"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcdfe3b5f3997edf006fb6d77713fc63d4c6789adc50a44e7bfd074e7e8337b1"

[[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 = "libm"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"

[[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.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
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.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ece0de9b9bc35575bcc58031d11586c20be887e02f82fd267aa00375bbe33d3"

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

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

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

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

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

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

[[package]]
name = "stak-process-context"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6c945b7e1ce131a0fc22e3db1b9b9d07330b4122b875b6c9ce29c70283842d8"
dependencies = [
 "stak-vm",
]

[[package]]
name = "stak-r7rs"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b1f6bb7f507c2809c977f058622d02858d34b4ca20fe1452b551c4e735b5c2a"
dependencies = [
 "libm",
 "stak-device",
 "stak-file",
 "stak-process-context",
 "stak-vm",
]

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

[[package]]
name = "syn"
version = "2.0.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"