Skip to main content

Cargo.lock

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "adler2"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"

[[package]]
name = "aho-corasick"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
dependencies = [
 "memchr",
]

[[package]]
name = "allocator-api2"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"

[[package]]
name = "anyhow"
version = "1.0.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"

[[package]]
name = "append-only-vec"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2114736faba96bcd79595c700d03183f61357b9fbce14852515e59f3bee4ed4a"

[[package]]
name = "arcstr"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03918c3dbd7701a85c6b9887732e2921175f26c350b4563841d0958c21d57e6d"

[[package]]
name = "arrayref"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"

[[package]]
name = "arrayvec"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"

[[package]]
name = "async-scoped"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4042078ea593edffc452eef14e99fdb2b120caa4ad9618bcdeabc4a023b98740"
dependencies = [
 "futures",
 "pin-project",
 "tokio",
]

[[package]]
name = "async-trait"
version = "0.1.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "autocfg"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"

[[package]]
name = "base-encode"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a17bd29f7c70f32e9387f4d4acfa5ea7b7749ef784fb78cf382df97069337b8c"

[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"

[[package]]
name = "base64-simd"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
dependencies = [
 "outref",
 "vsimd",
]

[[package]]
name = "bit-set"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
dependencies = [
 "bit-vec",
]

[[package]]
name = "bit-vec"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"

[[package]]
name = "bitflags"
version = "2.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
dependencies = [
 "serde_core",
]

[[package]]
name = "blake3"
version = "1.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0aa83c34e62843d924f905e0f5c866eb1dd6545fc4d719e803d9ba6030371fce"
dependencies = [
 "arrayref",
 "arrayvec",
 "cc",
 "cfg-if",
 "constant_time_eq",
 "cpufeatures 0.3.0",
]

[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
 "generic-array",
]

[[package]]
name = "block-buffer"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
dependencies = [
 "hybrid-array",
]

[[package]]
name = "bumpalo"
version = "3.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"

[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"

[[package]]
name = "castaway"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
dependencies = [
 "rustversion",
]

[[package]]
name = "cc"
version = "1.2.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dad887fd958be91b5098c0248def011f4523ab786cd411be668777e55063501f"
dependencies = [
 "find-msvc-tools",
 "shlex",
]

[[package]]
name = "cfb"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
dependencies = [
 "byteorder",
 "fnv",
 "uuid",
]

[[package]]
name = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"

[[package]]
name = "cobs"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
dependencies = [
 "thiserror 2.0.18",
]

[[package]]
name = "commondir"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab552acb7c0a751c75c3dd4f9b95d31ed85c985ce5c70232a2952ffbe7ecfda5"
dependencies = [
 "thiserror 1.0.69",
]

[[package]]
name = "compact_str"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dfdd1c2274d9aa354115b09dc9a901d6c5576818cdf70d14cae2bdb47df00ab"
dependencies = [
 "castaway",
 "cfg-if",
 "itoa",
 "rustversion",
 "ryu",
 "serde",
 "static_assertions",
]

[[package]]
name = "concurrent_lru"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7feb5cb312f774e8a24540e27206db4e890f7d488563671d24a16389cf4c2e4e"
dependencies = [
 "once_cell",
]

[[package]]
name = "const-oid"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"

[[package]]
name = "constant_time_eq"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"

[[package]]
name = "convert_case"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
dependencies = [
 "unicode-segmentation",
]

[[package]]
name = "cow-utils"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "417bef24afe1460300965a25ff4a24b8b45ad011948302ec221e8a0a81eb2c79"

[[package]]
name = "cpufeatures"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
dependencies = [
 "libc",
]

[[package]]
name = "cpufeatures"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
dependencies = [
 "libc",
]

[[package]]
name = "crc32fast"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
dependencies = [
 "cfg-if",
]

[[package]]
name = "crossbeam-deque"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
dependencies = [
 "crossbeam-epoch",
 "crossbeam-utils",
]

[[package]]
name = "crossbeam-epoch"
version = "0.9.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
dependencies = [
 "crossbeam-utils",
]

[[package]]
name = "crossbeam-utils"
version = "0.8.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"

[[package]]
name = "crypto-common"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
dependencies = [
 "generic-array",
 "typenum",
]

[[package]]
name = "crypto-common"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
dependencies = [
 "hybrid-array",
]

[[package]]
name = "dashmap"
version = "6.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c"
dependencies = [
 "cfg-if",
 "crossbeam-utils",
 "hashbrown 0.14.5",
 "lock_api",
 "once_cell",
 "parking_lot_core",
]

[[package]]
name = "derive_more"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
dependencies = [
 "derive_more-impl",
]

[[package]]
name = "derive_more-impl"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
dependencies = [
 "convert_case",
 "proc-macro2",
 "quote",
 "rustc_version",
 "syn",
 "unicode-xid",
]

[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
 "block-buffer 0.10.4",
 "crypto-common 0.1.7",
 "subtle",
]

[[package]]
name = "digest"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
dependencies = [
 "block-buffer 0.12.1",
 "const-oid",
 "crypto-common 0.2.2",
]

[[package]]
name = "displaydoc"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "dragonbox_ecma"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd8e701084c37e7ef62d3f9e453b618130cbc0ef3573847785952a3ac3f746bf"

[[package]]
name = "either"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"

[[package]]
name = "embedded-io"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"

[[package]]
name = "embedded-io"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"

[[package]]
name = "endian-type"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "869b0adbda23651a9c5c0c3d270aac9fcb52e8622a8f2b17e57802d7791962f2"

[[package]]
name = "equivalent"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"

[[package]]
name = "errno"
version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
dependencies = [
 "libc",
 "windows-sys",
]

[[package]]
name = "fancy-regex"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1e1dacd0d2082dfcf1351c4bdd566bbe89a2b263235a2b50058f1e130a47277"
dependencies = [
 "bit-set",
 "regex-automata",
 "regex-syntax",
]

[[package]]
name = "fast-glob"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b9e81515b0279bf618200fd15d132e7195d2048fb46eed6f0f3c10cbc068266"
dependencies = [
 "arrayvec",
]

[[package]]
name = "fastrand"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"

[[package]]
name = "filetime"
version = "0.2.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759"
dependencies = [
 "cfg-if",
 "libc",
]

[[package]]
name = "find-msvc-tools"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"

[[package]]
name = "fixedbitset"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"

[[package]]
name = "flate2"
version = "1.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
dependencies = [
 "crc32fast",
 "miniz_oxide",
 "zlib-rs",
]

[[package]]
name = "float-cmp"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b09cf3155332e944990140d967ff5eceb70df778b34f77d8075db46e4704e6d8"
dependencies = [
 "num-traits",
]

[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"

[[package]]
name = "foldhash"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"

[[package]]
name = "foldhash"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"

[[package]]
name = "forked_react_compiler"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6970d9da2347af882a10b88480d6b2f44caca55567d85c2b1fa35420b53c1cc"
dependencies = [
 "forked_react_compiler_ast",
 "forked_react_compiler_diagnostics",
 "forked_react_compiler_hir",
 "forked_react_compiler_inference",
 "forked_react_compiler_lowering",
 "forked_react_compiler_optimization",
 "forked_react_compiler_reactive_scopes",
 "forked_react_compiler_ssa",
 "forked_react_compiler_typeinference",
 "forked_react_compiler_validation",
 "indexmap",
 "serde",
 "serde_json",
]

[[package]]
name = "forked_react_compiler_ast"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46f9465a3f9934ef1c1e76bdbab8e70c86b41016a8e7ca1b51fede63e47a6036"
dependencies = [
 "indexmap",
 "serde",
 "serde_json",
]

[[package]]
name = "forked_react_compiler_diagnostics"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e282f5f7b9506e5055758e4ec9857cdc4873e530d3d381d3ecd0d0321e139ec"
dependencies = [
 "serde",
]

[[package]]
name = "forked_react_compiler_hir"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9df1312f02a4e7a90686a0fc301fb0dfb58a99cdf53a375922e65b8678dc9df7"
dependencies = [
 "forked_react_compiler_diagnostics",
 "indexmap",
 "serde",
 "serde_json",
]

[[package]]
name = "forked_react_compiler_inference"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd9a5bd84db67b0958c414da69f38184fb60e7a55a63ce9f95b367497939b892"
dependencies = [
 "forked_react_compiler_diagnostics",
 "forked_react_compiler_hir",
 "forked_react_compiler_lowering",
 "forked_react_compiler_optimization",
 "forked_react_compiler_ssa",
 "forked_react_compiler_utils",
 "indexmap",
]

[[package]]
name = "forked_react_compiler_lowering"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "036e4fb36420ed59df1f20a5bb4ae08b095e8e3e1e1c047b7ca4cb0abebd04d9"
dependencies = [
 "forked_react_compiler_ast",
 "forked_react_compiler_diagnostics",
 "forked_react_compiler_hir",
 "indexmap",
 "serde_json",
]

[[package]]
name = "forked_react_compiler_optimization"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1ec9f8dfb36bcfab25f3f476ccdada95f55f1071e45d25f4549c7c3395aaffc"
dependencies = [
 "forked_react_compiler_diagnostics",
 "forked_react_compiler_hir",
 "forked_react_compiler_lowering",
 "forked_react_compiler_ssa",
 "indexmap",
]

[[package]]
name = "forked_react_compiler_reactive_scopes"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cc54d3b97369ae60549db1d7f792f585920ee451b09946a247cc25087eb384d"
dependencies = [
 "forked_react_compiler_ast",
 "forked_react_compiler_diagnostics",
 "forked_react_compiler_hir",
 "hmac",
 "indexmap",
 "serde_json",
 "sha2",
]

[[package]]
name = "forked_react_compiler_ssa"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8edcb5fac346f6ad59478ca4b373a930bdc41fd073dccbb10ff69461bdc94423"
dependencies = [
 "forked_react_compiler_diagnostics",
 "forked_react_compiler_hir",
 "forked_react_compiler_lowering",
 "indexmap",
]

[[package]]
name = "forked_react_compiler_typeinference"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3191b89198d502e11f624a15086ba54ce2828ede7d56eb2b78650da7aef06c1"
dependencies = [
 "forked_react_compiler_diagnostics",
 "forked_react_compiler_hir",
 "forked_react_compiler_ssa",
]

[[package]]
name = "forked_react_compiler_utils"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "005055ef8bfe84dd5f766302bb39fc2d4a361c30abb8a49384d6aff9cc479028"
dependencies = [
 "indexmap",
]

[[package]]
name = "forked_react_compiler_validation"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2699f361db2993828d9194af7f6942a8ae746a3688eb5847c70d28da672f4269"
dependencies = [
 "forked_react_compiler_diagnostics",
 "forked_react_compiler_hir",
 "indexmap",
]

[[package]]
name = "form_urlencoded"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
dependencies = [
 "percent-encoding",
]

[[package]]
name = "futures"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
dependencies = [
 "futures-channel",
 "futures-core",
 "futures-executor",
 "futures-io",
 "futures-sink",
 "futures-task",
 "futures-util",
]

[[package]]
name = "futures-channel"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
dependencies = [
 "futures-core",
 "futures-sink",
]

[[package]]
name = "futures-core"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"

[[package]]
name = "futures-executor"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
dependencies = [
 "futures-core",
 "futures-task",
 "futures-util",
]

[[package]]
name = "futures-io"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"

[[package]]
name = "futures-macro"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "futures-sink"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"

[[package]]
name = "futures-task"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"

[[package]]
name = "futures-util"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
dependencies = [
 "futures-channel",
 "futures-core",
 "futures-io",
 "futures-macro",
 "futures-sink",
 "futures-task",
 "memchr",
 "pin-project-lite",
 "slab",
]

[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
 "typenum",
 "version_check",
]

[[package]]
name = "getrandom"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
dependencies = [
 "cfg-if",
 "libc",
 "r-efi",
 "wasip2",
 "wasip3",
]

[[package]]
name = "halfbrown"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c7ed2f2edad8a14c8186b847909a41fbb9c3eafa44f88bd891114ed5019da09"
dependencies = [
 "hashbrown 0.16.1",
]

[[package]]
name = "hashbrown"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"

[[package]]
name = "hashbrown"
version = "0.15.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
dependencies = [
 "foldhash 0.1.5",
]

[[package]]
name = "hashbrown"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
dependencies = [
 "allocator-api2",
 "equivalent",
 "foldhash 0.2.0",
]

[[package]]
name = "hashbrown"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
dependencies = [
 "allocator-api2",
]

[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"

[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
 "digest 0.10.7",
]

[[package]]
name = "hybrid-array"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9155a582abd142abc056962c29e3ce5ff2ad5469f4246b537ed42c5deba857da"
dependencies = [
 "typenum",
]

[[package]]
name = "icu_collections"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
dependencies = [
 "displaydoc",
 "potential_utf",
 "utf8_iter",
 "yoke",
 "zerofrom",
 "zerovec",
]

[[package]]
name = "icu_locale_core"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
dependencies = [
 "displaydoc",
 "litemap",
 "tinystr",
 "writeable",
 "zerovec",
]

[[package]]
name = "icu_normalizer"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
dependencies = [
 "icu_collections",
 "icu_normalizer_data",
 "icu_properties",
 "icu_provider",
 "smallvec",
 "zerovec",
]

[[package]]
name = "icu_normalizer_data"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"

[[package]]
name = "icu_properties"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
dependencies = [
 "icu_collections",
 "icu_locale_core",
 "icu_properties_data",
 "icu_provider",
 "zerotrie",
 "zerovec",
]

[[package]]
name = "icu_properties_data"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"

[[package]]
name = "icu_provider"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
dependencies = [
 "displaydoc",
 "icu_locale_core",
 "writeable",
 "yoke",
 "zerofrom",
 "zerotrie",
 "zerovec",
]

[[package]]
name = "id-arena"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"

[[package]]
name = "idna"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
dependencies = [
 "idna_adapter",
 "smallvec",
 "utf8_iter",
]

[[package]]
name = "idna_adapter"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
dependencies = [
 "icu_normalizer",
 "icu_properties",
]

[[package]]
name = "indexmap"
version = "2.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
dependencies = [
 "equivalent",
 "hashbrown 0.17.1",
 "serde",
 "serde_core",
]

[[package]]
name = "infer"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7"
dependencies = [
 "cfb",
]

[[package]]
name = "inventory"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b"
dependencies = [
 "rustversion",
]

[[package]]
name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
 "either",
]

[[package]]
name = "itoa"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"

[[package]]
name = "js-sys"
version = "0.3.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03d04c30968dffe80775bd4d7fb676131cd04a1fb46d2686dbffbaec2d9dfd31"
dependencies = [
 "cfg-if",
 "futures-util",
 "wasm-bindgen",
]

[[package]]
name = "json-escape-simd"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35e770254dd7802184595b1d30da2a15cb72569e2aca2b177aef8d22eac8a693"

[[package]]
name = "json-strip-comments"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9301b34ecbe81051a62001a2dfa56d906628efdfbc68153e0a4d5eba58181ece"
dependencies = [
 "memchr",
]

[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"

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

[[package]]
name = "libc"
version = "0.2.186"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"

[[package]]
name = "libloading"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60"
dependencies = [
 "cfg-if",
 "windows-link",
]

[[package]]
name = "linux-raw-sys"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"

[[package]]
name = "litemap"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"

[[package]]
name = "lock_api"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
dependencies = [
 "scopeguard",
]

[[package]]
name = "log"
version = "0.4.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a"

[[package]]
name = "memchr"
version = "2.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"

[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"

[[package]]
name = "miniz_oxide"
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
dependencies = [
 "adler2",
 "simd-adler32",
]

[[package]]
name = "nibble_vec"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
dependencies = [
 "smallvec",
]

[[package]]
name = "nodejs-built-in-modules"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5eb86a92577833b75522336f210c49d9ebd7dd55a44d80a92e68c668a75f27c"

[[package]]
name = "nom"
version = "8.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
dependencies = [
 "memchr",
]

[[package]]
name = "nonmax"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "610a5acd306ec67f907abe5567859a3c693fb9886eb1f012ab8f2a47bef3db51"

[[package]]
name = "nu-ansi-term"
version = "0.50.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
dependencies = [
 "windows-sys",
]

[[package]]
name = "num-bigint"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
dependencies = [
 "num-integer",
 "num-traits",
]

[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
 "num-traits",
]

[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
 "autocfg",
]

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

[[package]]
name = "outref"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"

[[package]]
name = "owo-colors"
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d"

[[package]]
name = "oxc"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "126fa21513275eca9dd1e9a7d21602e33d3b9449bde2a55d4c3090970c4d1f78"
dependencies = [
 "oxc_allocator 0.135.0",
 "oxc_ast 0.135.0",
 "oxc_ast_visit 0.135.0",
 "oxc_cfg",
 "oxc_codegen 0.135.0",
 "oxc_diagnostics 0.135.0",
 "oxc_isolated_declarations",
 "oxc_mangler 0.135.0",
 "oxc_minifier 0.135.0",
 "oxc_parser 0.135.0",
 "oxc_react_compiler",
 "oxc_regular_expression 0.135.0",
 "oxc_semantic 0.135.0",
 "oxc_span 0.135.0",
 "oxc_syntax 0.135.0",
 "oxc_transformer 0.135.0",
 "oxc_transformer_plugins",
]

[[package]]
name = "oxc-browserslist"
version = "3.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "209091efbb07de356beae15cf5fd8bd2b3ab94a17f19cc19a7f8b094aec2559c"
dependencies = [
 "flate2",
 "postcard",
 "rustc-hash",
 "serde",
 "thiserror 2.0.18",
]

[[package]]
name = "oxc-miette"
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4356a61f2ed4c9b3610245215fbf48970eb277126919f87db9d0efa93a74245c"
dependencies = [
 "cfg-if",
 "owo-colors",
 "oxc-miette-derive",
 "textwrap",
 "thiserror 2.0.18",
 "unicode-segmentation",
 "unicode-width",
]

[[package]]
name = "oxc-miette-derive"
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b237422b014f8f8fff75bb9379e697d13f8d57551a22c88bebb39f073c1bf696"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "oxc_allocator"
version = "0.130.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd74ad6d30528f7ae483f9f913d381e14ec2df85422c4343a1a89c87bd0922a8"
dependencies = [
 "allocator-api2",
 "hashbrown 0.17.1",
 "oxc_data_structures 0.130.0",
 "oxc_estree 0.130.0",
 "rustc-hash",
 "serde",
]

[[package]]
name = "oxc_allocator"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d732c2d8df8067a8d7417be81a8a4631e3201ad420ae70aa2426aebf7bc0326"
dependencies = [
 "allocator-api2",
 "hashbrown 0.17.1",
 "oxc_data_structures 0.135.0",
 "oxc_estree 0.135.0",
 "rustc-hash",
 "serde",
]

[[package]]
name = "oxc_ast"
version = "0.130.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22f02d51224432c3f8622147210f20b814cf53b0a348d1bfffe32f6a99c6a547"
dependencies = [
 "bitflags",
 "oxc_allocator 0.130.0",
 "oxc_ast_macros 0.130.0",
 "oxc_data_structures 0.130.0",
 "oxc_diagnostics 0.130.0",
 "oxc_estree 0.130.0",
 "oxc_regular_expression 0.130.0",
 "oxc_span 0.130.0",
 "oxc_str 0.130.0",
 "oxc_syntax 0.130.0",
]

[[package]]
name = "oxc_ast"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29512a9acf168a734cbead68ae798c07102b9ecb897cdbe17a40d327b5fff2ec"
dependencies = [
 "bitflags",
 "oxc_allocator 0.135.0",
 "oxc_ast_macros 0.135.0",
 "oxc_data_structures 0.135.0",
 "oxc_diagnostics 0.135.0",
 "oxc_estree 0.135.0",
 "oxc_regular_expression 0.135.0",
 "oxc_span 0.135.0",
 "oxc_str 0.135.0",
 "oxc_syntax 0.135.0",
]

[[package]]
name = "oxc_ast_macros"
version = "0.130.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2097baa4ab68fb6a9c322c8a557ac2d07d3f692de009516610d12eb97e9cc352"
dependencies = [
 "phf",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "oxc_ast_macros"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06186227ab1f27f214d824030ef8d7abd604fb24cd647d2acfebfe6bbe378dc6"
dependencies = [
 "phf",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "oxc_ast_visit"
version = "0.130.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d3ae3c0e89d2083c2f598b1d6c886657fdd86e7d5ec4dce5425f6756cfda348"
dependencies = [
 "oxc_allocator 0.130.0",
 "oxc_ast 0.130.0",
 "oxc_span 0.130.0",
 "oxc_syntax 0.130.0",
]

[[package]]
name = "oxc_ast_visit"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af8a8771bbedc5904b6536822fb719f76291d00ab2bccbf5f98950d666f0154f"
dependencies = [
 "oxc_allocator 0.135.0",
 "oxc_ast 0.135.0",
 "oxc_span 0.135.0",
 "oxc_syntax 0.135.0",
]

[[package]]
name = "oxc_cfg"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cc39341500115d569f18920da32f89bbecd1719fcc03d532c5508d062c5b764"
dependencies = [
 "bitflags",
 "itertools",
 "oxc_index 5.0.0",
 "oxc_syntax 0.135.0",
 "petgraph",
 "rustc-hash",
]

[[package]]
name = "oxc_codegen"
version = "0.130.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f57d81e1a0cd99b07a760cf1bb6ae3ab4b4861b10139bc024716d7ab15e27fdf"
dependencies = [
 "bitflags",
 "cow-utils",
 "dragonbox_ecma",
 "itoa",
 "oxc_allocator 0.130.0",
 "oxc_ast 0.130.0",
 "oxc_data_structures 0.130.0",
 "oxc_index 4.1.0",
 "oxc_semantic 0.130.0",
 "oxc_sourcemap 6.1.1",
 "oxc_span 0.130.0",
 "oxc_str 0.130.0",
 "oxc_syntax 0.130.0",
 "rustc-hash",
]

[[package]]
name = "oxc_codegen"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a375edc284941656da7e436e44ca223426994b98f9035ed99f57b5f36df327a5"
dependencies = [
 "bitflags",
 "cow-utils",
 "dragonbox_ecma",
 "itoa",
 "oxc_allocator 0.135.0",
 "oxc_ast 0.135.0",
 "oxc_data_structures 0.135.0",
 "oxc_index 5.0.0",
 "oxc_semantic 0.135.0",
 "oxc_sourcemap 7.0.0",
 "oxc_span 0.135.0",
 "oxc_str 0.135.0",
 "oxc_syntax 0.135.0",
 "rustc-hash",
]

[[package]]
name = "oxc_compat"
version = "0.130.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40c46b19e4521f786ea0d910edb0f233787557049b0e5759b357cb90d3444475"
dependencies = [
 "cow-utils",
 "oxc-browserslist",
 "oxc_syntax 0.130.0",
 "rustc-hash",
 "serde",
]

[[package]]
name = "oxc_compat"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4134154f80f0b95fe891f3cfbf4936fc8f22817f4649977ef6d6f14518e7ecd2"
dependencies = [
 "cow-utils",
 "oxc-browserslist",
 "oxc_syntax 0.135.0",
 "rustc-hash",
 "serde",
]

[[package]]
name = "oxc_data_structures"
version = "0.130.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1217a7d3880e63c1011be98fa89eccb9b30eba33f51b9b25346ddee3e54205e2"
dependencies = [
 "ropey",
]

[[package]]
name = "oxc_data_structures"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46270ed833a7d2e5f5fbf0c51f970c2d7e1ef09356d40798cf4702f7d2dae30d"
dependencies = [
 "ropey",
]

[[package]]
name = "oxc_diagnostics"
version = "0.130.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7240a73361ce74bcf6fe7a507392b367293e73edf4e413c808540d79ae0b884e"
dependencies = [
 "cow-utils",
 "oxc-miette",
 "percent-encoding",
]

[[package]]
name = "oxc_diagnostics"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b0ebb338486583af9e603f4d20be123ad3ae52a5415265454995020386d8afe"
dependencies = [
 "cow-utils",
 "oxc-miette",
 "percent-encoding",
]

[[package]]
name = "oxc_ecmascript"
version = "0.130.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0fa966ce57f71b71e6ab220a7e30e9de7f4943f94cbbc736d17eb8d40f08425"
dependencies = [
 "cow-utils",
 "num-bigint",
 "num-traits",
 "oxc_allocator 0.130.0",
 "oxc_ast 0.130.0",
 "oxc_regular_expression 0.130.0",
 "oxc_span 0.130.0",
 "oxc_syntax 0.130.0",
]

[[package]]
name = "oxc_ecmascript"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eef5f3e346539b48dbda9d0b618021ba6bb781f7a192476e4bf9b18df7ccaab4"
dependencies = [
 "cow-utils",
 "num-bigint",
 "num-traits",
 "oxc_allocator 0.135.0",
 "oxc_ast 0.135.0",
 "oxc_regular_expression 0.135.0",
 "oxc_span 0.135.0",
 "oxc_syntax 0.135.0",
]

[[package]]
name = "oxc_estree"
version = "0.130.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1e468cef0a8ba86f347fbbe88169020fd8dbcd0cc2c9182bae272166b0f6785"
dependencies = [
 "dragonbox_ecma",
 "itoa",
 "oxc_data_structures 0.130.0",
]

[[package]]
name = "oxc_estree"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "816dfd17df8b02a45b122a1f7bb3c1486d4392e0163aea0e6334ad3894a7ea6b"
dependencies = [
 "dragonbox_ecma",
 "itoa",
 "oxc_data_structures 0.135.0",
]

[[package]]
name = "oxc_ex_nif"
version = "0.1.0"
dependencies = [
 "oxc",
 "oxc_allocator 0.130.0",
 "oxc_ast 0.130.0",
 "oxc_ast_visit 0.130.0",
 "oxc_codegen 0.130.0",
 "oxc_diagnostics 0.130.0",
 "oxc_minifier 0.130.0",
 "oxc_parser 0.130.0",
 "oxc_semantic 0.130.0",
 "oxc_sourcemap 7.0.0",
 "oxc_span 0.130.0",
 "oxc_str 0.130.0",
 "oxc_syntax 0.130.0",
 "oxc_transformer 0.130.0",
 "rayon",
 "rolldown",
 "rolldown_common",
 "rustc-hash",
 "rustler",
 "rustler_match_spec",
 "serde",
 "serde_json",
 "tempfile",
 "tokio",
]

[[package]]
name = "oxc_index"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb3e6120999627ec9703025eab7c9f410ebb7e95557632a8902ca48210416c2b"
dependencies = [
 "nonmax",
 "serde",
]

[[package]]
name = "oxc_index"
version = "5.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "191884bee6c3744909a51acc7d78d4ae370d817b25875b10642f632327b6296e"
dependencies = [
 "nonmax",
 "rayon",
 "serde",
]

[[package]]
name = "oxc_isolated_declarations"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2bb2e933b29b70abb2cd48ba72c63a9bf91d2eef5073e3b899e63153724b4ca"
dependencies = [
 "bitflags",
 "oxc_allocator 0.135.0",
 "oxc_ast 0.135.0",
 "oxc_ast_visit 0.135.0",
 "oxc_diagnostics 0.135.0",
 "oxc_ecmascript 0.135.0",
 "oxc_span 0.135.0",
 "oxc_str 0.135.0",
 "oxc_syntax 0.135.0",
 "rustc-hash",
]

[[package]]
name = "oxc_mangler"
version = "0.130.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5eef0f8044e9a401612230f09cdc42c50fbb96896231f04a598b0435ed154849"
dependencies = [
 "itertools",
 "oxc_allocator 0.130.0",
 "oxc_ast 0.130.0",
 "oxc_data_structures 0.130.0",
 "oxc_index 4.1.0",
 "oxc_semantic 0.130.0",
 "oxc_span 0.130.0",
 "oxc_str 0.130.0",
 "oxc_syntax 0.130.0",
 "rustc-hash",
]

[[package]]
name = "oxc_mangler"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af362ebcb00395e4eaf2c5a158a65f76c3962d2f50d4af7d9d0c763426335803"
dependencies = [
 "itertools",
 "oxc_allocator 0.135.0",
 "oxc_ast 0.135.0",
 "oxc_data_structures 0.135.0",
 "oxc_index 5.0.0",
 "oxc_semantic 0.135.0",
 "oxc_span 0.135.0",
 "oxc_str 0.135.0",
 "oxc_syntax 0.135.0",
 "rustc-hash",
]

[[package]]
name = "oxc_minifier"
version = "0.130.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d27264f1b2f629cded2cb64a7502c3def1eda083f75f4574567d3b370246a86d"
dependencies = [
 "cow-utils",
 "itoa",
 "oxc_allocator 0.130.0",
 "oxc_ast 0.130.0",
 "oxc_ast_visit 0.130.0",
 "oxc_compat 0.130.0",
 "oxc_data_structures 0.130.0",
 "oxc_ecmascript 0.130.0",
 "oxc_index 4.1.0",
 "oxc_mangler 0.130.0",
 "oxc_parser 0.130.0",
 "oxc_regular_expression 0.130.0",
 "oxc_semantic 0.130.0",
 "oxc_span 0.130.0",
 "oxc_str 0.130.0",
 "oxc_syntax 0.130.0",
 "oxc_traverse 0.130.0",
 "rustc-hash",
]

[[package]]
name = "oxc_minifier"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb8873a4b6bac638cd818eb8a81ca06352d8217cdad1ef561b6eedcf7b83bf88"
dependencies = [
 "cow-utils",
 "itoa",
 "oxc_allocator 0.135.0",
 "oxc_ast 0.135.0",
 "oxc_ast_visit 0.135.0",
 "oxc_compat 0.135.0",
 "oxc_data_structures 0.135.0",
 "oxc_ecmascript 0.135.0",
 "oxc_index 5.0.0",
 "oxc_mangler 0.135.0",
 "oxc_parser 0.135.0",
 "oxc_regular_expression 0.135.0",
 "oxc_semantic 0.135.0",
 "oxc_span 0.135.0",
 "oxc_str 0.135.0",
 "oxc_syntax 0.135.0",
 "oxc_traverse 0.135.0",
 "rustc-hash",
]

[[package]]
name = "oxc_parser"
version = "0.130.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ce76cb5ff79b8b4dcc3127bec08a51cc6275ba59ce8d868eb999502969237d4"
dependencies = [
 "bitflags",
 "cow-utils",
 "memchr",
 "num-bigint",
 "num-traits",
 "oxc_allocator 0.130.0",
 "oxc_ast 0.130.0",
 "oxc_data_structures 0.130.0",
 "oxc_diagnostics 0.130.0",
 "oxc_ecmascript 0.130.0",
 "oxc_regular_expression 0.130.0",
 "oxc_span 0.130.0",
 "oxc_str 0.130.0",
 "oxc_syntax 0.130.0",
 "rustc-hash",
 "seq-macro",
]

[[package]]
name = "oxc_parser"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43cb9af99a1d02989ed53780e3b2b67757226d4501365e65781ae4519be150b6"
dependencies = [
 "bitflags",
 "cow-utils",
 "memchr",
 "num-bigint",
 "num-traits",
 "oxc_allocator 0.135.0",
 "oxc_ast 0.135.0",
 "oxc_data_structures 0.135.0",
 "oxc_diagnostics 0.135.0",
 "oxc_ecmascript 0.135.0",
 "oxc_regular_expression 0.135.0",
 "oxc_span 0.135.0",
 "oxc_str 0.135.0",
 "oxc_syntax 0.135.0",
 "rustc-hash",
 "seq-macro",
]

[[package]]
name = "oxc_react_compiler"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "631c0d06a24d6976fbc67267d42460e20b6c9e46fe680dc0761e45805aa77641"
dependencies = [
 "forked_react_compiler",
 "forked_react_compiler_ast",
 "forked_react_compiler_hir",
 "indexmap",
 "oxc_allocator 0.135.0",
 "oxc_ast 0.135.0",
 "oxc_ast_visit 0.135.0",
 "oxc_codegen 0.135.0",
 "oxc_diagnostics 0.135.0",
 "oxc_parser 0.135.0",
 "oxc_semantic 0.135.0",
 "oxc_span 0.135.0",
 "oxc_syntax 0.135.0",
 "rustc-hash",
 "serde_json",
]

[[package]]
name = "oxc_regular_expression"
version = "0.130.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "521648da0343ff78d7cd72b383f4fa668fcb083f720477ed7c970d5195d1b8d9"
dependencies = [
 "bitflags",
 "oxc_allocator 0.130.0",
 "oxc_ast_macros 0.130.0",
 "oxc_diagnostics 0.130.0",
 "oxc_span 0.130.0",
 "oxc_str 0.130.0",
 "phf",
 "rustc-hash",
 "unicode-id-start",
]

[[package]]
name = "oxc_regular_expression"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecfe28ec0ffa88784155900d5b7ea1f8383f69d80659ed86f1c4a18a6f117488"
dependencies = [
 "bitflags",
 "oxc_allocator 0.135.0",
 "oxc_ast_macros 0.135.0",
 "oxc_diagnostics 0.135.0",
 "oxc_span 0.135.0",
 "oxc_str 0.135.0",
 "phf",
 "rustc-hash",
 "unicode-id-start",
]

[[package]]
name = "oxc_resolver"
version = "11.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70d6e5e3ac3224a72faa04ce1d7266ba2dbed67f37d561fd268a58aee7f4e271"
dependencies = [
 "cfg-if",
 "compact_str",
 "fast-glob",
 "indexmap",
 "json-strip-comments",
 "nodejs-built-in-modules",
 "once_cell",
 "papaya",
 "percent-encoding",
 "pnp",
 "rustc-hash",
 "rustix",
 "self_cell",
 "serde",
 "serde_json",
 "simd-json",
 "simdutf8",
 "thiserror 2.0.18",
 "tracing",
 "windows",
]

[[package]]
name = "oxc_semantic"
version = "0.130.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f96ade0b5015e0da3ba4e73753c4da87249cd733cab439cda6ff532f5ae43232"
dependencies = [
 "itertools",
 "memchr",
 "oxc_allocator 0.130.0",
 "oxc_ast 0.130.0",
 "oxc_ast_visit 0.130.0",
 "oxc_diagnostics 0.130.0",
 "oxc_ecmascript 0.130.0",
 "oxc_index 4.1.0",
 "oxc_span 0.130.0",
 "oxc_str 0.130.0",
 "oxc_syntax 0.130.0",
 "rustc-hash",
 "self_cell",
]

[[package]]
name = "oxc_semantic"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6735efd98d54e0f5e8c30a6b17df921085373d54b2b1e10e42d7f4ec8d2597bc"
dependencies = [
 "itertools",
 "memchr",
 "oxc_allocator 0.135.0",
 "oxc_ast 0.135.0",
 "oxc_ast_visit 0.135.0",
 "oxc_cfg",
 "oxc_diagnostics 0.135.0",
 "oxc_ecmascript 0.135.0",
 "oxc_index 5.0.0",
 "oxc_span 0.135.0",
 "oxc_str 0.135.0",
 "oxc_syntax 0.135.0",
 "rustc-hash",
 "self_cell",
 "smallvec",
]

[[package]]
name = "oxc_sourcemap"
version = "6.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d378eb8bad20e89d66276aebab51f6a5408571092cac94abdd3eabb773713d6"
dependencies = [
 "base64-simd",
 "json-escape-simd",
 "rustc-hash",
 "serde",
 "serde_json",
]

[[package]]
name = "oxc_sourcemap"
version = "7.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db3866f9075027840e0711b52e15d2e1ba076fc5f5f01c96eeedd26375410641"
dependencies = [
 "base64-simd",
 "json-escape-simd",
 "rustc-hash",
 "serde",
 "serde_json",
]

[[package]]
name = "oxc_span"
version = "0.130.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6370425efaa51b8005c63bd9a1bf19e7728ca3378379a3c832b5893eaaabb0d3"
dependencies = [
 "compact_str",
 "oxc-miette",
 "oxc_allocator 0.130.0",
 "oxc_ast_macros 0.130.0",
 "oxc_estree 0.130.0",
 "oxc_str 0.130.0",
 "serde",
]

[[package]]
name = "oxc_span"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fbd1667674fd9c25e079a0ab84a87b26e2946d1ce86ad6c5827afa0518c493"
dependencies = [
 "compact_str",
 "oxc-miette",
 "oxc_allocator 0.135.0",
 "oxc_ast_macros 0.135.0",
 "oxc_estree 0.135.0",
 "oxc_str 0.135.0",
 "serde",
]

[[package]]
name = "oxc_str"
version = "0.130.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d1fe58b01e2358b6f55967070928219cc211834a16d366f182c2d3f2aa34c04"
dependencies = [
 "compact_str",
 "hashbrown 0.17.1",
 "oxc_allocator 0.130.0",
 "oxc_estree 0.130.0",
 "serde",
]

[[package]]
name = "oxc_str"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "887823468316c2b4798275976857edeb0574201a944810f2f94f3d79aaf6187e"
dependencies = [
 "compact_str",
 "hashbrown 0.17.1",
 "oxc_allocator 0.135.0",
 "oxc_estree 0.135.0",
 "serde",
]

[[package]]
name = "oxc_syntax"
version = "0.130.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c3631c098360a31617c71e6e09d9a2c4294110fe3a2dcb28e52891cf40835f9"
dependencies = [
 "bitflags",
 "cow-utils",
 "dragonbox_ecma",
 "nonmax",
 "oxc_allocator 0.130.0",
 "oxc_ast_macros 0.130.0",
 "oxc_estree 0.130.0",
 "oxc_index 4.1.0",
 "oxc_span 0.130.0",
 "oxc_str 0.130.0",
 "phf",
 "serde",
 "unicode-id-start",
]

[[package]]
name = "oxc_syntax"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cad8963ea5ad880d3185db2f8a50809e3a10772c2762500518229bca5347be04"
dependencies = [
 "bitflags",
 "cow-utils",
 "dragonbox_ecma",
 "nonmax",
 "oxc_allocator 0.135.0",
 "oxc_ast_macros 0.135.0",
 "oxc_estree 0.135.0",
 "oxc_index 5.0.0",
 "oxc_span 0.135.0",
 "oxc_str 0.135.0",
 "phf",
 "serde",
 "unicode-id-start",
]

[[package]]
name = "oxc_transformer"
version = "0.130.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b1edaa5f706f515f4e1b11c2a25326d0c9da1272e4ba4cc13537c665c436031"
dependencies = [
 "base64",
 "compact_str",
 "indexmap",
 "itoa",
 "memchr",
 "oxc_allocator 0.130.0",
 "oxc_ast 0.130.0",
 "oxc_ast_visit 0.130.0",
 "oxc_compat 0.130.0",
 "oxc_data_structures 0.130.0",
 "oxc_diagnostics 0.130.0",
 "oxc_ecmascript 0.130.0",
 "oxc_regular_expression 0.130.0",
 "oxc_semantic 0.130.0",
 "oxc_span 0.130.0",
 "oxc_str 0.130.0",
 "oxc_syntax 0.130.0",
 "oxc_traverse 0.130.0",
 "rustc-hash",
 "serde",
 "serde_json",
 "sha1",
]

[[package]]
name = "oxc_transformer"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8addbc29d06bbb4249cc1b6c0102b9fdcc783a6f4eaca44a9b6e896778d98296"
dependencies = [
 "base64",
 "compact_str",
 "indexmap",
 "itoa",
 "memchr",
 "oxc_allocator 0.135.0",
 "oxc_ast 0.135.0",
 "oxc_ast_visit 0.135.0",
 "oxc_compat 0.135.0",
 "oxc_data_structures 0.135.0",
 "oxc_diagnostics 0.135.0",
 "oxc_ecmascript 0.135.0",
 "oxc_regular_expression 0.135.0",
 "oxc_semantic 0.135.0",
 "oxc_span 0.135.0",
 "oxc_str 0.135.0",
 "oxc_syntax 0.135.0",
 "oxc_traverse 0.135.0",
 "rustc-hash",
 "serde",
 "serde_json",
 "sha1",
]

[[package]]
name = "oxc_transformer_plugins"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad78b49c571eee9d3821547d2fd703eced54fbdaec6e4ec58a78e874f75cd31b"
dependencies = [
 "cow-utils",
 "itoa",
 "oxc_allocator 0.135.0",
 "oxc_ast 0.135.0",
 "oxc_ast_visit 0.135.0",
 "oxc_diagnostics 0.135.0",
 "oxc_ecmascript 0.135.0",
 "oxc_parser 0.135.0",
 "oxc_semantic 0.135.0",
 "oxc_span 0.135.0",
 "oxc_str 0.135.0",
 "oxc_syntax 0.135.0",
 "oxc_transformer 0.135.0",
 "oxc_traverse 0.135.0",
 "rustc-hash",
]

[[package]]
name = "oxc_traverse"
version = "0.130.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6ba34a0b1a82b34531c09be1a46c89d01f344962039ca9bfc5952e61ad99e6a"
dependencies = [
 "itoa",
 "oxc_allocator 0.130.0",
 "oxc_ast 0.130.0",
 "oxc_ast_visit 0.130.0",
 "oxc_data_structures 0.130.0",
 "oxc_ecmascript 0.130.0",
 "oxc_semantic 0.130.0",
 "oxc_span 0.130.0",
 "oxc_str 0.130.0",
 "oxc_syntax 0.130.0",
 "rustc-hash",
]

[[package]]
name = "oxc_traverse"
version = "0.135.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e03d0cb61b3c0d0094a328e47d14649c8d00559544cd16ee0861b1771af7d01"
dependencies = [
 "itoa",
 "oxc_allocator 0.135.0",
 "oxc_ast 0.135.0",
 "oxc_ast_visit 0.135.0",
 "oxc_data_structures 0.135.0",
 "oxc_ecmascript 0.135.0",
 "oxc_semantic 0.135.0",
 "oxc_span 0.135.0",
 "oxc_str 0.135.0",
 "oxc_syntax 0.135.0",
 "rustc-hash",
]

[[package]]
name = "papaya"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "997ee03cd38c01469a7046643714f0ad28880bcb9e6679ff0666e24817ca19b7"
dependencies = [
 "equivalent",
 "seize",
]

[[package]]
name = "parking_lot_core"
version = "0.9.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
dependencies = [
 "cfg-if",
 "libc",
 "redox_syscall",
 "smallvec",
 "windows-link",
]

[[package]]
name = "pathdiff"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"

[[package]]
name = "percent-encoding"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"

[[package]]
name = "petgraph"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455"
dependencies = [
 "fixedbitset",
 "hashbrown 0.15.5",
 "indexmap",
 "serde",
]

[[package]]
name = "phf"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
dependencies = [
 "phf_macros",
 "phf_shared",
 "serde",
]

[[package]]
name = "phf_generator"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
dependencies = [
 "fastrand",
 "phf_shared",
]

[[package]]
name = "phf_macros"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef"
dependencies = [
 "phf_generator",
 "phf_shared",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "phf_shared"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
dependencies = [
 "siphasher",
]

[[package]]
name = "pin-project"
version = "1.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924"
dependencies = [
 "pin-project-internal",
]

[[package]]
name = "pin-project-internal"
version = "1.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

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

[[package]]
name = "pnp"
version = "0.12.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d021b5b4a2ea34bf137831fbbc5856e9c7ca70861f95a0f8dc51323b6e821faa"
dependencies = [
 "byteorder",
 "concurrent_lru",
 "fancy-regex",
 "flate2",
 "indexmap",
 "nodejs-built-in-modules",
 "pathdiff",
 "radix_trie",
 "rustc-hash",
 "serde",
 "serde_json",
 "thiserror 2.0.18",
]

[[package]]
name = "postcard"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
dependencies = [
 "cobs",
 "embedded-io 0.4.0",
 "embedded-io 0.6.1",
 "serde",
]

[[package]]
name = "potential_utf"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
dependencies = [
 "zerovec",
]

[[package]]
name = "prettyplease"
version = "0.2.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
dependencies = [
 "proc-macro2",
 "syn",
]

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

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

[[package]]
name = "r-efi"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"

[[package]]
name = "radix_trie"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b4431027dcd37fc2a73ef740b5f233aa805897935b8bce0195e41bbf9a3289a"
dependencies = [
 "endian-type",
 "nibble_vec",
]

[[package]]
name = "rayon"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
dependencies = [
 "either",
 "rayon-core",
]

[[package]]
name = "rayon-core"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
dependencies = [
 "crossbeam-deque",
 "crossbeam-utils",
]

[[package]]
name = "redox_syscall"
version = "0.5.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
dependencies = [
 "bitflags",
]

[[package]]
name = "ref-cast"
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
dependencies = [
 "ref-cast-impl",
]

[[package]]
name = "ref-cast-impl"
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "regex"
version = "1.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
dependencies = [
 "aho-corasick",
 "memchr",
 "regex-automata",
 "regex-syntax",
]

[[package]]
name = "regex-automata"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
dependencies = [
 "aho-corasick",
 "memchr",
 "regex-syntax",
]

[[package]]
name = "regex-lite"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"

[[package]]
name = "regex-syntax"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"

[[package]]
name = "regress"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "158a764437582235e3501f683b93a0a6f8d825d04a789dbe5ed30b8799b8908a"
dependencies = [
 "hashbrown 0.16.1",
 "memchr",
]

[[package]]
name = "rolldown"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2ebdf1c656612141561ddc51d0bbed2d19eb7895a2b692254f269e4df8d51dd"
dependencies = [
 "anyhow",
 "append-only-vec",
 "arcstr",
 "bitflags",
 "commondir",
 "dashmap",
 "futures",
 "indexmap",
 "itertools",
 "itoa",
 "json-escape-simd",
 "memchr",
 "oxc",
 "oxc_allocator 0.135.0",
 "oxc_ecmascript 0.135.0",
 "oxc_index 5.0.0",
 "oxc_str 0.135.0",
 "oxc_traverse 0.135.0",
 "petgraph",
 "rayon",
 "rolldown_common",
 "rolldown_dev_common",
 "rolldown_devtools",
 "rolldown_ecmascript",
 "rolldown_ecmascript_utils",
 "rolldown_error",
 "rolldown_fs",
 "rolldown_plugin",
 "rolldown_plugin_asset_module",
 "rolldown_plugin_chunk_import_map",
 "rolldown_plugin_copy_module",
 "rolldown_plugin_data_url",
 "rolldown_plugin_hmr",
 "rolldown_plugin_lazy_compilation",
 "rolldown_plugin_oxc_runtime",
 "rolldown_resolver",
 "rolldown_sourcemap",
 "rolldown_std_utils",
 "rolldown_tracing",
 "rolldown_utils",
 "rustc-hash",
 "serde",
 "serde_json",
 "string_wizard",
 "sugar_path",
 "tokio",
 "tracing",
 "url",
 "xxhash-rust",
]

[[package]]
name = "rolldown-ariadne"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee296fe9ac0007f2c0eff04d55c980de537aa3d736e873d70c9c47d4c737ea44"
dependencies = [
 "unicode-width",
 "yansi",
]

[[package]]
name = "rolldown_common"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c0b913096dcb858bd18ebb2896f0396cc9eef866c4a777f43a28978c2361482"
dependencies = [
 "anyhow",
 "arcstr",
 "bitflags",
 "dashmap",
 "derive_more",
 "fast-glob",
 "itertools",
 "num-bigint",
 "oxc",
 "oxc_ecmascript 0.135.0",
 "oxc_index 5.0.0",
 "oxc_resolver",
 "oxc_str 0.135.0",
 "rolldown_ecmascript",
 "rolldown_error",
 "rolldown_sourcemap",
 "rolldown_std_utils",
 "rolldown_utils",
 "rustc-hash",
 "serde",
 "serde_json",
 "simdutf8",
 "string_wizard",
 "sugar_path",
 "tokio",
]

[[package]]
name = "rolldown_dev_common"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf4babfc1a883362296bc449e9029525590a278176a8aeb835700341551d5fca"
dependencies = [
 "derive_more",
 "rolldown_common",
 "rolldown_error",
 "rolldown_utils",
]

[[package]]
name = "rolldown_devtools"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44796ea6053e8dc69fd9d30d75db8fc198345778f4bf03a7f9b1ff811c913436"
dependencies = [
 "blake3",
 "rolldown_devtools_action",
 "rustc-hash",
 "serde",
 "serde_json",
 "tracing",
 "tracing-subscriber",
]

[[package]]
name = "rolldown_devtools_action"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03864dbc3c854f25eab550e5a6dccf68b76eb37023acec19da438ace6563a6af"
dependencies = [
 "serde",
 "ts-rs",
]

[[package]]
name = "rolldown_ecmascript"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2ae4bdbcea84a04de85c942e14ad37558253cbe26db75dd66748fc0aea36417"
dependencies = [
 "arcstr",
 "oxc",
 "oxc_sourcemap 7.0.0",
 "oxc_str 0.135.0",
 "rolldown_error",
 "self_cell",
]

[[package]]
name = "rolldown_ecmascript_utils"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bd5a6423fe8ed6b672d154befb06ebe767512f1a7a57e620bf43eb260d8ea94"
dependencies = [
 "memchr",
 "oxc",
 "rolldown_common",
 "rolldown_utils",
]

[[package]]
name = "rolldown_error"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43f078d870421bd15edadb6e929f85268cc969777da51f76482655630a7a00c7"
dependencies = [
 "anyhow",
 "arcstr",
 "bitflags",
 "derive_more",
 "heck",
 "oxc",
 "oxc_resolver",
 "rolldown-ariadne",
 "ropey",
 "rustc-hash",
 "sugar_path",
]

[[package]]
name = "rolldown_fs"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d16c353f96803b1b6f2d1b556b19dfb301e5abdb129633a26cd8f3e1c3dda728"
dependencies = [
 "oxc_resolver",
 "vfs",
]

[[package]]
name = "rolldown_plugin"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "734e92f929c5c614cbfcadc3f7ffb69ca17d77a43f969750f4cc54f52922c301"
dependencies = [
 "anyhow",
 "arcstr",
 "async-trait",
 "bitflags",
 "dashmap",
 "derive_more",
 "nodejs-built-in-modules",
 "oxc_index 5.0.0",
 "rolldown_common",
 "rolldown_devtools",
 "rolldown_ecmascript",
 "rolldown_error",
 "rolldown_fs",
 "rolldown_resolver",
 "rolldown_sourcemap",
 "rolldown_utils",
 "rustc-hash",
 "serde",
 "serde_json",
 "string_wizard",
 "sugar_path",
 "tokio",
 "tracing",
 "typedmap",
]

[[package]]
name = "rolldown_plugin_asset_module"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99f4363e31467c40d64b6bed9fa78fbf0cedc091dc91fc06fe4a70043756d06c"
dependencies = [
 "anyhow",
 "memchr",
 "rolldown_common",
 "rolldown_plugin",
 "rolldown_utils",
 "rustc-hash",
 "string_wizard",
 "sugar_path",
 "tokio",
]

[[package]]
name = "rolldown_plugin_chunk_import_map"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03fa0e179f1d1928c294c1c9baeadbc492d89032b73d98af8ae43f7f32bf1c41"
dependencies = [
 "arcstr",
 "rolldown_common",
 "rolldown_plugin",
 "rolldown_utils",
 "rustc-hash",
 "serde_json",
 "xxhash-rust",
]

[[package]]
name = "rolldown_plugin_copy_module"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9be2d57e0325f3efb954a02dd0fbfc1da07538efbbc160a6147179efefeaf52a"
dependencies = [
 "anyhow",
 "arcstr",
 "memchr",
 "rolldown_common",
 "rolldown_plugin",
 "rolldown_utils",
 "rustc-hash",
 "string_wizard",
 "sugar_path",
 "tokio",
]

[[package]]
name = "rolldown_plugin_data_url"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52ac5a46015d9f1d4fdf0189e0f3e719bd15e6aba1e4cd646e235ca3fadbc36e"
dependencies = [
 "arcstr",
 "base64-simd",
 "rolldown_common",
 "rolldown_plugin",
 "rolldown_utils",
 "simdutf8",
 "urlencoding",
]

[[package]]
name = "rolldown_plugin_hmr"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071ae013ebda5b2a5b0846d981644ee57ead80db20f4a086de8896a501b5f55e"
dependencies = [
 "rolldown_common",
 "rolldown_plugin",
]

[[package]]
name = "rolldown_plugin_lazy_compilation"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "859d5c1b2f0208582ce85a2a5aaef47b7960d5214948baf0d62240a40eda076b"
dependencies = [
 "anyhow",
 "arcstr",
 "oxc",
 "rolldown_common",
 "rolldown_plugin",
 "rolldown_utils",
 "serde_json",
]

[[package]]
name = "rolldown_plugin_oxc_runtime"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4002489466d2fec6050014701ebdab2f2a1ebc88244dc9a11531834e6e253c02"
dependencies = [
 "arcstr",
 "phf",
 "rolldown_common",
 "rolldown_plugin",
 "rolldown_utils",
]

[[package]]
name = "rolldown_resolver"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04790e1466b4056328777e5afa936ec29bf77dcc3130835f679b8cac3a5c2078"
dependencies = [
 "anyhow",
 "arcstr",
 "dashmap",
 "itertools",
 "oxc_resolver",
 "rolldown_common",
 "rolldown_fs",
 "rolldown_utils",
 "sugar_path",
]

[[package]]
name = "rolldown_sourcemap"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e8f829e3f2f5bc790af0b721232d88912f3acd9eb6c68ec2e480d9801a0d8b4"
dependencies = [
 "memchr",
 "oxc",
 "oxc_sourcemap 7.0.0",
]

[[package]]
name = "rolldown_std_utils"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f800cd84222afd812c98b776f8e4bb8bfd87afbde3b9c8528b7f15f95969cca"
dependencies = [
 "regex",
]

[[package]]
name = "rolldown_tracing"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e935e2d29e2cf9a887168e3fd82c6d456963a09e9e3ef08eb51a49005ea6e36"
dependencies = [
 "tracing",
 "tracing-chrome",
 "tracing-subscriber",
]

[[package]]
name = "rolldown_utils"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6636d73a62cd0f247dd0e5c61e5c493d04e415f8a9faafd93efa6063cf060db7"
dependencies = [
 "anyhow",
 "arcstr",
 "async-scoped",
 "base-encode",
 "base64-simd",
 "cow-utils",
 "dashmap",
 "fast-glob",
 "form_urlencoded",
 "futures",
 "indexmap",
 "infer",
 "itoa",
 "memchr",
 "mime",
 "nom",
 "oxc",
 "oxc_index 5.0.0",
 "oxc_str 0.135.0",
 "rayon",
 "regex",
 "regress",
 "rolldown_error",
 "rolldown_std_utils",
 "rustc-hash",
 "serde_json",
 "simdutf8",
 "sugar_path",
 "tokio",
 "uuid",
 "xxhash-rust",
]

[[package]]
name = "ropey"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93411e420bcd1a75ddd1dc3caf18c23155eda2c090631a85af21ba19e97093b5"
dependencies = [
 "smallvec",
 "str_indices",
]

[[package]]
name = "rustc-hash"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"

[[package]]
name = "rustc_version"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
dependencies = [
 "semver",
]

[[package]]
name = "rustix"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
dependencies = [
 "bitflags",
 "errno",
 "libc",
 "linux-raw-sys",
 "windows-sys",
]

[[package]]
name = "rustler"
version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60ac8495cb6091c1f8bd0c3bb816cd4e6f0a073f396d77eb602cb7f0615212de"
dependencies = [
 "inventory",
 "libc",
 "libloading",
 "regex-lite",
 "rustler_codegen",
 "serde",
]

[[package]]
name = "rustler_codegen"
version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "780a2a6b7e3cfac35820473f85cec1cd84d1bdd37ebcb4e24fb126ef0f074838"
dependencies = [
 "heck",
 "inventory",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "rustler_match_spec"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d556fa3e9ba2280532881541d51ac4a14912c32494c3e7c0688f753f20760c5"
dependencies = [
 "rustler",
]

[[package]]
name = "rustversion"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"

[[package]]
name = "ryu"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"

[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"

[[package]]
name = "seize"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b55fb86dfd3a2f5f76ea78310a88f96c4ea21a3031f8d212443d56123fd0521"
dependencies = [
 "libc",
 "windows-sys",
]

[[package]]
name = "self_cell"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"

[[package]]
name = "semver"
version = "1.0.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"

[[package]]
name = "seq-macro"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"

[[package]]
name = "serde"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
dependencies = [
 "serde_core",
 "serde_derive",
]

[[package]]
name = "serde_core"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
dependencies = [
 "serde_derive",
]

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

[[package]]
name = "serde_json"
version = "1.0.150"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
dependencies = [
 "indexmap",
 "itoa",
 "memchr",
 "serde",
 "serde_core",
 "zmij",
]

[[package]]
name = "sha1"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214"
dependencies = [
 "cfg-if",
 "cpufeatures 0.3.0",
 "digest 0.11.3",
]

[[package]]
name = "sha2"
version = "0.10.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
dependencies = [
 "cfg-if",
 "cpufeatures 0.2.17",
 "digest 0.10.7",
]

[[package]]
name = "sharded-slab"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
dependencies = [
 "lazy_static",
]

[[package]]
name = "shlex"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"

[[package]]
name = "simd-adler32"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"

[[package]]
name = "simd-json"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4255126f310d2ba20048db6321c81ab376f6a6735608bf11f0785c41f01f64e3"
dependencies = [
 "halfbrown",
 "ref-cast",
 "simdutf8",
 "value-trait",
]

[[package]]
name = "simdutf8"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"

[[package]]
name = "siphasher"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"

[[package]]
name = "slab"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"

[[package]]
name = "smallvec"
version = "1.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
dependencies = [
 "serde",
]

[[package]]
name = "smawk"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8e2fb0f499abb4d162f2bedad68f5ef91a1682b5a03596ddb67efd37768d100"

[[package]]
name = "stable_deref_trait"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"

[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"

[[package]]
name = "str_indices"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d08889ec5408683408db66ad89e0e1f93dff55c73a4ccc71c427d5b277ee47e6"

[[package]]
name = "string_wizard"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3329e20c442a41a696da22dd806277d00c1918921c5866a144e70d8e891afc7"
dependencies = [
 "memchr",
 "oxc_index 5.0.0",
 "oxc_sourcemap 7.0.0",
 "regex",
 "rustc-hash",
 "serde",
]

[[package]]
name = "subtle"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"

[[package]]
name = "sugar_path"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36fe837e881ad5c3b60fadeb8e9b0bc5c907c4b7d84b4415a7f0bbc3f9073631"
dependencies = [
 "memchr",
 "smallvec",
]

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

[[package]]
name = "synstructure"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "tempfile"
version = "3.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
dependencies = [
 "fastrand",
 "getrandom",
 "once_cell",
 "rustix",
 "windows-sys",
]

[[package]]
name = "termcolor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
dependencies = [
 "winapi-util",
]

[[package]]
name = "textwrap"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
dependencies = [
 "smawk",
 "unicode-linebreak",
 "unicode-width",
]

[[package]]
name = "thiserror"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
 "thiserror-impl 1.0.69",
]

[[package]]
name = "thiserror"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
dependencies = [
 "thiserror-impl 2.0.18",
]

[[package]]
name = "thiserror-impl"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "thiserror-impl"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "thread_local"
version = "1.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
dependencies = [
 "cfg-if",
]

[[package]]
name = "tinystr"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
dependencies = [
 "displaydoc",
 "zerovec",
]

[[package]]
name = "tokio"
version = "1.52.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
dependencies = [
 "pin-project-lite",
 "tokio-macros",
]

[[package]]
name = "tokio-macros"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

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

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

[[package]]
name = "tracing-chrome"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf0a738ed5d6450a9fb96e86a23ad808de2b727fd1394585da5cdd6788ffe724"
dependencies = [
 "serde_json",
 "tracing-core",
 "tracing-subscriber",
]

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

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

[[package]]
name = "tracing-serde"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
dependencies = [
 "serde",
 "tracing-core",
]

[[package]]
name = "tracing-subscriber"
version = "0.3.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
dependencies = [
 "nu-ansi-term",
 "serde",
 "serde_json",
 "sharded-slab",
 "smallvec",
 "thread_local",
 "tracing-core",
 "tracing-log",
 "tracing-serde",
]

[[package]]
name = "ts-rs"
version = "12.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "756050066659291d47a554a9f558125db17428b073c5ffce1daf5dcb0f7231d8"
dependencies = [
 "thiserror 2.0.18",
 "ts-rs-macros",
]

[[package]]
name = "ts-rs-macros"
version = "12.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38d90eea51bc7988ef9e674bf80a85ba6804739e535e9cab48e4bb34a8b652aa"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
 "termcolor",
]

[[package]]
name = "typedmap"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63278e72ed4f207eb3216c944cbafb35bdb656d2eab97ef73c0c165a1cd3e319"

[[package]]
name = "typenum"
version = "1.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"

[[package]]
name = "unicode-id-start"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81b79ad29b5e19de4260020f8919b443b2ef0277d242ce532ec7b7a2cc8b6007"

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

[[package]]
name = "unicode-linebreak"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"

[[package]]
name = "unicode-segmentation"
version = "1.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"

[[package]]
name = "unicode-width"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"

[[package]]
name = "unicode-xid"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"

[[package]]
name = "url"
version = "2.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
dependencies = [
 "form_urlencoded",
 "idna",
 "percent-encoding",
 "serde",
]

[[package]]
name = "urlencoding"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"

[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"

[[package]]
name = "uuid"
version = "1.23.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "144d6b123cef80b301b8f72a9e2ca4370ddec21950d0a103dd22c437006d2db7"
dependencies = [
 "getrandom",
 "js-sys",
 "wasm-bindgen",
]

[[package]]
name = "valuable"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"

[[package]]
name = "value-trait"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e80f0c733af0720a501b3905d22e2f97662d8eacfe082a75ed7ffb5ab08cb59"
dependencies = [
 "float-cmp",
 "halfbrown",
 "itoa",
 "ryu",
]

[[package]]
name = "version_check"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"

[[package]]
name = "vfs"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69d33cbe2ac48f2a446f04c33aef4906078ffd224888df5ae60b7ed401ded771"
dependencies = [
 "filetime",
]

[[package]]
name = "vsimd"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"

[[package]]
name = "wasip2"
version = "1.0.4+wasi-0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
dependencies = [
 "wit-bindgen 0.57.1",
]

[[package]]
name = "wasip3"
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
dependencies = [
 "wit-bindgen 0.51.0",
]

[[package]]
name = "wasm-bindgen"
version = "0.2.125"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ddb3f79143bced6de84270411622a2699cee572fc0875aeaf1e7867cf9fca1a"
dependencies = [
 "cfg-if",
 "once_cell",
 "rustversion",
 "wasm-bindgen-macro",
 "wasm-bindgen-shared",
]

[[package]]
name = "wasm-bindgen-macro"
version = "0.2.125"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e21a184b13fb19e157296e2c46056aec9092264fab83e4ba59e68c61b323c3d"
dependencies = [
 "quote",
 "wasm-bindgen-macro-support",
]

[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.125"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fecefd9c35bd935a20fc3fc344b5f29138961e4f47fb03297d88f2587afb5ebd"
dependencies = [
 "bumpalo",
 "proc-macro2",
 "quote",
 "syn",
 "wasm-bindgen-shared",
]

[[package]]
name = "wasm-bindgen-shared"
version = "0.2.125"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23939e44bb9a5d7576fa2b563dc2e136628f1224e88a8deed09e04858b77871f"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "wasm-encoder"
version = "0.244.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
dependencies = [
 "leb128fmt",
 "wasmparser",
]

[[package]]
name = "wasm-metadata"
version = "0.244.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
dependencies = [
 "anyhow",
 "indexmap",
 "wasm-encoder",
 "wasmparser",
]

[[package]]
name = "wasmparser"
version = "0.244.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
dependencies = [
 "bitflags",
 "hashbrown 0.15.5",
 "indexmap",
 "semver",
]

[[package]]
name = "winapi-util"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [
 "windows-sys",
]

[[package]]
name = "windows"
version = "0.62.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
dependencies = [
 "windows-collections",
 "windows-core",
 "windows-future",
 "windows-numerics",
]

[[package]]
name = "windows-collections"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
dependencies = [
 "windows-core",
]

[[package]]
name = "windows-core"
version = "0.62.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
dependencies = [
 "windows-implement",
 "windows-interface",
 "windows-link",
 "windows-result",
 "windows-strings",
]

[[package]]
name = "windows-future"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
dependencies = [
 "windows-core",
 "windows-link",
 "windows-threading",
]

[[package]]
name = "windows-implement"
version = "0.60.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "windows-interface"
version = "0.59.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "windows-link"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"

[[package]]
name = "windows-numerics"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
dependencies = [
 "windows-core",
 "windows-link",
]

[[package]]
name = "windows-result"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
dependencies = [
 "windows-link",
]

[[package]]
name = "windows-strings"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
dependencies = [
 "windows-link",
]

[[package]]
name = "windows-sys"
version = "0.61.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
dependencies = [
 "windows-link",
]

[[package]]
name = "windows-threading"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
dependencies = [
 "windows-link",
]

[[package]]
name = "wit-bindgen"
version = "0.51.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
dependencies = [
 "wit-bindgen-rust-macro",
]

[[package]]
name = "wit-bindgen"
version = "0.57.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"

[[package]]
name = "wit-bindgen-core"
version = "0.51.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
dependencies = [
 "anyhow",
 "heck",
 "wit-parser",
]

[[package]]
name = "wit-bindgen-rust"
version = "0.51.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
dependencies = [
 "anyhow",
 "heck",
 "indexmap",
 "prettyplease",
 "syn",
 "wasm-metadata",
 "wit-bindgen-core",
 "wit-component",
]

[[package]]
name = "wit-bindgen-rust-macro"
version = "0.51.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
dependencies = [
 "anyhow",
 "prettyplease",
 "proc-macro2",
 "quote",
 "syn",
 "wit-bindgen-core",
 "wit-bindgen-rust",
]

[[package]]
name = "wit-component"
version = "0.244.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
dependencies = [
 "anyhow",
 "bitflags",
 "indexmap",
 "log",
 "serde",
 "serde_derive",
 "serde_json",
 "wasm-encoder",
 "wasm-metadata",
 "wasmparser",
 "wit-parser",
]

[[package]]
name = "wit-parser"
version = "0.244.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
dependencies = [
 "anyhow",
 "id-arena",
 "indexmap",
 "log",
 "semver",
 "serde",
 "serde_derive",
 "serde_json",
 "unicode-xid",
 "wasmparser",
]

[[package]]
name = "writeable"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"

[[package]]
name = "xxhash-rust"
version = "0.8.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"

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

[[package]]
name = "yoke"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
dependencies = [
 "stable_deref_trait",
 "yoke-derive",
 "zerofrom",
]

[[package]]
name = "yoke-derive"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
 "synstructure",
]

[[package]]
name = "zerofrom"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
dependencies = [
 "zerofrom-derive",
]

[[package]]
name = "zerofrom-derive"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
 "synstructure",
]

[[package]]
name = "zerotrie"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
dependencies = [
 "displaydoc",
 "yoke",
 "zerofrom",
]

[[package]]
name = "zerovec"
version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
dependencies = [
 "yoke",
 "zerofrom",
 "zerovec-derive",
]

[[package]]
name = "zerovec-derive"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "zlib-rs"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3be3d40e40a133f9c916ee3f9f4fa2d9d63435b5fbe1bfc6d9dae0aa0ada1513"

[[package]]
name = "zmij"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"