mstak-interpret 0.2.4

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-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

[[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.4"
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.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1af0bd77fc4c3984afee30e0c76d0a278591c4b6eda009aa8f266c9fd124ad08"

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

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

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

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

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

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