stak-macro 0.1.22

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.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "stak-code"
version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "116369303796370dd9abfa153798a5059baa7a9d1a01364dffbe5bd88c705025"

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

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

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

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

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

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

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