swamp-vm 0.2.13

Minimial virtual machine
Documentation
# 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 = "fixed32"
version = "0.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2684e63ac0834684f5eed6a71d6902dbd1b7721fb55aea211e795255e7fb1a3"

[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
 "byteorder",
]

[[package]]
name = "hashmap-mem"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32905730b9b5de9720505016942d44c41b27c4ee68a24457106d15db74bf925f"
dependencies = [
 "fxhash",
]

[[package]]
name = "once_cell"
version = "1.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"

[[package]]
name = "pin-project-lite"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"

[[package]]
name = "proc-macro2"
version = "1.0.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "seq-fmt"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53c590392453030c0114e051a02cc7a222b63f329307eeed91f95e3a548bfe5a"

[[package]]
name = "source-map-node"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "887dcab6267ff08d124864e1e0c49170a6881cf49d4deb2d6a0109d72a083a3f"

[[package]]
name = "sparse-mem"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8813ff844956e45610b7c33d2dc250bbf06c534fa2e8bf54c0735a8d33ff2e18"

[[package]]
name = "squirrel-prng"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41f08241958ab06f8afaaf7e54b8a96cd68d69b222a4461275d832e97f19914d"

[[package]]
name = "swamp-vm"
version = "0.2.13"
dependencies = [
 "fixed32",
 "hashmap-mem",
 "sparse-mem",
 "squirrel-prng",
 "swamp-vm-types",
 "tinter",
]

[[package]]
name = "swamp-vm-types"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "543f1da02e9e3065f05b37ce8f98c052b93decbe9bd70e546a7266d7cc37e8a9"
dependencies = [
 "hashmap-mem",
 "seq-fmt",
 "source-map-node",
 "tinter",
 "tracing",
 "yansi",
]

[[package]]
name = "syn"
version = "2.0.98"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "tinter"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2c8ae48322900422f9b302c8e42652a6abae47740f6d8cecfd60a5ef8f2857c"

[[package]]
name = "tracing"
version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
dependencies = [
 "pin-project-lite",
 "tracing-attributes",
 "tracing-core",
]

[[package]]
name = "tracing-attributes"
version = "0.1.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "tracing-core"
version = "0.1.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
dependencies = [
 "once_cell",
]

[[package]]
name = "unicode-ident"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe"

[[package]]
name = "yansi"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"