mstak-interpret 0.4.12

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

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

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

[[package]]
name = "mstak-interpret"
version = "0.4.12"
dependencies = [
 "libc",
 "stak-device",
 "stak-file",
 "stak-process-context",
 "stak-r7rs",
 "stak-time",
 "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-device"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4283b8fccff20b00c3c4e057b17fd014618ac93f33277b57102c371caa050c"
dependencies = [
 "libc",
 "stak-vm",
]

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

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

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

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

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

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