mstak-interpret 0.4.27

Minimal Stak Scheme bytecode interpreter
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bitflags"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"

[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"

[[package]]
name = "cfg-elif"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a86fdde19924340ffa833dd033b700d817916d4f1b4f582631816e32bec6383"

[[package]]
name = "errno"
version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
dependencies = [
 "libc",
 "windows-sys",
]

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

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

[[package]]
name = "linux-raw-sys"
version = "0.4.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"

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

[[package]]
name = "rustix"
version = "0.38.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
dependencies = [
 "bitflags",
 "errno",
 "libc",
 "linux-raw-sys",
 "windows-sys",
]

[[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.98"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca41fbfdc125061fbc91cd2c7d4954880647621f2bbbf08c73d2e5231bba5e5b"
dependencies = [
 "rustix",
 "stak-vm",
]

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

[[package]]
name = "stak-inexact"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84aefe6d7c76d730854879ca751f34cd55dee59b6a933e73a630d2bf05122eaa"
dependencies = [
 "libm",
 "stak-vm",
]

[[package]]
name = "stak-native"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6451fd02683be71de0514b7b9a599f2d3ac3e2819365a8a3fca198cbecbad8e"
dependencies = [
 "stak-vm",
]

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

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

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

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

[[package]]
name = "stak-vm"
version = "0.7.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c5ca96dd5cbedbb5965eef2dfa809e87d55a5dc3b2c38c65798f8fa4a5dfd36"
dependencies = [
 "cfg-elif",
]

[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
 "windows-targets",
]

[[package]]
name = "windows-targets"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
 "windows_aarch64_gnullvm",
 "windows_aarch64_msvc",
 "windows_i686_gnu",
 "windows_i686_gnullvm",
 "windows_i686_msvc",
 "windows_x86_64_gnu",
 "windows_x86_64_gnullvm",
 "windows_x86_64_msvc",
]

[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"

[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"

[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"

[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"

[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"

[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"

[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"

[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"