stak-macro 0.1.38

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

[[package]]
name = "proc-macro2"
version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b"
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 = "stak-code"
version = "0.2.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38c9dbb336621c01086d6e809eb60748cbeea02f425fdf5116763ba9a2f5d6e6"

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

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

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

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

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

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

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

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