mstak-interpret 0.2.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 = "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 = "mstak-interpret"
version = "0.2.0"
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.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "605417e4a9a14636f18a4aa309a89f09fd5b49bc72fde4faebecbb5dd9c1ceba"

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

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

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

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

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

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