stak-macro 0.10.11

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

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

[[package]]
name = "cfg-elif"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48e4c88374f9089549688b990b079b53e13178ba952757332da543601c8f2313"

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

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

[[package]]
name = "quote"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
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-compiler"
version = "0.10.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "602dcf0e306f51ec4ed2fc189a0b75fa829c3f2ea3e1119739057b01ec7fd579"
dependencies = [
 "stak-configuration",
 "stak-device",
 "stak-file",
 "stak-process-context",
 "stak-r7rs",
 "stak-time",
 "stak-vm",
]

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

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

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

[[package]]
name = "stak-inexact"
version = "0.10.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2de99f9560061367bc4e528a95f3875ad94585b35ddeb420497b94819b08e5c"
dependencies = [
 "libm",
 "stak-vm",
]

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

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

[[package]]
name = "stak-native"
version = "0.10.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9c485da7b1b5f141271bb3b1ff80b7f2aecbf4103381fce9150bcae3d238b23"
dependencies = [
 "stak-vm",
]

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

[[package]]
name = "stak-r7rs"
version = "0.10.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb98bd15a08c2cbf67fe7db58f82a602a269f7cb4ff14e5c0426203f9e71fffc"
dependencies = [
 "stak-device",
 "stak-file",
 "stak-inexact",
 "stak-native",
 "stak-process-context",
 "stak-time",
 "stak-vm",
]

[[package]]
name = "stak-time"
version = "0.10.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4e8ec211deb67bbf1863bb86ba744f4e9bde557481c8050b11ff98316332dfe"
dependencies = [
 "stak-vm",
]

[[package]]
name = "stak-vm"
version = "0.10.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "674d9383c6c46aab745655de3737e7ff63c85948c52a207614cc2d44538eabd9"
dependencies = [
 "cfg-elif",
]

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

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