105 lines
2.7 KiB
TOML
105 lines
2.7 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "2.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
|
|
|
[[package]]
|
|
name = "bumpalo"
|
|
version = "3.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
|
|
[[package]]
|
|
name = "equivalent"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
|
|
|
|
[[package]]
|
|
name = "indexmap"
|
|
version = "2.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
|
|
dependencies = [
|
|
"equivalent",
|
|
"hashbrown",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lang"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"wat",
|
|
]
|
|
|
|
[[package]]
|
|
name = "leb128"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "2.7.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
|
|
[[package]]
|
|
name = "unicode-width"
|
|
version = "0.1.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
|
|
|
|
[[package]]
|
|
name = "wasm-encoder"
|
|
version = "0.219.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "29cbbd772edcb8e7d524a82ee8cef8dd046fc14033796a754c3ad246d019fa54"
|
|
dependencies = [
|
|
"leb128",
|
|
"wasmparser",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmparser"
|
|
version = "0.219.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c771866898879073c53b565a6c7b49953795159836714ac56a5befb581227c5"
|
|
dependencies = [
|
|
"bitflags",
|
|
"indexmap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wast"
|
|
version = "219.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4f79a9d9df79986a68689a6b40bcc8d5d40d807487b235bebc2ac69a242b54a1"
|
|
dependencies = [
|
|
"bumpalo",
|
|
"leb128",
|
|
"memchr",
|
|
"unicode-width",
|
|
"wasm-encoder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wat"
|
|
version = "1.219.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8bc3cf014fb336883a411cd662f987abf6a1d2a27f2f0008616a0070bbf6bd0d"
|
|
dependencies = [
|
|
"wast",
|
|
]
|