mstak-interpret 0.2.14

Minimal Stak Scheme bytecode interpreter
# 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 = "libc"
version = "0.2.154"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"

[[package]]
name = "libm"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"

[[package]]
name = "mstak-interpret"
version = "0.2.14"
dependencies = [
 "libc",
 "stak-device",
 "stak-file",
 "stak-primitive",
 "stak-process-context",
 "stak-util",
 "stak-vm",
]

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

[[package]]
name = "stak-device"
version = "0.2.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "426d757e4f22627c30069ca88d3ab5fc097db943d9654d1bbc7819b7733e822f"
dependencies = [
 "libc",
]

[[package]]
name = "stak-file"
version = "0.4.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc3adf97afc0635f986271129e5c1be125def779e52c16d99331843e39c24292"
dependencies = [
 "libc",
]

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

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

[[package]]
name = "stak-util"
version = "0.1.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f71523ec6dda548ac85c422a2f8fce56ccb9f93a0ba5efe9cae105cd9df1acef"
dependencies = [
 "libc",
]

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