2023-04-17 07:31:18 -05:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2024-10-12 08:04:58 -05:00
|
|
|
version = 4
|
2023-04-17 07:31:18 -05:00
|
|
|
|
2024-10-04 14:44:29 -05:00
|
|
|
[[package]]
|
2024-10-08 17:17:48 -05:00
|
|
|
name = "ahash"
|
|
|
|
version = "0.8.11"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-08 17:17:48 -05:00
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
2024-10-04 14:44:29 -05:00
|
|
|
dependencies = [
|
2024-10-08 17:17:48 -05:00
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
"zerocopy",
|
2024-09-20 12:01:44 -05:00
|
|
|
]
|
|
|
|
|
2024-09-27 09:53:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
|
|
|
version = "0.2.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
|
|
|
|
|
2024-10-13 05:25:12 -05:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
|
|
|
version = "1.0.89"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
|
|
|
2024-10-08 17:17:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
|
|
|
|
2024-09-20 12:01:44 -05:00
|
|
|
[[package]]
|
2024-10-05 16:07:33 -05:00
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
|
|
dependencies = [
|
|
|
|
"allocator-api2",
|
2024-09-20 12:01:44 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
2024-10-08 17:17:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2024-10-08 17:17:48 -05:00
|
|
|
|
2024-10-13 05:25:12 -05:00
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
2024-10-13 05:25:12 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2024-10-13 05:25:12 -05:00
|
|
|
|
2024-10-08 17:17:48 -05:00
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "fallible-iterator"
|
|
|
|
version = "0.2.0"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
2024-10-04 14:44:29 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "gimli"
|
|
|
|
version = "0.26.2"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
|
2024-10-08 17:17:48 -05:00
|
|
|
dependencies = [
|
2024-11-07 01:52:41 -06:00
|
|
|
"fallible-iterator",
|
|
|
|
"indexmap 1.9.3",
|
|
|
|
"stable_deref_trait",
|
2024-10-08 17:17:48 -05:00
|
|
|
]
|
2024-10-04 14:44:29 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.12.3"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2024-09-20 12:01:44 -05:00
|
|
|
|
2024-09-19 06:40:03 -05:00
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.14.5"
|
2024-09-19 06:40:03 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2024-10-08 17:17:48 -05:00
|
|
|
dependencies = [
|
2024-11-07 01:52:41 -06:00
|
|
|
"ahash",
|
2024-10-08 17:17:48 -05:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.15.0"
|
2024-10-08 17:17:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
|
2024-10-08 17:17:48 -05:00
|
|
|
dependencies = [
|
2024-11-07 01:52:41 -06:00
|
|
|
"allocator-api2",
|
2024-10-08 17:17:48 -05:00
|
|
|
]
|
2024-09-19 06:40:03 -05:00
|
|
|
|
2024-10-12 14:25:37 -05:00
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "hbbytecode"
|
|
|
|
version = "0.1.0"
|
2024-10-12 14:25:37 -05:00
|
|
|
|
2024-10-14 15:04:18 -05:00
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "hblang"
|
|
|
|
version = "0.1.0"
|
2024-10-14 15:04:18 -05:00
|
|
|
dependencies = [
|
2024-11-07 01:52:41 -06:00
|
|
|
"hashbrown 0.15.0",
|
|
|
|
"hbbytecode",
|
|
|
|
"hbvm",
|
|
|
|
"log",
|
|
|
|
"regalloc2",
|
2024-10-14 15:04:18 -05:00
|
|
|
]
|
|
|
|
|
2024-09-19 06:40:03 -05:00
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "hbvm"
|
|
|
|
version = "0.1.0"
|
2024-10-08 17:17:48 -05:00
|
|
|
dependencies = [
|
2024-11-07 01:52:41 -06:00
|
|
|
"hbbytecode",
|
2024-10-08 17:17:48 -05:00
|
|
|
]
|
2024-10-04 14:44:29 -05:00
|
|
|
|
2024-10-14 15:04:18 -05:00
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "hbxrt"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"hbvm",
|
|
|
|
"memmap2",
|
|
|
|
]
|
2024-10-14 15:04:18 -05:00
|
|
|
|
2024-10-13 05:25:12 -05:00
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "heck"
|
|
|
|
version = "0.5.0"
|
2024-10-13 05:25:12 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2024-10-13 05:25:12 -05:00
|
|
|
|
2024-10-14 06:25:38 -05:00
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "id-arena"
|
|
|
|
version = "2.2.1"
|
2024-10-14 06:25:38 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
|
2024-10-14 06:25:38 -05:00
|
|
|
|
2024-10-04 14:44:29 -05:00
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "indexmap"
|
|
|
|
version = "1.9.3"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2024-10-04 14:44:29 -05:00
|
|
|
dependencies = [
|
2024-11-07 01:52:41 -06:00
|
|
|
"autocfg",
|
|
|
|
"hashbrown 0.12.3",
|
2024-10-04 14:44:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "indexmap"
|
|
|
|
version = "2.6.0"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
|
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown 0.15.0",
|
|
|
|
"serde",
|
|
|
|
]
|
2024-10-04 14:44:29 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "leb128"
|
|
|
|
version = "0.2.5"
|
2024-10-04 14:44:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
|
2024-10-08 17:17:48 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "libc"
|
|
|
|
version = "0.2.159"
|
2024-10-08 17:17:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
|
2024-10-08 17:17:48 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "log"
|
|
|
|
version = "0.4.22"
|
2024-10-08 17:17:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2024-10-08 17:17:48 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "memmap2"
|
|
|
|
version = "0.9.5"
|
2024-10-08 17:17:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
|
2024-10-08 17:17:48 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2024-10-04 14:44:29 -05:00
|
|
|
|
2024-10-14 15:04:18 -05:00
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "once_cell"
|
|
|
|
version = "1.20.2"
|
2024-10-14 15:04:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2024-10-14 15:04:18 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "proc-macro2"
|
|
|
|
version = "1.0.87"
|
2024-10-14 15:04:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a"
|
2024-10-14 15:04:18 -05:00
|
|
|
dependencies = [
|
2024-11-07 01:52:41 -06:00
|
|
|
"unicode-ident",
|
2024-10-14 15:04:18 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "quote"
|
|
|
|
version = "1.0.37"
|
2024-10-14 15:04:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
2024-10-14 15:04:18 -05:00
|
|
|
dependencies = [
|
2024-11-07 01:52:41 -06:00
|
|
|
"proc-macro2",
|
2024-10-14 15:04:18 -05:00
|
|
|
]
|
|
|
|
|
2024-10-04 14:44:29 -05:00
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "regalloc2"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "git+https://github.com/jakubDoka/regalloc2?branch=reuse-allocations#21c43e3ee182824e92e2b25f1d3c03ed47f9c02b"
|
2024-10-08 17:17:48 -05:00
|
|
|
dependencies = [
|
2024-11-07 01:52:41 -06:00
|
|
|
"allocator-api2",
|
|
|
|
"bumpalo",
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
"log",
|
|
|
|
"rustc-hash",
|
|
|
|
"smallvec",
|
2024-10-08 17:17:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "rustc-hash"
|
|
|
|
version = "2.0.0"
|
2024-10-08 17:17:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
|
2024-10-08 17:17:48 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "semver"
|
|
|
|
version = "1.0.23"
|
2024-10-08 17:17:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
2024-10-08 17:17:48 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "serde"
|
|
|
|
version = "1.0.210"
|
2024-10-08 17:17:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
|
2024-10-05 16:07:33 -05:00
|
|
|
dependencies = [
|
2024-11-07 01:52:41 -06:00
|
|
|
"serde_derive",
|
2024-10-05 16:07:33 -05:00
|
|
|
]
|
2024-10-04 14:44:29 -05:00
|
|
|
|
2024-10-08 17:17:48 -05:00
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "serde_derive"
|
|
|
|
version = "1.0.210"
|
2024-10-08 17:17:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
|
2024-10-08 17:17:48 -05:00
|
|
|
dependencies = [
|
2024-11-07 01:52:41 -06:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2024-10-08 17:17:48 -05:00
|
|
|
]
|
|
|
|
|
2024-10-14 06:25:38 -05:00
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "smallvec"
|
|
|
|
version = "1.13.2"
|
2024-10-08 17:17:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2024-10-08 17:17:48 -05:00
|
|
|
|
2024-10-14 15:04:18 -05:00
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
2024-10-14 15:04:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
2024-10-14 15:04:18 -05:00
|
|
|
|
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "syn"
|
|
|
|
version = "2.0.79"
|
2024-10-14 15:04:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
2024-10-14 15:04:18 -05:00
|
|
|
|
2024-10-08 17:17:48 -05:00
|
|
|
[[package]]
|
2024-11-07 01:52:41 -06:00
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.13"
|
2024-10-08 17:17:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-07 01:52:41 -06:00
|
|
|
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
2024-10-08 17:17:48 -05:00
|
|
|
|
2024-10-04 14:44:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
|
|
|
2024-10-13 05:25:12 -05:00
|
|
|
[[package]]
|
|
|
|
name = "walrus"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d68aa3c7b80be75c8458fc087453e5a31a226cfffede2e9b932393b2ea1c624a"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2024-11-07 01:52:41 -06:00
|
|
|
"gimli",
|
2024-10-13 05:25:12 -05:00
|
|
|
"id-arena",
|
|
|
|
"leb128",
|
|
|
|
"log",
|
|
|
|
"walrus-macro",
|
|
|
|
"wasm-encoder",
|
|
|
|
"wasmparser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walrus-macro"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ad39ff894c43c9649fa724cdde9a6fc50b855d517ef071a93e5df82fe51d3"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-encoder"
|
|
|
|
version = "0.212.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "501940df4418b8929eb6d52f1aade1fdd15a5b86c92453cb696e3c906bd3fc33"
|
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
|
|
|
version = "0.212.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d28bc49ba1e5c5b61ffa7a2eace10820443c4b7d1c0b144109261d14570fdf8"
|
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
"bitflags",
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
"indexmap 2.6.0",
|
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-10-18 05:14:24 -05:00
|
|
|
[[package]]
|
|
|
|
name = "xtask"
|
|
|
|
version = "0.1.0"
|
2024-10-13 05:25:12 -05:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"walrus",
|
|
|
|
]
|
2024-10-08 17:17:48 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.7.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.7.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|