mstak-interpret 0.4.0

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

[[package]]
name = "mstak-interpret"
version = "0.4.0"
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.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4467ac1740bad85fcdc16cd2a67c6a5f54daa89d6873aa2dffeb6cf7b1d14f6a"
dependencies = [
 "libc",
 "stak-vm",
]

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

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

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

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

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

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