version = 4
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
dependencies = [
"lazy_static",
"regex",
]
[[package]]
name = "addr2line"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
dependencies = [
"gimli",
]
[[package]]
name = "adler2"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
[[package]]
name = "ahash"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
dependencies = [
"getrandom 0.2.15",
"once_cell",
"version_check",
]
[[package]]
name = "ahash"
version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
dependencies = [
"cfg-if",
"getrandom 0.3.2",
"once_cell",
"serde",
"version_check",
"zerocopy 0.8.25",
]
[[package]]
name = "aho-corasick"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
dependencies = [
"memchr",
]
[[package]]
name = "allocator-api2"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
[[package]]
name = "ambient-authority"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "anyhow"
version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
dependencies = [
"backtrace",
]
[[package]]
name = "anymap3"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "170433209e817da6aae2c51aa0dd443009a613425dd041ebfb2492d1c4c11a25"
[[package]]
name = "arbitrary"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
[[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 = "ascii"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
[[package]]
name = "ast_node"
version = "3.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a184645bcc6f52d69d8e7639720699c6a99efb711f886e251ed1d16db8dd90e"
dependencies = [
"quote",
"swc_macros_common",
"syn 2.0.95",
]
[[package]]
name = "async-recursion"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "async-trait"
version = "0.1.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "atomic_refcell"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41e67cd8309bbd06cd603a9e693a784ac2e5d1e955f11286e355089fcab3047c"
[[package]]
name = "auto_impl"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "autocfg"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
[[package]]
name = "backtrace"
version = "0.3.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
dependencies = [
"addr2line",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
"windows-targets 0.52.6",
]
[[package]]
name = "backtrace-ext"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50"
dependencies = [
"backtrace",
]
[[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.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "781dd20c3aff0bd194fe7d2a977dd92f21c173891f3a03b677359e5fa457e5d5"
dependencies = [
"simd-abstraction",
]
[[package]]
name = "base64-simd"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
dependencies = [
"outref 0.5.1",
"vsimd",
]
[[package]]
name = "better_scoped_tls"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cd228125315b132eed175bf47619ac79b945b26e56b848ba203ae4ea8603609"
dependencies = [
"scoped-tls",
]
[[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 = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
dependencies = [
"serde",
]
[[package]]
name = "bitvec"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
[[package]]
name = "blake3"
version = "1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e"
dependencies = [
"arrayref",
"arrayvec",
"cc",
"cfg-if",
"constant_time_eq",
]
[[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 = "browserslist-data"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f42db7dd1800856ac32d4a08c2915de9a9a2a72ce1fdd86189daed368729fd4"
dependencies = [
"ahash 0.8.12",
"chrono",
]
[[package]]
name = "browserslist-rs"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dd48a6ca358df4f7000e3fb5f08738b1b91a0e5d5f862e2f77b2b14647547f5"
dependencies = [
"ahash 0.8.12",
"browserslist-data",
"chrono",
"either",
"itertools 0.13.0",
"nom",
"serde",
"serde_json",
"thiserror 1.0.69",
]
[[package]]
name = "bstr"
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
dependencies = [
"memchr",
"serde",
]
[[package]]
name = "bumpalo"
version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
dependencies = [
"allocator-api2",
]
[[package]]
name = "bytecheck"
version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
dependencies = [
"bytecheck_derive 0.6.12",
"ptr_meta 0.1.4",
"simdutf8",
]
[[package]]
name = "bytecheck"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50c8f430744b23b54ad15161fcbc22d82a29b73eacbe425fea23ec822600bc6f"
dependencies = [
"bytecheck_derive 0.8.0",
"ptr_meta 0.3.0",
"rancor",
"simdutf8",
]
[[package]]
name = "bytecheck_derive"
version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "bytecheck_derive"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "523363cbe1df49b68215efdf500b103ac3b0fb4836aed6d15689a076eadb8fff"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
[[package]]
name = "bytes-str"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c60b5ce37e0b883c37eb89f79a1e26fbe9c1081945d024eee93e8d91a7e18b3"
dependencies = [
"bytes",
"rkyv 0.8.8",
"serde",
]
[[package]]
name = "camino"
version = "1.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
dependencies = [
"serde",
]
[[package]]
name = "cap-fs-ext"
version = "3.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
dependencies = [
"cap-primitives",
"cap-std",
"io-lifetimes",
"windows-sys 0.59.0",
]
[[package]]
name = "cap-primitives"
version = "3.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
dependencies = [
"ambient-authority",
"fs-set-times",
"io-extras",
"io-lifetimes",
"ipnet",
"maybe-owned",
"rustix 1.0.8",
"rustix-linux-procfs",
"windows-sys 0.59.0",
"winx",
]
[[package]]
name = "cap-rand"
version = "3.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
dependencies = [
"ambient-authority",
"rand",
]
[[package]]
name = "cap-std"
version = "3.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
dependencies = [
"cap-primitives",
"io-extras",
"io-lifetimes",
"rustix 1.0.8",
]
[[package]]
name = "cap-time-ext"
version = "3.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
dependencies = [
"ambient-authority",
"cap-primitives",
"iana-time-zone",
"once_cell",
"rustix 1.0.8",
"winx",
]
[[package]]
name = "cargo-platform"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
dependencies = [
"serde",
]
[[package]]
name = "cargo_metadata"
version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924"
dependencies = [
"camino",
"cargo-platform",
"semver",
"serde",
"serde_json",
"thiserror 2.0.12",
]
[[package]]
name = "castaway"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5"
dependencies = [
"rustversion",
]
[[package]]
name = "cc"
version = "1.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32db95edf998450acc7881c932f94cd9b05c87b4b2599e8bab064753da4acfd1"
dependencies = [
"shlex",
]
[[package]]
name = "cfg-if"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
[[package]]
name = "chrono"
version = "0.4.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
dependencies = [
"android-tzdata",
"iana-time-zone",
"num-traits",
"windows-targets 0.52.6",
]
[[package]]
name = "clean-path"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaa6b4b263a5d737e9bf6b7c09b72c41a5480aec4d7219af827f6564e950b6a5"
[[package]]
name = "cobs"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
dependencies = [
"thiserror 2.0.12",
]
[[package]]
name = "color-backtrace"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2123a5984bd52ca861c66f66a9ab9883b27115c607f801f86c1bc2a84eb69f0f"
dependencies = [
"backtrace",
"termcolor",
]
[[package]]
name = "compact_str"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f"
dependencies = [
"castaway",
"cfg-if",
"itoa",
"ryu",
"static_assertions",
]
[[package]]
name = "concat-string"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7439becb5fafc780b6f4de382b1a7a3e70234afe783854a4702ee8adbb838609"
[[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 = "console"
version = "0.15.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea3c6ecd8059b57859df5c69830340ed3c41d30e3da0c1cbed90a96ac853041b"
dependencies = [
"encode_unicode",
"libc",
"once_cell",
"unicode-width 0.2.0",
"windows-sys 0.59.0",
]
[[package]]
name = "const-str"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21077772762a1002bb421c3af42ac1725fa56066bfc53d9a55bb79905df2aaf3"
dependencies = [
"const-str-proc-macro",
]
[[package]]
name = "const-str-proc-macro"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e1e0fdd2e5d3041e530e1b21158aeeef8b5d0e306bc5c1e3d6cf0930d10e25a"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "constant_time_eq"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
[[package]]
name = "convert_case"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "convert_case"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
[[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.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
dependencies = [
"libc",
]
[[package]]
name = "cranelift-assembler-x64"
version = "0.122.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ae7b60ec3fd7162427d3b3801520a1908bef7c035b52983cd3ca11b8e7deb51"
dependencies = [
"cranelift-assembler-x64-meta",
]
[[package]]
name = "cranelift-assembler-x64-meta"
version = "0.122.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6511c200fed36452697b4b6b161eae57d917a2044e6333b1c1389ed63ccadeee"
dependencies = [
"cranelift-srcgen",
]
[[package]]
name = "cranelift-bforest"
version = "0.122.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f7086a645aa58bae979312f64e3029ac760ac1b577f5cd2417844842a2ca07f"
dependencies = [
"cranelift-entity",
]
[[package]]
name = "cranelift-bitset"
version = "0.122.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5225b4dec45f3f3dbf383f12560fac5ce8d780f399893607e21406e12e77f491"
dependencies = [
"serde",
"serde_derive",
]
[[package]]
name = "cranelift-codegen"
version = "0.122.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "858fb3331e53492a95979378d6df5208dd1d0d315f19c052be8115f4efc888e0"
dependencies = [
"bumpalo",
"cranelift-assembler-x64",
"cranelift-bforest",
"cranelift-bitset",
"cranelift-codegen-meta",
"cranelift-codegen-shared",
"cranelift-control",
"cranelift-entity",
"cranelift-isle",
"gimli",
"hashbrown 0.15.2",
"log",
"pulley-interpreter",
"regalloc2",
"rustc-hash",
"serde",
"smallvec",
"target-lexicon",
"wasmtime-internal-math",
]
[[package]]
name = "cranelift-codegen-meta"
version = "0.122.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "456715b9d5f12398f156d5081096e7b5d039f01b9ecc49790a011c8e43e65b5f"
dependencies = [
"cranelift-assembler-x64-meta",
"cranelift-codegen-shared",
"cranelift-srcgen",
"pulley-interpreter",
]
[[package]]
name = "cranelift-codegen-shared"
version = "0.122.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0306041099499833f167a0ddb707e1e54100f1a84eab5631bc3dad249708f482"
[[package]]
name = "cranelift-control"
version = "0.122.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1672945e1f9afc2297f49c92623f5eabc64398e2cb0d824f8f72a2db2df5af23"
dependencies = [
"arbitrary",
]
[[package]]
name = "cranelift-entity"
version = "0.122.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa3cd55eb5f3825b9ae5de1530887907360a6334caccdc124c52f6d75246c98a"
dependencies = [
"cranelift-bitset",
"serde",
"serde_derive",
]
[[package]]
name = "cranelift-frontend"
version = "0.122.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "781f9905f8139b8de22987b66b522b416fe63eb76d823f0b3a8c02c8fd9500c7"
dependencies = [
"cranelift-codegen",
"log",
"smallvec",
"target-lexicon",
]
[[package]]
name = "cranelift-isle"
version = "0.122.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a05337a2b02c3df00b4dd9a263a027a07b3dff49f61f7da3b5d195c21eaa633d"
[[package]]
name = "cranelift-native"
version = "0.122.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eee7a496dd66380082c9c5b6f2d5fa149cec0ec383feec5caf079ca2b3671c2"
dependencies = [
"cranelift-codegen",
"libc",
"target-lexicon",
]
[[package]]
name = "cranelift-srcgen"
version = "0.122.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b530783809a55cb68d070e0de60cfbb3db0dc94c8850dd5725411422bedcf6bb"
[[package]]
name = "crc32fast"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
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.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "css-module-lexer"
version = "0.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b51940c54c6ca015d3add383571ec5610114466eb67aa0a27096e1dcf3c9e29"
dependencies = [
"smallvec",
]
[[package]]
name = "cssparser"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9be934d936a0fbed5bcdc01042b770de1398bf79d0e192f49fa7faea0e99281e"
dependencies = [
"cssparser-macros",
"dtoa-short",
"itoa",
"phf",
"serde",
"smallvec",
]
[[package]]
name = "cssparser-color"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "556c099a61d85989d7af52b692e35a8d68a57e7df8c6d07563dc0778b3960c9f"
dependencies = [
"cssparser",
]
[[package]]
name = "cssparser-macros"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
dependencies = [
"quote",
"syn 2.0.95",
]
[[package]]
name = "ctor"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
dependencies = [
"ctor-proc-macro",
"dtor",
]
[[package]]
name = "ctor-proc-macro"
version = "0.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
[[package]]
name = "darling"
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn 2.0.95",
]
[[package]]
name = "darling_macro"
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
dependencies = [
"darling_core",
"quote",
"syn 2.0.95",
]
[[package]]
name = "dashmap"
version = "5.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
dependencies = [
"cfg-if",
"hashbrown 0.14.5",
"lock_api",
"once_cell",
"parking_lot_core",
]
[[package]]
name = "dashmap"
version = "6.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
dependencies = [
"cfg-if",
"crossbeam-utils",
"hashbrown 0.14.5",
"lock_api",
"once_cell",
"parking_lot_core",
"rayon",
]
[[package]]
name = "data-encoding"
version = "2.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
[[package]]
name = "data-url"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193"
dependencies = [
"matches",
]
[[package]]
name = "debugid"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
dependencies = [
"serde",
"uuid",
]
[[package]]
name = "deranged"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
]
[[package]]
name = "derive_builder"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
dependencies = [
"derive_builder_macro",
]
[[package]]
name = "derive_builder_core"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
dependencies = [
"darling",
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "derive_builder_macro"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
dependencies = [
"derive_builder_core",
"syn 2.0.95",
]
[[package]]
name = "derive_more"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678"
dependencies = [
"derive_more-impl",
]
[[package]]
name = "derive_more-impl"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
"unicode-xid",
]
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
]
[[package]]
name = "displaydoc"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "dtoa"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
[[package]]
name = "dtoa-short"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
dependencies = [
"dtoa",
]
[[package]]
name = "dtor"
version = "0.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
dependencies = [
"dtor-proc-macro",
]
[[package]]
name = "dtor-proc-macro"
version = "0.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
[[package]]
name = "dunce"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
[[package]]
name = "dyn-clone"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
[[package]]
name = "either"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
[[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 = "encode_unicode"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
[[package]]
name = "endian-type"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
dependencies = [
"libc",
"windows-sys 0.59.0",
]
[[package]]
name = "fallible-iterator"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
[[package]]
name = "fancy-regex"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
dependencies = [
"bit-set",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "fast-glob"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ea3f6bbcf4dbe2076b372186fc7aeecd5f6f84754582e56ee7db262b15a6f0"
dependencies = [
"arrayvec",
]
[[package]]
name = "fd-lock"
version = "4.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
dependencies = [
"cfg-if",
"rustix 1.0.8",
"windows-sys 0.59.0",
]
[[package]]
name = "fixedbitset"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
[[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 = "form_urlencoded"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
[[package]]
name = "from_variant"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "308530a56b099da144ebc5d8e179f343ad928fa2b3558d1eb3db9af18d6eff43"
dependencies = [
"swc_macros_common",
"syn 2.0.95",
]
[[package]]
name = "fs-set-times"
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
dependencies = [
"io-lifetimes",
"rustix 1.0.8",
"windows-sys 0.59.0",
]
[[package]]
name = "fsevent-sys"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
dependencies = [
"libc",
]
[[package]]
name = "funty"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
[[package]]
name = "futures"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
[[package]]
name = "futures-executor"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
[[package]]
name = "futures-macro"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "futures-sink"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
[[package]]
name = "futures-task"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
[[package]]
name = "futures-util"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"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.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
dependencies = [
"cfg-if",
"js-sys",
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
"wasm-bindgen",
]
[[package]]
name = "getrandom"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
dependencies = [
"cfg-if",
"libc",
"r-efi",
"wasi 0.14.2+wasi-0.2.4",
]
[[package]]
name = "gimli"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
dependencies = [
"fallible-iterator",
"indexmap",
"stable_deref_trait",
]
[[package]]
name = "glob"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
[[package]]
name = "globset"
version = "0.4.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
dependencies = [
"aho-corasick",
"bstr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "halfbrown"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8588661a8607108a5ca69cab034063441a0413a0b041c13618a7dd348021ef6f"
dependencies = [
"hashbrown 0.14.5",
"serde",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
"ahash 0.7.8",
]
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
"ahash 0.8.12",
]
[[package]]
name = "hashbrown"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
dependencies = [
"ahash 0.8.12",
"allocator-api2",
]
[[package]]
name = "hashbrown"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
dependencies = [
"allocator-api2",
"equivalent",
"foldhash",
"serde",
]
[[package]]
name = "hashlink"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
dependencies = [
"hashbrown 0.15.2",
]
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hermit-abi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hstr"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced1416104790052518d199e753d49a7d8130d476c664bc9e53f40cfecb8e615"
dependencies = [
"hashbrown 0.14.5",
"new_debug_unreachable",
"once_cell",
"rustc-hash",
"triomphe",
]
[[package]]
name = "html-escape"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
dependencies = [
"utf8-width",
]
[[package]]
name = "iana-time-zone"
version = "0.1.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows-core",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
[[package]]
name = "icu_collections"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
dependencies = [
"displaydoc",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_locid"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
dependencies = [
"displaydoc",
"litemap",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
name = "icu_locid_transform"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
dependencies = [
"displaydoc",
"icu_locid",
"icu_locid_transform_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_locid_transform_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
[[package]]
name = "icu_normalizer"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
dependencies = [
"displaydoc",
"icu_collections",
"icu_normalizer_data",
"icu_properties",
"icu_provider",
"smallvec",
"utf16_iter",
"utf8_iter",
"write16",
"zerovec",
]
[[package]]
name = "icu_normalizer_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
[[package]]
name = "icu_properties"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
dependencies = [
"displaydoc",
"icu_collections",
"icu_locid_transform",
"icu_properties_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_properties_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
[[package]]
name = "icu_provider"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
dependencies = [
"displaydoc",
"icu_locid",
"icu_provider_macros",
"stable_deref_trait",
"tinystr",
"writeable",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_provider_macros"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "idna"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
dependencies = [
"idna_adapter",
"smallvec",
"utf8_iter",
]
[[package]]
name = "idna_adapter"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
dependencies = [
"icu_normalizer",
"icu_properties",
]
[[package]]
name = "if_chain"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
[[package]]
name = "indexmap"
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
dependencies = [
"equivalent",
"hashbrown 0.15.2",
"rayon",
"serde",
]
[[package]]
name = "indicatif"
version = "0.17.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281"
dependencies = [
"console",
"number_prefix",
"portable-atomic",
"unicode-width 0.2.0",
"web-time",
]
[[package]]
name = "indoc"
version = "2.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
[[package]]
name = "inotify"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
dependencies = [
"bitflags 2.9.1",
"inotify-sys",
"libc",
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
"libc",
]
[[package]]
name = "inventory"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b31349d02fe60f80bbbab1a9402364cad7460626d6030494b08ac4a2075bf81"
dependencies = [
"rustversion",
]
[[package]]
name = "io-extras"
version = "0.18.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
dependencies = [
"io-lifetimes",
"windows-sys 0.59.0",
]
[[package]]
name = "io-lifetimes"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
[[package]]
name = "io-uring"
version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
dependencies = [
"bitflags 2.9.1",
"cfg-if",
"libc",
]
[[package]]
name = "ipnet"
version = "2.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
[[package]]
name = "is-macro"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d57a3e447e24c22647738e4607f1df1e0ec6f72e16182c4cd199f647cdfb0e4"
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "is_ci"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [
"either",
]
[[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.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
[[package]]
name = "js-sys"
version = "0.3.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
dependencies = [
"once_cell",
"wasm-bindgen",
]
[[package]]
name = "json"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
[[package]]
name = "json-strip-comments"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b271732a960335e715b6b2ae66a086f115c74eb97360e996d2bd809bfc063bba"
dependencies = [
"memchr",
]
[[package]]
name = "jsonc-parser"
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b558af6b49fd918e970471374e7a798b2c9bbcda624a210ffa3901ee5614bc8e"
dependencies = [
"serde_json",
]
[[package]]
name = "kqueue"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
dependencies = [
"kqueue-sys",
"libc",
]
[[package]]
name = "kqueue-sys"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
dependencies = [
"bitflags 1.3.2",
"libc",
]
[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "leb128"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
[[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.169"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
[[package]]
name = "libloading"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
dependencies = [
"cfg-if",
"windows-targets 0.52.6",
]
[[package]]
name = "libm"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
[[package]]
name = "lightningcss"
version = "1.0.0-alpha.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b407ca668368d1d5a86cea58ac82d9f9f9ca4bac1e9dce6f16f875f0f081a911"
dependencies = [
"ahash 0.8.12",
"bitflags 2.9.1",
"const-str",
"cssparser",
"cssparser-color",
"data-encoding",
"getrandom 0.3.2",
"indexmap",
"itertools 0.10.5",
"lazy_static",
"lightningcss-derive",
"parcel_selectors",
"parcel_sourcemap",
"pastey",
"pathdiff",
"serde",
"serde-content",
"smallvec",
"static-self",
]
[[package]]
name = "lightningcss-derive"
version = "1.0.0-alpha.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84c12744d1279367caed41739ef094c325d53fb0ffcd4f9b84a368796f870252"
dependencies = [
"convert_case 0.6.0",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
[[package]]
name = "linked_hash_set"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bae85b5be22d9843c80e5fc80e9b64c8a3b1f98f867c709956eca3efff4e92e2"
dependencies = [
"linked-hash-map",
]
[[package]]
name = "linux-raw-sys"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
[[package]]
name = "linux-raw-sys"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
[[package]]
name = "litemap"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
[[package]]
name = "lock_api"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]]
name = "lru"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "718e8fae447df0c7e1ba7f5189829e63fd536945c8988d61444c19039f16b670"
dependencies = [
"hashbrown 0.13.2",
]
[[package]]
name = "mach2"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
dependencies = [
"libc",
]
[[package]]
name = "matchers"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
dependencies = [
"regex-automata",
]
[[package]]
name = "matches"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
[[package]]
name = "maybe-owned"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
[[package]]
name = "md4"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da5ac363534dce5fabf69949225e174fbf111a498bf0ff794c8ea1fba9f3dda"
dependencies = [
"digest",
]
[[package]]
name = "memchr"
version = "2.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
[[package]]
name = "memfd"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
dependencies = [
"rustix 0.38.42",
]
[[package]]
name = "micromegas-perfetto"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf00fa025e680c9ac4fef886b4448d3cd6eaa6afa09946ff8fcb67f15c73f73c"
dependencies = [
"anyhow",
"prost",
"xxhash-rust",
]
[[package]]
name = "miette"
version = "7.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a955165f87b37fd1862df2a59547ac542c77ef6d17c666f619d1ad22dd89484"
dependencies = [
"backtrace",
"backtrace-ext",
"cfg-if",
"miette-derive",
"owo-colors",
"supports-color",
"supports-hyperlinks",
"supports-unicode",
"terminal_size",
"textwrap",
"thiserror 1.0.69",
"unicode-width 0.1.14",
]
[[package]]
name = "miette-derive"
version = "7.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf45bf44ab49be92fd1227a3be6fc6f617f1a337c06af54981048574d8783147"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "mimalloc-rspack"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de20bb33bf95d9c060030d53bcb5d5dc03cbbedfbd1dcda5f6f285b946dae2c0"
dependencies = [
"rspack-libmimalloc-sys",
]
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mime_guess"
version = "2.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
dependencies = [
"mime",
"unicase",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394"
dependencies = [
"adler2",
]
[[package]]
name = "mio"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
dependencies = [
"libc",
"log",
"wasi 0.11.0+wasi-snapshot-preview1",
"windows-sys 0.52.0",
]
[[package]]
name = "munge"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64142d38c84badf60abf06ff9bd80ad2174306a5b11bd4706535090a30a419df"
dependencies = [
"munge_macro",
]
[[package]]
name = "munge_macro"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bb5c1d8184f13f7d0ccbeeca0def2f9a181bce2624302793005f5ca8aa62e5e"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "napi"
version = "3.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f995fe29e20a4d5bf5af93d3c8384fd53772bbbc1bf3b03e38dce2b1b0425e3"
dependencies = [
"anyhow",
"bitflags 2.9.1",
"ctor",
"napi-build",
"napi-sys",
"nohash-hasher",
"rustc-hash",
"serde",
"serde_json",
"tokio",
]
[[package]]
name = "napi-build"
version = "2.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcae8ad5609d14afb3a3b91dee88c757016261b151e9dcecabf1b2a31a6cab14"
[[package]]
name = "napi-derive"
version = "3.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e6d190d5e09d449b2b38127cdcdb7aed860599e492a15c73f977d5d87df69a5"
dependencies = [
"convert_case 0.8.0",
"napi-derive-backend",
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "napi-derive-backend"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15158ced16693eaa0c709e4c9768ca08eb56325691e68510db8440d27ccd41d1"
dependencies = [
"convert_case 0.8.0",
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "napi-sys"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e4e7135a8f97aa0f1509cce21a8a1f9dcec1b50d8dee006b48a5adb69a9d64d"
dependencies = [
"libloading",
]
[[package]]
name = "new_debug_unreachable"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
[[package]]
name = "nibble_vec"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
dependencies = [
"smallvec",
]
[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "normpath"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a9da8c9922c35a1033d76f7272dfc2e7ee20392083d75aeea6ced23c6266578"
dependencies = [
"winapi",
]
[[package]]
name = "notify"
version = "8.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3163f59cd3fa0e9ef8c32f242966a7b9994fd7378366099593e0e73077cd8c97"
dependencies = [
"bitflags 2.9.1",
"fsevent-sys",
"inotify",
"kqueue",
"libc",
"log",
"mio",
"notify-types",
"walkdir",
"windows-sys 0.60.2",
]
[[package]]
name = "notify-types"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
[[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",
"serde",
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[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 = "num_cpus"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "num_threads"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
dependencies = [
"libc",
]
[[package]]
name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
[[package]]
name = "object"
version = "0.36.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
dependencies = [
"crc32fast",
"hashbrown 0.15.2",
"indexmap",
"memchr",
]
[[package]]
name = "once_cell"
version = "1.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
[[package]]
name = "oneshot"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e296cf87e61c9cfc1a61c3c63a0f7f286ed4554e0e22be84e8a38e1d264a2a29"
[[package]]
name = "outref"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f222829ae9293e33a9f5e9f440c6760a3d450a64affe1846486b140db81c1f4"
[[package]]
name = "outref"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
[[package]]
name = "owo-colors"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb37767f6569cd834a413442455e0f066d0d522de8630436e2a1761d9726ba56"
[[package]]
name = "par-core"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e96cbd21255b7fb29a5d51ef38a779b517a91abd59e2756c039583f43ef4c90f"
dependencies = [
"once_cell",
"rayon",
]
[[package]]
name = "par-iter"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3eae0176a010bb94b9a67f0eb9da0fd31410817d58850649c54f485124c9a71a"
dependencies = [
"either",
"par-core",
]
[[package]]
name = "parcel_selectors"
version = "0.28.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54fd03f1ad26cb6b3ec1b7414fa78a3bd639e7dbb421b1a60513c96ce886a196"
dependencies = [
"bitflags 2.9.1",
"cssparser",
"log",
"phf",
"phf_codegen",
"precomputed-hash",
"rustc-hash",
"serde",
"smallvec",
"static-self",
]
[[package]]
name = "parcel_sourcemap"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "485b74d7218068b2b7c0e3ff12fbc61ae11d57cb5d8224f525bd304c6be05bbb"
dependencies = [
"base64-simd 0.7.0",
"data-url",
"rkyv 0.7.45",
"serde",
"serde_json",
"vlq",
]
[[package]]
name = "parking_lot"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-targets 0.52.6",
]
[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
[[package]]
name = "pastey"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
[[package]]
name = "path-clean"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecba01bf2678719532c5e3059e0b5f0811273d94b397088b82e3bd0a78c78fdd"
[[package]]
name = "path-clean"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17359afc20d7ab31fdb42bb844c8b3bb1dabd7dcf7e68428492da7f16966fcef"
[[package]]
name = "path-slash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42"
[[package]]
name = "pathdiff"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
dependencies = [
"camino",
]
[[package]]
name = "percent-encoding"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
[[package]]
name = "petgraph"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"
dependencies = [
"fixedbitset",
"indexmap",
]
[[package]]
name = "phf"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
dependencies = [
"phf_macros",
"phf_shared",
]
[[package]]
name = "phf_codegen"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
dependencies = [
"phf_generator",
"phf_shared",
]
[[package]]
name = "phf_generator"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
dependencies = [
"phf_shared",
"rand",
]
[[package]]
name = "phf_macros"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
dependencies = [
"phf_generator",
"phf_shared",
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "phf_shared"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
dependencies = [
"siphasher",
]
[[package]]
name = "pin-project-lite"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pnp"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab3167cbab15e437e9c7db8a4cf613eb4a77583d4327a8964d50fedd6cf364bd"
dependencies = [
"byteorder",
"clean-path",
"concurrent_lru",
"fancy-regex",
"miniz_oxide",
"path-slash",
"pathdiff",
"radix_trie",
"rustc-hash",
"serde",
"serde_json",
"thiserror 2.0.12",
]
[[package]]
name = "portable-atomic"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6"
[[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 = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]]
name = "ppv-lite86"
version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
"zerocopy 0.7.35",
]
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
[[package]]
name = "precomputed-map"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84350ffee5cedfabf9bee3e8825721f651da8ff79d50fe7a37cf0ca015c428ee"
[[package]]
name = "preset_env_base"
version = "5.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8e82699979593636125cbeeedaf538d11f3dc4645287bbd594041404ad4a88a"
dependencies = [
"anyhow",
"browserslist-rs",
"dashmap 5.5.3",
"from_variant",
"once_cell",
"rustc-hash",
"semver",
"serde",
"st-map",
"tracing",
]
[[package]]
name = "proc-macro2"
version = "1.0.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
dependencies = [
"unicode-ident",
]
[[package]]
name = "prost"
version = "0.13.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
dependencies = [
"bytes",
"prost-derive",
]
[[package]]
name = "prost-derive"
version = "0.13.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
dependencies = [
"anyhow",
"itertools 0.14.0",
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "psm"
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
dependencies = [
"cc",
]
[[package]]
name = "ptr_meta"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
dependencies = [
"ptr_meta_derive 0.1.4",
]
[[package]]
name = "ptr_meta"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe9e76f66d3f9606f44e45598d155cb13ecf09f4a28199e48daf8c8fc937ea90"
dependencies = [
"ptr_meta_derive 0.3.0",
]
[[package]]
name = "ptr_meta_derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "ptr_meta_derive"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca414edb151b4c8d125c12566ab0d74dc9cdba36fb80eb7b848c15f495fd32d1"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "pulley-interpreter"
version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b89c4319786b16c1a6a38ee04788d32c669b61ba4b69da2162c868c18be99c1b"
dependencies = [
"cranelift-bitset",
"log",
"pulley-macros",
"wasmtime-internal-math",
]
[[package]]
name = "pulley-macros"
version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "938543690519c20c3a480d20a8efcc8e69abeb44093ab1df4e7c1f81f26c677a"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "quote"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
dependencies = [
"proc-macro2",
]
[[package]]
name = "r-efi"
version = "5.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
[[package]]
name = "radium"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
[[package]]
name = "radix_fmt"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce082a9940a7ace2ad4a8b7d0b1eac6aa378895f18be598230c5f2284ac05426"
[[package]]
name = "radix_trie"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
dependencies = [
"endian-type",
"nibble_vec",
]
[[package]]
name = "rancor"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "caf5f7161924b9d1cea0e4cabc97c372cea92b5f927fc13c6bca67157a0ad947"
dependencies = [
"ptr_meta 0.3.0",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom 0.2.15",
]
[[package]]
name = "rayon"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
[[package]]
name = "redox_syscall"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
dependencies = [
"bitflags 2.9.1",
]
[[package]]
name = "ref-cast"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931"
dependencies = [
"ref-cast-impl",
]
[[package]]
name = "ref-cast-impl"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "regalloc2"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
dependencies = [
"allocator-api2",
"bumpalo",
"hashbrown 0.15.2",
"log",
"rustc-hash",
"smallvec",
]
[[package]]
name = "regex"
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
[[package]]
name = "regress"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "145bb27393fe455dd64d6cbc8d059adfa392590a45eadf079c01b11857e7b010"
dependencies = [
"hashbrown 0.15.2",
"memchr",
]
[[package]]
name = "rend"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
dependencies = [
"bytecheck 0.6.12",
]
[[package]]
name = "rend"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a35e8a6bf28cd121053a66aa2e6a2e3eaffad4a60012179f0e864aa5ffeff215"
dependencies = [
"bytecheck 0.8.0",
]
[[package]]
name = "rkyv"
version = "0.7.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
dependencies = [
"bitvec",
"bytecheck 0.6.12",
"bytes",
"hashbrown 0.12.3",
"ptr_meta 0.1.4",
"rend 0.4.2",
"rkyv_derive 0.7.45",
"seahash",
"tinyvec",
"uuid",
]
[[package]]
name = "rkyv"
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "395027076c569819ea6035ee62e664f5e03d74e281744f55261dd1afd939212b"
dependencies = [
"bytecheck 0.8.0",
"bytes",
"hashbrown 0.14.5",
"indexmap",
"munge",
"ptr_meta 0.3.0",
"rancor",
"rend 0.5.2",
"rkyv_derive 0.8.8",
"tinyvec",
"uuid",
]
[[package]]
name = "rkyv_derive"
version = "0.7.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "rkyv_derive"
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cb82b74b4810f07e460852c32f522e979787691b0b7b7439fe473e49d49b2f"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[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 = "rspack-libmimalloc-sys"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c741844b1fbe0cfbae8dfeb73b5e5fdc95daf7be58bdd72afb3fd85c86bccdb"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "rspack_allocator"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ceb5ad949041d6559f6ca8fc45a17785d9346b1a0fa8d1406534a6caeb2011af"
dependencies = [
"mimalloc-rspack",
"sftrace-setup",
]
[[package]]
name = "rspack_binding_api"
version = "0.6.0-beta.0"
dependencies = [
"anyhow",
"async-trait",
"color-backtrace",
"cow-utils",
"derive_more",
"futures",
"glob",
"heck",
"napi",
"napi-derive",
"once_cell",
"parking_lot",
"rayon",
"regex",
"ropey",
"rspack_allocator",
"rspack_browser",
"rspack_browserslist",
"rspack_cacheable",
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_fs",
"rspack_hash",
"rspack_hook",
"rspack_ids",
"rspack_javascript_compiler",
"rspack_loader_lightningcss",
"rspack_loader_preact_refresh",
"rspack_loader_react_refresh",
"rspack_loader_runner",
"rspack_loader_swc",
"rspack_loader_testing",
"rspack_napi",
"rspack_napi_macros",
"rspack_paths",
"rspack_plugin_asset",
"rspack_plugin_banner",
"rspack_plugin_circular_dependencies",
"rspack_plugin_copy",
"rspack_plugin_css",
"rspack_plugin_css_chunking",
"rspack_plugin_devtool",
"rspack_plugin_dll",
"rspack_plugin_dynamic_entry",
"rspack_plugin_ensure_chunk_conditions",
"rspack_plugin_entry",
"rspack_plugin_esm_library",
"rspack_plugin_externals",
"rspack_plugin_extract_css",
"rspack_plugin_hmr",
"rspack_plugin_html",
"rspack_plugin_ignore",
"rspack_plugin_javascript",
"rspack_plugin_json",
"rspack_plugin_lazy_compilation",
"rspack_plugin_library",
"rspack_plugin_lightning_css_minimizer",
"rspack_plugin_limit_chunk_count",
"rspack_plugin_merge_duplicate_chunks",
"rspack_plugin_mf",
"rspack_plugin_module_info_header",
"rspack_plugin_module_replacement",
"rspack_plugin_no_emit_on_errors",
"rspack_plugin_progress",
"rspack_plugin_real_content_hash",
"rspack_plugin_remove_duplicate_modules",
"rspack_plugin_remove_empty_chunks",
"rspack_plugin_rsdoctor",
"rspack_plugin_rslib",
"rspack_plugin_rstest",
"rspack_plugin_runtime",
"rspack_plugin_runtime_chunk",
"rspack_plugin_schemes",
"rspack_plugin_size_limits",
"rspack_plugin_split_chunks",
"rspack_plugin_sri",
"rspack_plugin_swc_js_minimizer",
"rspack_plugin_warn_sensitive_module",
"rspack_plugin_wasm",
"rspack_plugin_web_worker_template",
"rspack_plugin_worker",
"rspack_regex",
"rspack_resolver",
"rspack_tasks",
"rspack_tracing",
"rspack_util",
"rspack_workspace",
"rustc-hash",
"serde",
"serde_json",
"sftrace-setup",
"swc_core",
"tokio",
"tracing",
"tracing-subscriber",
"ustr-fxhash",
]
[[package]]
name = "rspack_browser"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "696c7af79e8952a0f8c3049f9fa41b9b1b6352620343cb945694a1b124b64424"
[[package]]
name = "rspack_browserslist"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5367fbb8b840195074bb0c9f14302637e61179e4a58b532485b1c5299a90afaf"
dependencies = [
"browserslist-rs",
"lightningcss",
"regex",
]
[[package]]
name = "rspack_cacheable"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6da42acff2c26ef4bc120a79ee2999826e87df4a0b713ddbffc08751c148115f"
dependencies = [
"camino",
"dashmap 6.1.0",
"hashlink",
"indexmap",
"inventory",
"json",
"lightningcss",
"once_cell",
"rkyv 0.8.8",
"rspack_macros",
"rspack_resolver",
"rspack_sources",
"serde_json",
"smol_str",
"swc_core",
"ustr-fxhash",
"xxhash-rust",
]
[[package]]
name = "rspack_collections"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59e529ae281480907a2a506b8765a02d9d739e9e24769e8ae9284b37b3e3ad3c"
dependencies = [
"dashmap 6.1.0",
"hashlink",
"indexmap",
"rayon",
"rspack_cacheable",
"serde",
"ustr-fxhash",
]
[[package]]
name = "rspack_core"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace1c88cd9054d579129f85f43b3a331ec76182b19c84c1fdebfcb7c6bedee38"
dependencies = [
"anymap3",
"async-recursion",
"async-trait",
"bitflags 2.9.1",
"cow-utils",
"dashmap 6.1.0",
"derive_more",
"dyn-clone",
"either",
"futures",
"hashlink",
"hex",
"indexmap",
"indoc",
"itertools 0.14.0",
"json",
"mime_guess",
"napi",
"num-bigint",
"once_cell",
"paste",
"rayon",
"regex",
"rkyv 0.8.8",
"ropey",
"rspack_cacheable",
"rspack_collections",
"rspack_dojang",
"rspack_error",
"rspack_fs",
"rspack_futures",
"rspack_hash",
"rspack_hook",
"rspack_javascript_compiler",
"rspack_loader_runner",
"rspack_location",
"rspack_macros",
"rspack_napi",
"rspack_paths",
"rspack_regex",
"rspack_resolver",
"rspack_sources",
"rspack_storage",
"rspack_tasks",
"rspack_util",
"rspack_workspace",
"rustc-hash",
"scopeguard",
"serde",
"serde_json",
"sugar_path",
"swc_core",
"swc_node_comments",
"tokio",
"tracing",
"urlencoding",
"ustr-fxhash",
"winnow",
]
[[package]]
name = "rspack_dojang"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9803670afdceac77551ca44c99b9a63c78e77848bc1d5db11d5a9975a290486e"
dependencies = [
"html-escape",
"serde_json",
]
[[package]]
name = "rspack_error"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d31c73c98e52c27f259980d8728b9da7477870ddbdd8004a3fc51d9d092c0bd"
dependencies = [
"anyhow",
"miette",
"owo-colors",
"rspack_cacheable",
"rspack_collections",
"rspack_location",
"rspack_paths",
"serde_json",
"termcolor",
"textwrap",
"unicode-width 0.2.0",
]
[[package]]
name = "rspack_fs"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d85d589b12f2f5016bd879f98b0125bbf518d24f5d30fea6fda428f1c00b47b3"
dependencies = [
"async-trait",
"cfg-if",
"cow-utils",
"dashmap 6.1.0",
"dunce",
"fast-glob",
"notify",
"pnp",
"rspack_error",
"rspack_paths",
"rspack_regex",
"rspack_util",
"tokio",
"tracing",
]
[[package]]
name = "rspack_futures"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f7fa8e4d8e2087a2a05ad9437dc495861bcd7daf85001d3ec83b9753d559efb"
dependencies = [
"rspack_tasks",
"tokio",
]
[[package]]
name = "rspack_hash"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a2ea515782c05d94e9b54fba1c20d46fecd903fd780fc3f46092f7046ec648e"
dependencies = [
"md4",
"rspack_cacheable",
"sha2",
"smol_str",
"xxhash-rust",
]
[[package]]
name = "rspack_hook"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fddb31113791e228ecd65fc022503aea887048823fa53d7ca41b1617c029282"
dependencies = [
"async-trait",
"rspack_error",
"rspack_macros",
"rustc-hash",
"tracing",
]
[[package]]
name = "rspack_ids"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "209c51183b28bc2f0d7b1a1f5df94efc6582c113e3f3ac451adf1c10b93280e9"
dependencies = [
"itertools 0.14.0",
"rayon",
"regex",
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_hook",
"rspack_util",
"rustc-hash",
"tracing",
]
[[package]]
name = "rspack_javascript_compiler"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d773e0275f483c1b4fe7a3c099c6bb1739cd04c5bdf821f997856564475b87ef"
dependencies = [
"anyhow",
"base64",
"indoc",
"jsonc-parser",
"rspack_error",
"rspack_sources",
"rspack_util",
"rspack_workspace",
"rustc-hash",
"serde",
"serde_json",
"stacker",
"swc_config",
"swc_core",
"swc_ecma_lexer",
"swc_ecma_minifier",
"swc_error_reporters",
"swc_node_comments",
"url",
]
[[package]]
name = "rspack_loader_lightningcss"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fcca3b37a7d4b6980012c9fc002948f88b3fcc3aaadd24cdf4596add5f7e32a"
dependencies = [
"async-trait",
"derive_more",
"lightningcss",
"parcel_sourcemap",
"rspack_browserslist",
"rspack_cacheable",
"rspack_core",
"rspack_error",
"rspack_hook",
"rspack_loader_runner",
"serde",
"serde_json",
"tokio",
"tracing",
]
[[package]]
name = "rspack_loader_preact_refresh"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6f2cf73d87431d91d3ff054570a9d5aef4c17757f44a4eac88d6d3f8bfbd17"
dependencies = [
"async-trait",
"rspack_cacheable",
"rspack_core",
"rspack_error",
"rspack_hook",
"rspack_loader_runner",
"tracing",
]
[[package]]
name = "rspack_loader_react_refresh"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "867cc8ed58b0769081c2bb54266a4949c9908855b55e600a69c18b9ac8d5c2cc"
dependencies = [
"async-trait",
"rspack_cacheable",
"rspack_core",
"rspack_error",
"rspack_hook",
"rspack_loader_runner",
"tracing",
]
[[package]]
name = "rspack_loader_runner"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87bc838a61fbc515a23c44df2a8560a0848dcab200a5a75c11856c7efdb9a2ba"
dependencies = [
"anymap3",
"async-trait",
"derive_more",
"memchr",
"once_cell",
"rspack_cacheable",
"rspack_collections",
"rspack_error",
"rspack_fs",
"rspack_paths",
"rspack_sources",
"rspack_util",
"rustc-hash",
"serde_json",
"tokio",
"tracing",
"winnow",
]
[[package]]
name = "rspack_loader_swc"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "343ddb1f1dfe8bdf66bcd7308f187f5314ba62b337a770cdd31a98c2c416d071"
dependencies = [
"async-trait",
"either",
"rspack_cacheable",
"rspack_core",
"rspack_error",
"rspack_hook",
"rspack_javascript_compiler",
"rspack_loader_runner",
"rspack_swc_plugin_import",
"rspack_swc_plugin_ts_collector",
"rspack_util",
"rspack_workspace",
"rustc-hash",
"serde",
"serde_json",
"stacker",
"sugar_path",
"swc",
"swc_config",
"swc_core",
"tokio",
"tracing",
]
[[package]]
name = "rspack_loader_testing"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3099711ecaf08f47126bd38b570bcef97e28519083eb60d3a73a9dc4c93b0f3e"
dependencies = [
"async-trait",
"rspack_cacheable",
"rspack_core",
"rspack_error",
"rspack_loader_runner",
"serde_json",
]
[[package]]
name = "rspack_location"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3815d70bed0908400cd7bea47b7bdae5a328d5219c4da063714eeccdcf88d910"
dependencies = [
"itoa",
"rspack_cacheable",
"swc_core",
]
[[package]]
name = "rspack_macros"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f615f1d557d5922bbafa44c3923b19913a24f58626b37a9792132192e926c2cb"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "rspack_napi"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d0e0cdcb481d954b5cdeb7cb7c90c0ced2cc74258b407de40adb8a8d4df400a"
dependencies = [
"napi",
"oneshot",
"rspack_browser",
"rspack_error",
"serde_json",
"tokio",
]
[[package]]
name = "rspack_napi_macros"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "731530d4f719986d84ec38f84d70a22a582361dbaaa9551da2e8601dfae3b0b1"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "rspack_paths"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea7dee8ab286008e1054e159b09feafe163ff5a6471c0a0ffcacb4ee7ff87ad5"
dependencies = [
"camino",
"dashmap 6.1.0",
"indexmap",
"rspack_cacheable",
"rustc-hash",
"ustr-fxhash",
]
[[package]]
name = "rspack_plugin_asset"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "894cead001269e98c4e5cb3efd28a7c6656ff7cc42fdd2a02f2c9d8ecd27f2cf"
dependencies = [
"async-trait",
"mime_guess",
"rayon",
"rspack_cacheable",
"rspack_core",
"rspack_error",
"rspack_hash",
"rspack_hook",
"rspack_util",
"serde_json",
"tracing",
"urlencoding",
]
[[package]]
name = "rspack_plugin_banner"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcbbba93ca4315d872514f02f8042b6d43960b44ef620f62f865098f25287212"
dependencies = [
"cow-utils",
"futures",
"regex",
"rspack_core",
"rspack_error",
"rspack_hook",
"rspack_util",
"tracing",
]
[[package]]
name = "rspack_plugin_circular_dependencies"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d462457b0f9f21d038ba2fb091150d6f04376751b22aed3db98cb7619a4d6ad0"
dependencies = [
"cow-utils",
"derive_more",
"futures",
"itertools 0.14.0",
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_hook",
"rspack_regex",
"rustc-hash",
"tracing",
]
[[package]]
name = "rspack_plugin_copy"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ddb7a3a221e97c3b58a0607ca2a34202be5d1548deacc4875a129eb6578630a"
dependencies = [
"dashmap 6.1.0",
"derive_more",
"futures",
"glob",
"pathdiff",
"regex",
"rspack_core",
"rspack_error",
"rspack_hash",
"rspack_hook",
"rspack_paths",
"rustc-hash",
"sugar_path",
"tracing",
]
[[package]]
name = "rspack_plugin_css"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77f84831c183c0804cf022df82ee2b624822e54b0e8508884d01d3ff858226c8"
dependencies = [
"async-trait",
"atomic_refcell",
"cow-utils",
"css-module-lexer",
"heck",
"indexmap",
"once_cell",
"regex",
"rspack_cacheable",
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_futures",
"rspack_hash",
"rspack_hook",
"rspack_plugin_runtime",
"rspack_util",
"rustc-hash",
"serde_json",
"tokio",
"tracing",
"urlencoding",
]
[[package]]
name = "rspack_plugin_css_chunking"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc41878cb74e11618ac995cf115abdd5c169d4ab52dc8cff9aab89cc484b11ff"
dependencies = [
"indexmap",
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_hook",
"rspack_plugin_css",
"rspack_regex",
"tokio",
"tracing",
]
[[package]]
name = "rspack_plugin_devtool"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b67df6e09b4a5a037e558cb01bbdea4c477d526111543fffeb0ce7ae0f735237"
dependencies = [
"cow-utils",
"dashmap 6.1.0",
"derive_more",
"futures",
"itertools 0.14.0",
"memchr",
"rayon",
"regex",
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_futures",
"rspack_hash",
"rspack_hook",
"rspack_plugin_javascript",
"rspack_util",
"rustc-hash",
"simd-json",
"sugar_path",
"tracing",
]
[[package]]
name = "rspack_plugin_dll"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99bd1e557db6eff57fb7537d9617fd7363fa5e1397bc5e7734347b5b39381766"
dependencies = [
"async-trait",
"rspack_cacheable",
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_hash",
"rspack_hook",
"rspack_paths",
"rspack_plugin_externals",
"rspack_util",
"rustc-hash",
"serde",
"serde_json",
"tracing",
]
[[package]]
name = "rspack_plugin_dynamic_entry"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17b920f7d99466426fb144b22ffeb5d254e87bc7f651aeb60f4577da05ed07b"
dependencies = [
"derive_more",
"futures",
"rspack_core",
"rspack_error",
"rspack_hook",
"rspack_util",
"tracing",
]
[[package]]
name = "rspack_plugin_ensure_chunk_conditions"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b9364dccaabb2dc9dc52b277abec4ae63afdc8ba02f99cdbe232b8b488249a7"
dependencies = [
"rspack_core",
"rspack_error",
"rspack_hook",
"rustc-hash",
"tracing",
]
[[package]]
name = "rspack_plugin_entry"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4d71bba65c62a2b036f64c29b2619d3159bd41612252fdadb77acb29b5b38c3"
dependencies = [
"rspack_core",
"rspack_error",
"rspack_hook",
"tracing",
]
[[package]]
name = "rspack_plugin_esm_library"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efd0005cfb6a3cb364e6b28418d70fb4edddaf3734353f2cd7152197c2cc748b"
dependencies = [
"async-trait",
"rayon",
"regex",
"rspack_cacheable",
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_futures",
"rspack_hash",
"rspack_hook",
"rspack_javascript_compiler",
"rspack_plugin_javascript",
"rspack_util",
"serde",
"serde_json",
"sugar_path",
"swc_core",
"tokio",
"tracing",
]
[[package]]
name = "rspack_plugin_externals"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a84f8225357a618a85690aee0bfaf1d06449654115d105a8d4a81016f77b58d3"
dependencies = [
"regex",
"rspack_core",
"rspack_error",
"rspack_hook",
"rspack_plugin_javascript",
"rspack_regex",
"tracing",
]
[[package]]
name = "rspack_plugin_extract_css"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be09f1eee59c1c6f21899eea254821a7e60574aeb39b034fb63149afa39f3057"
dependencies = [
"async-trait",
"cow-utils",
"regex",
"rspack_cacheable",
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_hash",
"rspack_hook",
"rspack_paths",
"rspack_plugin_javascript",
"rspack_plugin_runtime",
"rspack_util",
"rustc-hash",
"serde",
"serde_json",
"tokio",
"tracing",
"ustr-fxhash",
]
[[package]]
name = "rspack_plugin_hmr"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cfb092019e0cecdb3ab1ba02ecb0cff7a8ae0edea5b2f113b545dda80ef5133"
dependencies = [
"async-trait",
"cow-utils",
"rspack_cacheable",
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_hash",
"rspack_hook",
"rspack_plugin_css",
"rspack_plugin_javascript",
"rspack_util",
"rustc-hash",
"serde_json",
"tokio",
"tracing",
]
[[package]]
name = "rspack_plugin_html"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "160634c9d05ec777f262c437c67bf2cc3337cd21a8a75e489caec399f5df867b"
dependencies = [
"anyhow",
"atomic_refcell",
"cow-utils",
"futures",
"itertools 0.14.0",
"path-clean 1.0.1",
"rayon",
"rspack_core",
"rspack_dojang",
"rspack_error",
"rspack_hook",
"rspack_paths",
"rspack_util",
"serde",
"serde_json",
"sha2",
"sugar_path",
"swc_core",
"swc_html",
"swc_html_minifier",
"tracing",
"urlencoding",
]
[[package]]
name = "rspack_plugin_ignore"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fcbcf2a7983083085f394d0403a0cae59c98729d2261caf4fd84940e986185"
dependencies = [
"derive_more",
"futures",
"rspack_core",
"rspack_error",
"rspack_hook",
"rspack_regex",
"tracing",
]
[[package]]
name = "rspack_plugin_javascript"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fd318a8040d2aab1b0f59f2d811c8c0b44a08f5bfeced28b6939e1bf89866a6"
dependencies = [
"anymap3",
"async-trait",
"bitflags 2.9.1",
"cow-utils",
"either",
"fast-glob",
"indexmap",
"indoc",
"itertools 0.14.0",
"linked_hash_set",
"num-bigint",
"once_cell",
"rayon",
"regex",
"regress",
"ropey",
"rspack_cacheable",
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_futures",
"rspack_hash",
"rspack_hook",
"rspack_ids",
"rspack_javascript_compiler",
"rspack_paths",
"rspack_regex",
"rspack_util",
"rustc-hash",
"serde_json",
"sugar_path",
"swc_core",
"swc_node_comments",
"tokio",
"tracing",
"url",
"winnow",
]
[[package]]
name = "rspack_plugin_json"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c7e36ecc62df5d2a3afc87d83bcd1fa61e6c448e4484be7da48e38a4ab80c39"
dependencies = [
"async-trait",
"cow-utils",
"json",
"ropey",
"rspack_cacheable",
"rspack_core",
"rspack_error",
"rspack_util",
]
[[package]]
name = "rspack_plugin_lazy_compilation"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4da7f39d12356b92ebe1441b9f22a43dfdedf05ff05c8d9d3429d2aa3fea2594"
dependencies = [
"async-trait",
"rspack_cacheable",
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_hash",
"rspack_hook",
"rspack_paths",
"rspack_plugin_javascript",
"rspack_regex",
"rspack_util",
"serde_json",
"tokio",
"tracing",
]
[[package]]
name = "rspack_plugin_library"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d618b1702e8f852819a8825523b6f0f5893dc4776fc84c68abd8cb6feafce03"
dependencies = [
"futures",
"regex",
"rspack_cacheable",
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_hash",
"rspack_hook",
"rspack_plugin_javascript",
"rustc-hash",
"serde_json",
"swc_core",
"tracing",
]
[[package]]
name = "rspack_plugin_lightning_css_minimizer"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24e74df2a42eb9a5afdb70d6746c71b0e170af23b26d5158c98736295aa926f7"
dependencies = [
"lightningcss",
"parcel_sourcemap",
"rayon",
"regex",
"ropey",
"rspack_core",
"rspack_error",
"rspack_hash",
"rspack_hook",
"rspack_util",
"tracing",
]
[[package]]
name = "rspack_plugin_limit_chunk_count"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d68dcd12ed509f7d627cd0273bf47d1d3b0590c78f1af17bfdd20ddb23700ba5"
dependencies = [
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_hook",
"tracing",
]
[[package]]
name = "rspack_plugin_merge_duplicate_chunks"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bca2d752a0010faf373009fcbbf58753a1d5089f471bfe9d8a37ea049e62961a"
dependencies = [
"rayon",
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_hook",
"rustc-hash",
"tracing",
]
[[package]]
name = "rspack_plugin_mf"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43fb170c6bff68792e34e4ed295b565cb3fce7670dc9e50b23a685818c3ddfbb"
dependencies = [
"async-trait",
"camino",
"hashlink",
"itertools 0.14.0",
"regex",
"rspack_cacheable",
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_fs",
"rspack_hash",
"rspack_hook",
"rspack_loader_runner",
"rspack_plugin_javascript",
"rspack_plugin_runtime",
"rspack_sources",
"rspack_util",
"rustc-hash",
"serde",
"serde_json",
"tokio",
"tracing",
]
[[package]]
name = "rspack_plugin_module_info_header"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f5ea71b7a772fed7a85e71a3c2e1788bd7dd667fe0bfa5409e12b4ad4225a4c"
dependencies = [
"regex",
"rspack_cacheable",
"rspack_core",
"rspack_error",
"rspack_hash",
"rspack_hook",
"rspack_plugin_css",
"rspack_plugin_javascript",
"rustc-hash",
"tracing",
]
[[package]]
name = "rspack_plugin_module_replacement"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62ffe23c3ee7344f3c2da3e8840d55451456819b1406aa1a9a682df2e821458d"
dependencies = [
"derive_more",
"futures",
"rspack_core",
"rspack_error",
"rspack_hook",
"rspack_paths",
"rspack_regex",
"rustc-hash",
"tracing",
]
[[package]]
name = "rspack_plugin_no_emit_on_errors"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "755d8308e07d08f3bd313cb53b91c2b68cf3afe358d591082ce34ae952b28d68"
dependencies = [
"rspack_core",
"rspack_error",
"rspack_hook",
"tracing",
]
[[package]]
name = "rspack_plugin_progress"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12f2009b3e703db3f05f8c201018ff05aa9c984397d1211080958a73d9656950"
dependencies = [
"futures",
"indicatif",
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_hook",
"tokio",
"tracing",
]
[[package]]
name = "rspack_plugin_real_content_hash"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "214245342504e8ec6ed317060131f250f9b99ec9c05d7b2b4e4a3ab63c3338b9"
dependencies = [
"aho-corasick",
"atomic_refcell",
"derive_more",
"indexmap",
"once_cell",
"rayon",
"regex",
"rspack_core",
"rspack_error",
"rspack_futures",
"rspack_hash",
"rspack_hook",
"rspack_util",
"rustc-hash",
"tracing",
]
[[package]]
name = "rspack_plugin_remove_duplicate_modules"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7fb6c9e402f330e1c365bb4544f6de73f56224ed1e8d3d781778f2178b936fa"
dependencies = [
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_hook",
"rustc-hash",
"tracing",
]
[[package]]
name = "rspack_plugin_remove_empty_chunks"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47a212d5ee9042dea35a11bc728b7b58ec7b26da57b05e12f902c89f2f488bfc"
dependencies = [
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_hook",
"tracing",
]
[[package]]
name = "rspack_plugin_rsdoctor"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f7b2e3626977c61db46f79efa4ae1543657ef366ce955924342edf18db9ebcb"
dependencies = [
"atomic_refcell",
"futures",
"indexmap",
"rayon",
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_hook",
"rspack_paths",
"rspack_plugin_devtool",
"rspack_util",
"rustc-hash",
"tokio",
"tracing",
]
[[package]]
name = "rspack_plugin_rslib"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "556672a836ed36b87d50aa824a289a04b2c6fad289fb24e82cac92f3426e6df4"
dependencies = [
"rspack_core",
"rspack_error",
"rspack_hook",
"rspack_plugin_javascript",
"rspack_plugin_library",
"swc_core",
"tracing",
]
[[package]]
name = "rspack_plugin_rstest"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "938e8bb162c825c24fb5524f35549f38cdf298caea296b091f266fbb8384ad20"
dependencies = [
"camino",
"regex",
"rspack_cacheable",
"rspack_core",
"rspack_error",
"rspack_hook",
"rspack_plugin_javascript",
"rspack_util",
"swc_core",
"tracing",
]
[[package]]
name = "rspack_plugin_runtime"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f13c8485e6d5ede08b1f0bd356aa19585a412cd5e7298f2097014f5f1a2a244f"
dependencies = [
"async-trait",
"atomic_refcell",
"cow-utils",
"derive_more",
"futures",
"indexmap",
"itertools 0.14.0",
"rspack_cacheable",
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_hash",
"rspack_hook",
"rspack_plugin_javascript",
"rspack_util",
"rustc-hash",
"serde_json",
"tokio",
"tracing",
]
[[package]]
name = "rspack_plugin_runtime_chunk"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1518675d8cc3c65e588a199d75894250533595e094b91ea846ac83d3bc550686"
dependencies = [
"futures",
"rspack_core",
"rspack_error",
"rspack_hook",
"tracing",
]
[[package]]
name = "rspack_plugin_schemes"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a96d6577dbfacf9a5163c075d637d04a82a984a8febe99c2988117680aca3e5"
dependencies = [
"anyhow",
"async-trait",
"cow-utils",
"napi",
"once_cell",
"regex",
"rspack_core",
"rspack_error",
"rspack_fs",
"rspack_hook",
"rspack_paths",
"rspack_util",
"serde",
"serde_json",
"sha2",
"tokio",
"tracing",
"url",
"urlencoding",
]
[[package]]
name = "rspack_plugin_size_limits"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69857f283a1a0b256825afe608b8a48c0d378985c1fc7f36d80a2b689d8cb1e1"
dependencies = [
"derive_more",
"futures",
"rspack_core",
"rspack_error",
"rspack_futures",
"rspack_hook",
"rspack_util",
"tracing",
]
[[package]]
name = "rspack_plugin_split_chunks"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b744c36c0cd916609ffc3c062394fcc51109e4a536b7d46e30a8cc067712e0c4"
dependencies = [
"dashmap 6.1.0",
"derive_more",
"futures",
"itertools 0.14.0",
"rayon",
"regex",
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_futures",
"rspack_hash",
"rspack_hook",
"rspack_regex",
"rspack_util",
"rustc-hash",
"tracing",
]
[[package]]
name = "rspack_plugin_sri"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99a1d0c35d806491bedb34d3811e5929d71319da70e68437608116ba0bd958b6"
dependencies = [
"async-trait",
"cow-utils",
"derive_more",
"futures",
"indexmap",
"pathdiff",
"rayon",
"regex",
"rspack_cacheable",
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_fs",
"rspack_hash",
"rspack_hook",
"rspack_paths",
"rspack_plugin_html",
"rspack_plugin_real_content_hash",
"rspack_plugin_runtime",
"rspack_util",
"rustc-hash",
"serde_json",
"sha2",
"tokio",
"tracing",
"urlencoding",
]
[[package]]
name = "rspack_plugin_swc_js_minimizer"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5451a329c0c0bb6d438635e256b4cd526a64ad1e8e9b11c339d04b000da9f160"
dependencies = [
"cow-utils",
"once_cell",
"rayon",
"regex",
"rspack_core",
"rspack_error",
"rspack_hash",
"rspack_hook",
"rspack_javascript_compiler",
"rspack_plugin_javascript",
"rspack_util",
"serde_json",
"swc_config",
"swc_core",
"swc_ecma_minifier",
"tracing",
]
[[package]]
name = "rspack_plugin_warn_sensitive_module"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e94f7cf6769593ad61fbd7960ae6aa409cc9defe1e04f103d00f570b20c2fd3f"
dependencies = [
"cow-utils",
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_hook",
"rustc-hash",
"tracing",
]
[[package]]
name = "rspack_plugin_wasm"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e17ee6a26a55255f72dac70bfdf792638b34259549a0da9b17d3ce8e5657b8d8"
dependencies = [
"async-trait",
"cow-utils",
"dashmap 6.1.0",
"indexmap",
"rayon",
"rspack_cacheable",
"rspack_collections",
"rspack_core",
"rspack_error",
"rspack_hash",
"rspack_hook",
"rspack_util",
"serde_json",
"swc_core",
"tokio",
"tracing",
"wasmparser 0.222.0",
]
[[package]]
name = "rspack_plugin_web_worker_template"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d14de4b9a1e4701a0e2593392f4bb75359024eb07043017e12b06ba60ed1787"
dependencies = [
"rspack_core",
"rspack_plugin_runtime",
]
[[package]]
name = "rspack_plugin_worker"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3598ce9b4c637eff2cdff40a630143882e317badde430df118087affe24d6245"
dependencies = [
"rspack_core",
"rspack_error",
"rspack_hook",
"tracing",
]
[[package]]
name = "rspack_regex"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e4f52b6e34928b9c25da1e6d3ff3f623ba416be23f9d20e912662ea9d3c5ce5"
dependencies = [
"cow-utils",
"napi",
"regex-syntax",
"regress",
"rspack_cacheable",
"rspack_error",
"swc_core",
]
[[package]]
name = "rspack_resolver"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8680fe2525e9823c41cd53103aa27a2d1a22f412ea00913a91d5dd300a2d767"
dependencies = [
"async-trait",
"cfg-if",
"dashmap 6.1.0",
"dunce",
"futures",
"indexmap",
"json-strip-comments",
"pnp",
"rustc-hash",
"serde",
"serde_json",
"thiserror 1.0.69",
"tokio",
"tracing",
]
[[package]]
name = "rspack_sources"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ede63b6f16d4421a0b06e89d3b01839d8d27f11c0dd4a4c7e7c93b1ad5a66770"
dependencies = [
"dashmap 6.1.0",
"dyn-clone",
"itertools 0.13.0",
"memchr",
"rustc-hash",
"serde",
"serde_json",
"simd-json",
"static_assertions",
]
[[package]]
name = "rspack_storage"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0228f2da61777b61c4f288e2900d553a8a22d29e05b809f3ec0e1071dd738c8"
dependencies = [
"async-trait",
"cow-utils",
"futures",
"itertools 0.14.0",
"rayon",
"rspack_error",
"rspack_fs",
"rspack_paths",
"rustc-hash",
"tokio",
"tracing",
]
[[package]]
name = "rspack_swc_plugin_import"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "796f9648d61bd0dbae1690dc15db9ff8ef961def2b3e8a7c8838873b9a74fe41"
dependencies = [
"cow-utils",
"heck",
"rustc-hash",
"serde",
"swc_core",
]
[[package]]
name = "rspack_swc_plugin_ts_collector"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fb952dbf89f2d2dc30b0ebe9251069c3401b4703f7e13232df37e03122cdeb6"
dependencies = [
"rustc-hash",
"swc_core",
]
[[package]]
name = "rspack_tasks"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b90e90e3bac8618e1a61f5739468865f5364152bd179d36b9b43e663efe7924"
dependencies = [
"tokio",
]
[[package]]
name = "rspack_tracing"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef96dcd9c3d5a258131f5d103a73e13c4ac5ae8a22a8ecd9dd31a7cf0648c603"
dependencies = [
"rspack_tracing_perfetto",
"tracing-subscriber",
]
[[package]]
name = "rspack_tracing_perfetto"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e24eb5447eb153c572c250f47b1535b00881f16e59e5a4de23b9c1bb9cfb114d"
dependencies = [
"bytes",
"micromegas-perfetto",
"prost",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "rspack_util"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c8701e73a75250493431f23a72b3f735408364028993ebe944d991155cd3934"
dependencies = [
"anyhow",
"base64-simd 0.8.0",
"bitflags 2.9.1",
"concat-string",
"cow-utils",
"dashmap 6.1.0",
"indexmap",
"itoa",
"once_cell",
"regex",
"ropey",
"rspack_cacheable",
"rspack_paths",
"rspack_regex",
"rustc-hash",
"ryu-js",
"serde",
"serde_json",
"signal-hook",
"sugar_path",
"swc_config",
"swc_core",
"swc_plugin_runner",
"unicase",
"wasi-common",
"wasmtime",
]
[[package]]
name = "rspack_workspace"
version = "0.6.0-beta.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7f4abb504af3c901d2caeb09329ddfa7f62c4cbca6cd2c6459df024645539ad"
[[package]]
name = "rustc-demangle"
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
[[package]]
name = "rustc-hash"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
[[package]]
name = "rustix"
version = "0.38.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
dependencies = [
"bitflags 2.9.1",
"errno",
"libc",
"linux-raw-sys 0.4.14",
"windows-sys 0.59.0",
]
[[package]]
name = "rustix"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
dependencies = [
"bitflags 2.9.1",
"errno",
"libc",
"linux-raw-sys 0.9.4",
"windows-sys 0.60.2",
]
[[package]]
name = "rustix-linux-procfs"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
dependencies = [
"once_cell",
"rustix 1.0.8",
]
[[package]]
name = "rustversion"
version = "1.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
[[package]]
name = "ryu"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
[[package]]
name = "ryu-js"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd29631678d6fb0903b69223673e122c32e9ae559d0960a38d574695ebc0ea15"
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "scoped-tls"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "seahash"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
[[package]]
name = "semver"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
dependencies = [
"serde",
]
[[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-content"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3753ca04f350fa92d00b6146a3555e63c55388c9ef2e11e09bce2ff1c0b509c6"
dependencies = [
"serde",
]
[[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 2.0.95",
]
[[package]]
name = "serde_json"
version = "1.0.145"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
dependencies = [
"indexmap",
"itoa",
"memchr",
"ryu",
"serde",
"serde_core",
]
[[package]]
name = "sftrace-setup"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98fb782409291a83a40a6d272876e7bbbfe226e095df441d6102ec0bd37d4922"
[[package]]
name = "sha1"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sha2"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[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 = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "signal-hook"
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
dependencies = [
"libc",
]
[[package]]
name = "simd-abstraction"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cadb29c57caadc51ff8346233b5cec1d240b68ce55cf1afc764818791876987"
dependencies = [
"outref 0.1.0",
]
[[package]]
name = "simd-json"
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa2bcf6c6e164e81bc7a5d49fc6988b3d515d9e8c07457d7b74ffb9324b9cd40"
dependencies = [
"getrandom 0.2.15",
"halfbrown",
"ref-cast",
"serde",
"serde_json",
"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 = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
[[package]]
name = "slab"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
dependencies = [
"serde",
]
[[package]]
name = "smartstring"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
dependencies = [
"autocfg",
"static_assertions",
"version_check",
]
[[package]]
name = "smol_str"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9676b89cd56310a87b93dec47b11af744f34d5fc9f367b829474eec0a891350d"
[[package]]
name = "st-map"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8257dd592de7614be71a2342d36ba2d527ddad3f9a0c8d09d6ceed4c371531e4"
dependencies = [
"arrayvec",
"static-map-macro",
]
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "stacker"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "799c883d55abdb5e98af1a7b3f23b9b6de8ecada0ecac058672d7635eb48ca7b"
dependencies = [
"cc",
"cfg-if",
"libc",
"psm",
"windows-sys 0.59.0",
]
[[package]]
name = "static-map-macro"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "710e9696ef338691287aeb937ee6ffe60022f579d3c8d2fd9d58973a9a10a466"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "static-self"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6635404b73efc136af3a7956e53c53d4f34b2f16c95a15c438929add0f69412"
dependencies = [
"indexmap",
"smallvec",
"static-self-derive",
]
[[package]]
name = "static-self-derive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5268c96d4b907c558a9a52d8492522d6c7b559651a5e1d8f2d551e461b9425d5"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[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_enum"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae36a4951ca7bd1cfd991c241584a9824a70f6aff1e7d4f693fb3f2465e4030e"
dependencies = [
"quote",
"swc_macros_common",
"syn 2.0.95",
]
[[package]]
name = "strsim"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "sugar_path"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8230d5b8a65a6d4d4a7e5ee8dbdd9312ba447a8b8329689a390a0945d69b57ce"
[[package]]
name = "supports-color"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6"
dependencies = [
"is_ci",
]
[[package]]
name = "supports-hyperlinks"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "804f44ed3c63152de6a9f90acbea1a110441de43006ea51bcce8f436196a288b"
[[package]]
name = "supports-unicode"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2"
[[package]]
name = "swc"
version = "40.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de6f9d757142d1378ba4a9fd0a7fef3a8f636502f3e0cc1cb51cf91e7c08bfcf"
dependencies = [
"anyhow",
"base64",
"bytes-str",
"dashmap 5.5.3",
"either",
"indexmap",
"jsonc-parser",
"once_cell",
"par-core",
"par-iter",
"parking_lot",
"regex",
"rustc-hash",
"serde",
"serde_json",
"swc_atoms",
"swc_common",
"swc_compiler_base",
"swc_config",
"swc_ecma_ast",
"swc_ecma_codegen",
"swc_ecma_ext_transforms",
"swc_ecma_loader",
"swc_ecma_minifier",
"swc_ecma_parser",
"swc_ecma_preset_env",
"swc_ecma_transforms",
"swc_ecma_transforms_base",
"swc_ecma_transforms_compat",
"swc_ecma_transforms_optimization",
"swc_ecma_utils",
"swc_ecma_visit",
"swc_error_reporters",
"swc_node_comments",
"swc_plugin_proxy",
"swc_plugin_runner",
"swc_sourcemap",
"swc_timer",
"swc_transform_common",
"swc_visit",
"tokio",
"tracing",
"url",
]
[[package]]
name = "swc_allocator"
version = "4.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d7eefd2c8b228a8c73056482b2ae4b3a1071fbe07638e3b55ceca8570cc48bb"
dependencies = [
"allocator-api2",
"bumpalo",
"hashbrown 0.14.5",
"rustc-hash",
]
[[package]]
name = "swc_atoms"
version = "7.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3500dcf04c84606b38464561edc5e46f5132201cb3e23cf9613ed4033d6b1bb2"
dependencies = [
"bytecheck 0.8.0",
"hstr",
"once_cell",
"rancor",
"rkyv 0.8.8",
"serde",
]
[[package]]
name = "swc_common"
version = "14.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2bb772b3a26b8b71d4e8c112ced5b5867be2266364b58517407a270328a2696"
dependencies = [
"anyhow",
"ast_node",
"better_scoped_tls",
"bytecheck 0.8.0",
"bytes-str",
"either",
"from_variant",
"new_debug_unreachable",
"num-bigint",
"once_cell",
"parking_lot",
"rancor",
"rkyv 0.8.8",
"rustc-hash",
"serde",
"siphasher",
"swc_atoms",
"swc_eq_ignore_macros",
"swc_sourcemap",
"swc_visit",
"tracing",
"unicode-width 0.1.14",
"url",
]
[[package]]
name = "swc_compiler_base"
version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d067cb3d44993f0953120a6048d7157a48fa7914f86ee1b98f6da41891e5b4"
dependencies = [
"anyhow",
"base64",
"bytes-str",
"once_cell",
"pathdiff",
"rustc-hash",
"serde",
"serde_json",
"swc_atoms",
"swc_common",
"swc_config",
"swc_ecma_ast",
"swc_ecma_codegen",
"swc_ecma_minifier",
"swc_ecma_parser",
"swc_ecma_visit",
"swc_sourcemap",
"swc_timer",
]
[[package]]
name = "swc_config"
version = "3.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72e90b52ee734ded867104612218101722ad87ff4cf74fe30383bd244a533f97"
dependencies = [
"anyhow",
"bytes-str",
"dashmap 5.5.3",
"globset",
"indexmap",
"once_cell",
"regex",
"regress",
"rustc-hash",
"serde",
"serde_json",
"swc_config_macro",
"swc_sourcemap",
]
[[package]]
name = "swc_config_macro"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b416e8ce6de17dc5ea496e10c7012b35bbc0e3fef38d2e065eed936490db0b3"
dependencies = [
"proc-macro2",
"quote",
"swc_macros_common",
"syn 2.0.95",
]
[[package]]
name = "swc_core"
version = "42.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c9c317f08fdd6f47c820ea5d1c80d43676f9f2032e9ae954a648b59f6a3361c"
dependencies = [
"par-core",
"swc",
"swc_allocator",
"swc_atoms",
"swc_common",
"swc_ecma_ast",
"swc_ecma_codegen",
"swc_ecma_parser",
"swc_ecma_preset_env",
"swc_ecma_quote_macros",
"swc_ecma_transforms_base",
"swc_ecma_transforms_compat",
"swc_ecma_transforms_module",
"swc_ecma_transforms_optimization",
"swc_ecma_transforms_react",
"swc_ecma_transforms_typescript",
"swc_ecma_utils",
"swc_ecma_visit",
"swc_plugin_proxy",
"swc_plugin_runner",
"vergen",
]
[[package]]
name = "swc_ecma_ast"
version = "15.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65c25af97d53cf8aab66a6c68f3418663313fc969ad267fc2a4d19402c329be1"
dependencies = [
"bitflags 2.9.1",
"bytecheck 0.8.0",
"is-macro",
"num-bigint",
"once_cell",
"phf",
"rancor",
"rkyv 0.8.8",
"rustc-hash",
"serde",
"string_enum",
"swc_atoms",
"swc_common",
"swc_visit",
"unicode-id-start",
]
[[package]]
name = "swc_ecma_codegen"
version = "17.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcf55c2d7555c93f4945e29f93b7529562be97ba16e60dd94c25724d746174ac"
dependencies = [
"ascii",
"compact_str",
"memchr",
"num-bigint",
"once_cell",
"regex",
"rustc-hash",
"ryu-js",
"serde",
"swc_allocator",
"swc_atoms",
"swc_common",
"swc_ecma_ast",
"swc_ecma_codegen_macros",
"swc_sourcemap",
"tracing",
]
[[package]]
name = "swc_ecma_codegen_macros"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e276dc62c0a2625a560397827989c82a93fd545fcf6f7faec0935a82cc4ddbb8"
dependencies = [
"proc-macro2",
"swc_macros_common",
"syn 2.0.95",
]
[[package]]
name = "swc_ecma_compat_bugfixes"
version = "28.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0809b7e5a20d31ddaf051a19ea467378d3ea1e9ecee7f7e1866c192c781f00e1"
dependencies = [
"rustc-hash",
"swc_atoms",
"swc_common",
"swc_ecma_ast",
"swc_ecma_compat_es2015",
"swc_ecma_transforms_base",
"swc_ecma_utils",
"swc_ecma_visit",
"swc_trace_macro",
"tracing",
]
[[package]]
name = "swc_ecma_compat_common"
version = "21.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2949ac4924597be747348639eadedf8e54818fb26641f050d3d78361b15d1e0d"
dependencies = [
"swc_common",
"swc_ecma_ast",
"swc_ecma_utils",
"swc_ecma_visit",
]
[[package]]
name = "swc_ecma_compat_es2015"
version = "28.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac21b198899532dd001092cf59884a11187dd655f66dedeb6226224901e3793b"
dependencies = [
"arrayvec",
"indexmap",
"is-macro",
"rustc-hash",
"serde",
"serde_derive",
"smallvec",
"swc_atoms",
"swc_common",
"swc_config",
"swc_ecma_ast",
"swc_ecma_compat_common",
"swc_ecma_transforms_base",
"swc_ecma_transforms_classes",
"swc_ecma_transforms_macros",
"swc_ecma_utils",
"swc_ecma_visit",
"swc_trace_macro",
"tracing",
]
[[package]]
name = "swc_ecma_compat_es2016"
version = "26.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d08be3aaea9e0cb603a00b958f78c6149ce6fc98d0d9622935821a8dd2a99b"
dependencies = [
"swc_common",
"swc_ecma_ast",
"swc_ecma_transforms_base",
"swc_ecma_transforms_macros",
"swc_ecma_utils",
"swc_ecma_visit",
"swc_trace_macro",
"tracing",
]
[[package]]
name = "swc_ecma_compat_es2017"
version = "26.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b68fc5c6237cdb8bb450672443cd640c2acbc84edc3d097349db33de0051668"
dependencies = [
"serde",
"swc_common",
"swc_ecma_ast",
"swc_ecma_transforms_base",
"swc_ecma_utils",
"swc_ecma_visit",
"swc_trace_macro",
"tracing",
]
[[package]]
name = "swc_ecma_compat_es2018"
version = "26.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de471037ff0e178a678a852d232206049578dab258b4e4abc57a677f2d8322d"
dependencies = [
"serde",
"swc_common",
"swc_ecma_ast",
"swc_ecma_compat_common",
"swc_ecma_transforms_base",
"swc_ecma_transforms_macros",
"swc_ecma_utils",
"swc_ecma_visit",
"swc_trace_macro",
"tracing",
]
[[package]]
name = "swc_ecma_compat_es2019"
version = "26.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e5cc26969456801ee879a9b79d69b82ddf3ac8ecd0c601d9960f867d3f91a7c"
dependencies = [
"swc_common",
"swc_ecma_ast",
"swc_ecma_transforms_base",
"swc_ecma_utils",
"swc_ecma_visit",
"swc_trace_macro",
"tracing",
]
[[package]]
name = "swc_ecma_compat_es2020"
version = "27.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ffd86caa05bc410105d05afe0c2fda17cb85ccba82d08fa72250d686a1ad4a3"
dependencies = [
"serde",
"swc_common",
"swc_ecma_ast",
"swc_ecma_compat_es2022",
"swc_ecma_compiler",
"swc_ecma_transforms_base",
"swc_ecma_utils",
"swc_ecma_visit",
"tracing",
]
[[package]]
name = "swc_ecma_compat_es2021"
version = "26.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41b9c2e5183b794675e84c0543fe62a3ec3353bf461dd5b1a0e9396c1ef85101"
dependencies = [
"swc_ecma_ast",
"swc_ecma_compiler",
"swc_ecma_transforms_base",
"swc_ecma_utils",
"tracing",
]
[[package]]
name = "swc_ecma_compat_es2022"
version = "27.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "251f6791226538ac992067316e108b49c90e241e7eb33bc5632d6b0d08c20fd8"
dependencies = [
"rustc-hash",
"swc_atoms",
"swc_common",
"swc_ecma_ast",
"swc_ecma_compat_common",
"swc_ecma_compiler",
"swc_ecma_transforms_base",
"swc_ecma_transforms_classes",
"swc_ecma_transforms_macros",
"swc_ecma_utils",
"swc_ecma_visit",
"swc_trace_macro",
"tracing",
]
[[package]]
name = "swc_ecma_compat_es3"
version = "22.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "248256b4708793bc05ddd67a3e5f5096fcb10349ffb147697bddd368311928f3"
dependencies = [
"swc_common",
"swc_ecma_ast",
"swc_ecma_utils",
"swc_ecma_visit",
"swc_trace_macro",
"tracing",
]
[[package]]
name = "swc_ecma_compiler"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2e2c5abb053281fa1dd99f4ce1e4c062bb18fed4cc24a2eada80d4160212e28"
dependencies = [
"bitflags 2.9.1",
"rustc-hash",
"swc_atoms",
"swc_common",
"swc_ecma_ast",
"swc_ecma_transforms_base",
"swc_ecma_utils",
"swc_ecma_visit",
"swc_trace_macro",
"tracing",
]
[[package]]
name = "swc_ecma_ext_transforms"
version = "21.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf730dc1404ebc2fc6ccbb9e0aa5f25b3a89bd477f8ca79d4fe8257eb0c87742"
dependencies = [
"phf",
"swc_common",
"swc_ecma_ast",
"swc_ecma_utils",
"swc_ecma_visit",
]
[[package]]
name = "swc_ecma_lexer"
version = "23.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "017d06ea85008234aa9fb34d805c7dc563f2ea6e03869ed5ac5a2dc27d561e4d"
dependencies = [
"arrayvec",
"bitflags 2.9.1",
"either",
"num-bigint",
"phf",
"rustc-hash",
"seq-macro",
"serde",
"smallvec",
"smartstring",
"stacker",
"swc_atoms",
"swc_common",
"swc_ecma_ast",
"tracing",
]
[[package]]
name = "swc_ecma_loader"
version = "14.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c675d14700c92f12585049b22b02356f1e142f4b0c32a4d0eb4b7a968a4c0c1e"
dependencies = [
"anyhow",
"dashmap 5.5.3",
"lru",
"normpath",
"once_cell",
"parking_lot",
"path-clean 0.1.0",
"pathdiff",
"rustc-hash",
"serde",
"serde_json",
"swc_atoms",
"swc_common",
"tracing",
]
[[package]]
name = "swc_ecma_minifier"
version = "32.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "135c816e7ec58952af60a2180b97d779a9c7d7b8ec4c5aea83b5776b96c303eb"
dependencies = [
"arrayvec",
"bitflags 2.9.1",
"indexmap",
"num-bigint",
"num_cpus",
"once_cell",
"par-core",
"par-iter",
"parking_lot",
"phf",
"radix_fmt",
"rustc-hash",
"ryu-js",
"serde",
"serde_json",
"swc_atoms",
"swc_common",
"swc_config",
"swc_ecma_ast",
"swc_ecma_codegen",
"swc_ecma_parser",
"swc_ecma_transforms_base",
"swc_ecma_transforms_optimization",
"swc_ecma_usage_analyzer",
"swc_ecma_utils",
"swc_ecma_visit",
"swc_timer",
"tracing",
]
[[package]]
name = "swc_ecma_parser"
version = "24.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8079e65c43d8f3e64e791321355f5864322425fce3a3ab7fc959bbddb531933"
dependencies = [
"either",
"num-bigint",
"serde",
"swc_atoms",
"swc_common",
"swc_ecma_ast",
"swc_ecma_lexer",
"tracing",
]
[[package]]
name = "swc_ecma_preset_env"
version = "34.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d8c89878e98728a1213843f627bf7e756dcf22b8db792c6278668b613e18e32"
dependencies = [
"anyhow",
"foldhash",
"indexmap",
"once_cell",
"precomputed-map",
"preset_env_base",
"rustc-hash",
"serde",
"serde_json",
"string_enum",
"swc_atoms",
"swc_common",
"swc_ecma_ast",
"swc_ecma_compiler",
"swc_ecma_transforms",
"swc_ecma_utils",
"swc_ecma_visit",
]
[[package]]
name = "swc_ecma_quote_macros"
version = "24.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c8c018ebafab9285b7e3dfd757f28c40345e2dfade4566cf3cd3da81fbd2963"
dependencies = [
"anyhow",
"proc-macro2",
"quote",
"rustc-hash",
"swc_atoms",
"swc_common",
"swc_ecma_ast",
"swc_ecma_parser",
"swc_macros_common",
"syn 2.0.95",
]
[[package]]
name = "swc_ecma_transforms"
version = "33.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17aad69f947105eae180fecbf17c5e494a962787c037e6facf1f50895b806b4a"
dependencies = [
"par-core",
"swc_common",
"swc_ecma_ast",
"swc_ecma_transforms_base",
"swc_ecma_transforms_compat",
"swc_ecma_transforms_module",
"swc_ecma_transforms_optimization",
"swc_ecma_transforms_proposal",
"swc_ecma_transforms_react",
"swc_ecma_transforms_typescript",
"swc_ecma_utils",
]
[[package]]
name = "swc_ecma_transforms_base"
version = "26.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0526b4e3d6cedb7e48c5026242809387676f836d4251235fa95165218bb8ce4"
dependencies = [
"better_scoped_tls",
"indexmap",
"once_cell",
"par-core",
"par-iter",
"phf",
"rustc-hash",
"serde",
"swc_atoms",
"swc_common",
"swc_ecma_ast",
"swc_ecma_parser",
"swc_ecma_utils",
"swc_ecma_visit",
"tracing",
]
[[package]]
name = "swc_ecma_transforms_classes"
version = "26.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ad4c8c59a000e0bd587f94afb51eb9caad6a42d07f41b75c56d8bf6276e1bae"
dependencies = [
"swc_common",
"swc_ecma_ast",
"swc_ecma_transforms_base",
"swc_ecma_utils",
"swc_ecma_visit",
]
[[package]]
name = "swc_ecma_transforms_compat"
version = "29.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aed6ee500834a62375aede89f45404b95cd25b08418f6869eac8804bc98dbf47"
dependencies = [
"indexmap",
"par-core",
"serde",
"swc_atoms",
"swc_common",
"swc_ecma_ast",
"swc_ecma_compat_bugfixes",
"swc_ecma_compat_common",
"swc_ecma_compat_es2015",
"swc_ecma_compat_es2016",
"swc_ecma_compat_es2017",
"swc_ecma_compat_es2018",
"swc_ecma_compat_es2019",
"swc_ecma_compat_es2020",
"swc_ecma_compat_es2021",
"swc_ecma_compat_es2022",
"swc_ecma_compat_es3",
"swc_ecma_transforms_base",
"swc_ecma_utils",
"swc_ecma_visit",
"tracing",
]
[[package]]
name = "swc_ecma_transforms_macros"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc777288799bf6786e5200325a56e4fbabba590264a4a48a0c70b16ad0cf5cd8"
dependencies = [
"proc-macro2",
"quote",
"swc_macros_common",
"syn 2.0.95",
]
[[package]]
name = "swc_ecma_transforms_module"
version = "29.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4399b34a7d2c6b289252b1b271af1e79810aed7a06ef3b328de7534fd7a65f5"
dependencies = [
"Inflector",
"anyhow",
"bitflags 2.9.1",
"indexmap",
"is-macro",
"path-clean 1.0.1",
"pathdiff",
"regex",
"rustc-hash",
"serde",
"swc_atoms",
"swc_common",
"swc_config",
"swc_ecma_ast",
"swc_ecma_loader",
"swc_ecma_parser",
"swc_ecma_transforms_base",
"swc_ecma_utils",
"swc_ecma_visit",
"tracing",
]
[[package]]
name = "swc_ecma_transforms_optimization"
version = "28.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb86ae16f150aa4fbc46bd37d6cce44612af59861afa987ab3053f17d343b1"
dependencies = [
"bytes-str",
"dashmap 5.5.3",
"indexmap",
"once_cell",
"par-core",
"petgraph",
"rustc-hash",
"serde_json",
"swc_atoms",
"swc_common",
"swc_ecma_ast",
"swc_ecma_parser",
"swc_ecma_transforms_base",
"swc_ecma_utils",
"swc_ecma_visit",
"tracing",
]
[[package]]
name = "swc_ecma_transforms_proposal"
version = "26.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7cd9f54f3e7b3efb0e30e80f9efeaf99cd4d66ff0b83fda6dcfcbc0e293a767"
dependencies = [
"either",
"rustc-hash",
"serde",
"swc_atoms",
"swc_common",
"swc_ecma_ast",
"swc_ecma_transforms_base",
"swc_ecma_transforms_classes",
"swc_ecma_utils",
"swc_ecma_visit",
]
[[package]]
name = "swc_ecma_transforms_react"
version = "29.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c9939e0a5a23529b63ac87d7a9981dba7f7021b7cb64ecf9039f3dfb0abb48c"
dependencies = [
"base64",
"bytes-str",
"indexmap",
"once_cell",
"rustc-hash",
"serde",
"sha1",
"string_enum",
"swc_atoms",
"swc_common",
"swc_config",
"swc_ecma_ast",
"swc_ecma_parser",
"swc_ecma_transforms_base",
"swc_ecma_utils",
"swc_ecma_visit",
]
[[package]]
name = "swc_ecma_transforms_typescript"
version = "29.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52079079848d95fdfe3634d06b40bdb47865ffbedd9b3c2cf63a8d91dec5eebf"
dependencies = [
"bytes-str",
"rustc-hash",
"serde",
"swc_atoms",
"swc_common",
"swc_ecma_ast",
"swc_ecma_transforms_base",
"swc_ecma_transforms_react",
"swc_ecma_utils",
"swc_ecma_visit",
]
[[package]]
name = "swc_ecma_usage_analyzer"
version = "22.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8031a4473e5366165f23766f5bc8361c45e8ed57f7475c0227147727cbaf3342"
dependencies = [
"bitflags 2.9.1",
"indexmap",
"rustc-hash",
"swc_atoms",
"swc_common",
"swc_ecma_ast",
"swc_ecma_utils",
"swc_ecma_visit",
"swc_timer",
"tracing",
]
[[package]]
name = "swc_ecma_utils"
version = "21.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83259addd99ed4022aa9fc4d39428c008d3d42533769e1a005529da18cde4568"
dependencies = [
"indexmap",
"num_cpus",
"once_cell",
"par-core",
"rustc-hash",
"ryu-js",
"swc_atoms",
"swc_common",
"swc_ecma_ast",
"swc_ecma_visit",
"tracing",
]
[[package]]
name = "swc_ecma_visit"
version = "15.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75a579aa8f9e212af521588df720ccead079c09fe5c8f61007cf724324aed3a0"
dependencies = [
"new_debug_unreachable",
"num-bigint",
"swc_atoms",
"swc_common",
"swc_ecma_ast",
"swc_visit",
"tracing",
]
[[package]]
name = "swc_eq_ignore_macros"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c16ce73424a6316e95e09065ba6a207eba7765496fed113702278b7711d4b632"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "swc_error_reporters"
version = "16.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7a16e3c08fd820735631820a7c220d5ce39bdc08b83eddbc73a645ef744511e"
dependencies = [
"anyhow",
"miette",
"once_cell",
"serde",
"swc_common",
]
[[package]]
name = "swc_html"
version = "26.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45354ce2319a8f8585d18bf2590b93876b962507316d7118244ae7d9ca517244"
dependencies = [
"swc_html_ast",
"swc_html_codegen",
"swc_html_parser",
"swc_html_visit",
]
[[package]]
name = "swc_html_ast"
version = "14.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0aaac81d52eca99cb457287b459e599ae0a09f73b6914b5c327fca86aace3e7f"
dependencies = [
"is-macro",
"string_enum",
"swc_atoms",
"swc_common",
]
[[package]]
name = "swc_html_codegen"
version = "15.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d321188cc1279f9981681aadb77b877fc662e83a8841903f51bd501b40ab5c31"
dependencies = [
"auto_impl",
"bitflags 2.9.1",
"rustc-hash",
"swc_atoms",
"swc_common",
"swc_html_ast",
"swc_html_codegen_macros",
"swc_html_utils",
]
[[package]]
name = "swc_html_codegen_macros"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f98ef1f87379c816ba7d22351c9fc993af38b034bce4da3286cfe4b17e7ec9e2"
dependencies = [
"quote",
"syn 2.0.95",
]
[[package]]
name = "swc_html_minifier"
version = "32.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a6b428da779398d39b57ad1e11c2ef4ac6747edd37c52b6dfe50105e6a16616"
dependencies = [
"once_cell",
"rustc-hash",
"serde",
"serde_json",
"swc_atoms",
"swc_common",
"swc_config",
"swc_ecma_ast",
"swc_ecma_codegen",
"swc_ecma_minifier",
"swc_ecma_parser",
"swc_ecma_transforms_base",
"swc_ecma_visit",
"swc_html_ast",
"swc_html_codegen",
"swc_html_parser",
"swc_html_utils",
"swc_html_visit",
]
[[package]]
name = "swc_html_parser"
version = "14.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ca81cb496fb3aa9457073f9a4c4f0a767cd0c4ea567353b9524a8365cd257bd"
dependencies = [
"rustc-hash",
"swc_atoms",
"swc_common",
"swc_html_ast",
"swc_html_utils",
]
[[package]]
name = "swc_html_utils"
version = "14.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de231a2c4d35e68dc8df22a96445b1750737fabac1daac3021c7eca35c9a42b1"
dependencies = [
"once_cell",
"rustc-hash",
"serde",
"serde_json",
"swc_atoms",
]
[[package]]
name = "swc_html_visit"
version = "14.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab34925086a107b8ae24ef8fd3a064ea2c9d99a7f80c005b1c164379d6eb17a4"
dependencies = [
"serde",
"swc_atoms",
"swc_common",
"swc_html_ast",
"swc_visit",
]
[[package]]
name = "swc_macros_common"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae1efbaa74943dc5ad2a2fb16cbd78b77d7e4d63188f3c5b4df2b4dcd2faaae"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "swc_node_comments"
version = "14.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bf07db306bc7e19b8fc46702e8298419d12f587bd4724858bc9889fef8f3e72"
dependencies = [
"dashmap 5.5.3",
"rustc-hash",
"swc_atoms",
"swc_common",
]
[[package]]
name = "swc_plugin_proxy"
version = "15.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79e78029030baf942203f11eae0ea47c07367d167060ba4c55a202a1341366c5"
dependencies = [
"better_scoped_tls",
"bytecheck 0.8.0",
"rancor",
"rkyv 0.8.8",
"rustc-hash",
"swc_common",
"swc_ecma_ast",
"swc_trace_macro",
"tracing",
]
[[package]]
name = "swc_plugin_runner"
version = "19.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4b41ddf0ac2c0386802ca7646c8ae77bbdbe65ba32d33da0f3bf9e82430abc2"
dependencies = [
"anyhow",
"blake3",
"parking_lot",
"rustc-hash",
"serde",
"serde_json",
"swc_atoms",
"swc_common",
"swc_ecma_ast",
"swc_plugin_proxy",
"swc_transform_common",
"tracing",
"vergen",
]
[[package]]
name = "swc_sourcemap"
version = "9.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cd6e0cad02163875258edaf9ae6004e2526be137bdde6a46c540515615949b1"
dependencies = [
"base64-simd 0.8.0",
"bitvec",
"bytes-str",
"data-encoding",
"debugid",
"if_chain",
"rustc-hash",
"serde",
"serde_json",
"unicode-id-start",
"url",
]
[[package]]
name = "swc_timer"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4db06b46cc832f7cf83c2ce21905fc465d01443a2bdccf63644383e1f5847532"
dependencies = [
"tracing",
]
[[package]]
name = "swc_trace_macro"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfd2b4b0adb82e36f2ac688d00a6a67132c7f4170c772617516793a701be89e8"
dependencies = [
"quote",
"syn 2.0.95",
]
[[package]]
name = "swc_transform_common"
version = "8.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca33f282df60eefee05511c9aaf557696d2f9f0e22f4a5abca318da10c22f1cc"
dependencies = [
"better_scoped_tls",
"rustc-hash",
"serde",
"swc_common",
]
[[package]]
name = "swc_visit"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62fb71484b486c185e34d2172f0eabe7f4722742aad700f426a494bb2de232a2"
dependencies = [
"either",
"new_debug_unreachable",
]
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
version = "2.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46f71c0377baf4ef1cc3e3402ded576dccc315800fbc62dfc7fe04b009773b4a"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "synstructure"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "system-interface"
version = "0.27.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
dependencies = [
"bitflags 2.9.1",
"cap-fs-ext",
"cap-std",
"fd-lock",
"io-lifetimes",
"rustix 0.38.42",
"windows-sys 0.59.0",
"winx",
]
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
[[package]]
name = "target-lexicon"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
[[package]]
name = "termcolor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
dependencies = [
"winapi-util",
]
[[package]]
name = "terminal_size"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
dependencies = [
"rustix 0.38.42",
"windows-sys 0.59.0",
]
[[package]]
name = "textwrap"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
dependencies = [
"unicode-linebreak",
"unicode-width 0.1.14",
]
[[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.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
dependencies = [
"thiserror-impl 2.0.12",
]
[[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 2.0.95",
]
[[package]]
name = "thiserror-impl"
version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "thread_local"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
dependencies = [
"cfg-if",
"once_cell",
]
[[package]]
name = "time"
version = "0.3.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
dependencies = [
"deranged",
"itoa",
"libc",
"num-conv",
"num_threads",
"powerfmt",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "time-macros"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
dependencies = [
"num-conv",
"time-core",
]
[[package]]
name = "tinystr"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
dependencies = [
"displaydoc",
"zerovec",
]
[[package]]
name = "tinyvec"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.47.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
dependencies = [
"backtrace",
"io-uring",
"libc",
"mio",
"parking_lot",
"pin-project-lite",
"slab",
"tokio-macros",
"tracing",
]
[[package]]
name = "tokio-macros"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "tracing"
version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "tracing-core"
version = "0.1.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
dependencies = [
"once_cell",
"valuable",
]
[[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.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
dependencies = [
"matchers",
"once_cell",
"regex-automata",
"serde",
"serde_json",
"sharded-slab",
"thread_local",
"tracing",
"tracing-core",
"tracing-serde",
]
[[package]]
name = "triomphe"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef8f7726da4807b58ea5c96fdc122f80702030edc33b35aff9190a51148ccc85"
dependencies = [
"serde",
"stable_deref_trait",
]
[[package]]
name = "typenum"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "unicase"
version = "2.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
[[package]]
name = "unicode-id-start"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f322b60f6b9736017344fa0635d64be2f458fbc04eef65f6be22976dd1ffd5b"
[[package]]
name = "unicode-ident"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
[[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.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
[[package]]
name = "unicode-width"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
[[package]]
name = "unicode-width"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
[[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.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
name = "urlencoding"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
[[package]]
name = "ustr-fxhash"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4d2224cabd887261556e0d3a483a7e9f87dcbaab3b820df7d748305a8d5cbc8"
dependencies = [
"byteorder",
"lazy_static",
"parking_lot",
"rustc-hash",
"serde",
]
[[package]]
name = "utf16_iter"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
[[package]]
name = "utf8-width"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
[[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.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "value-trait"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9170e001f458781e92711d2ad666110f153e4e50bfd5cbd02db6547625714187"
dependencies = [
"float-cmp",
"halfbrown",
"itoa",
"ryu",
]
[[package]]
name = "vergen"
version = "9.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31f25fc8f8f05df455c7941e87f093ad22522a9ff33d7a027774815acf6f0639"
dependencies = [
"anyhow",
"cargo_metadata",
"derive_builder",
"regex",
"rustversion",
"time",
"vergen-lib",
]
[[package]]
name = "vergen-lib"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0c767e6751c09fc85cde58722cf2f1007e80e4c8d5a4321fc90d83dc54ca147"
dependencies = [
"anyhow",
"derive_builder",
"rustversion",
]
[[package]]
name = "version_check"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "vlq"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65dd7eed29412da847b0f78bcec0ac98588165988a8cfe41d4ea1d429f8ccfff"
[[package]]
name = "vsimd"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
[[package]]
name = "walkdir"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasi"
version = "0.14.2+wasi-0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
dependencies = [
"wit-bindgen-rt",
]
[[package]]
name = "wasi-common"
version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f17747bf7f2275572f4e3ed884e8143285a711fbf25999244d61644fe212340"
dependencies = [
"anyhow",
"bitflags 2.9.1",
"cap-fs-ext",
"cap-rand",
"cap-std",
"cap-time-ext",
"fs-set-times",
"io-extras",
"io-lifetimes",
"log",
"rustix 1.0.8",
"system-interface",
"thiserror 2.0.12",
"tracing",
"wasmtime",
"wiggle",
"windows-sys 0.59.0",
]
[[package]]
name = "wasm-bindgen"
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
dependencies = [
"cfg-if",
"once_cell",
"rustversion",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
dependencies = [
"bumpalo",
"log",
"proc-macro2",
"quote",
"syn 2.0.95",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
dependencies = [
"unicode-ident",
]
[[package]]
name = "wasm-encoder"
version = "0.235.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3bc393c395cb621367ff02d854179882b9a351b4e0c93d1397e6090b53a5c2a"
dependencies = [
"leb128fmt",
"wasmparser 0.235.0",
]
[[package]]
name = "wasmparser"
version = "0.222.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4adf50fde1b1a49c1add6a80d47aea500c88db70551805853aa8b88f3ea27ab5"
dependencies = [
"bitflags 2.9.1",
]
[[package]]
name = "wasmparser"
version = "0.235.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "161296c618fa2d63f6ed5fffd1112937e803cb9ec71b32b01a76321555660917"
dependencies = [
"bitflags 2.9.1",
"hashbrown 0.15.2",
"indexmap",
"semver",
"serde",
]
[[package]]
name = "wasmprinter"
version = "0.235.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75aa8e9076de6b9544e6dab4badada518cca0bf4966d35b131bbd057aed8fa0a"
dependencies = [
"anyhow",
"termcolor",
"wasmparser 0.235.0",
]
[[package]]
name = "wasmtime"
version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6fe976922a16af3b0d67172c473d1fd4f1aa5d0af9c8ba6538c741f3af686f4"
dependencies = [
"addr2line",
"anyhow",
"bitflags 2.9.1",
"bumpalo",
"cc",
"cfg-if",
"hashbrown 0.15.2",
"indexmap",
"libc",
"log",
"mach2",
"memfd",
"object",
"once_cell",
"postcard",
"pulley-interpreter",
"rustix 1.0.8",
"serde",
"serde_derive",
"smallvec",
"target-lexicon",
"wasmparser 0.235.0",
"wasmtime-environ",
"wasmtime-internal-asm-macros",
"wasmtime-internal-cranelift",
"wasmtime-internal-fiber",
"wasmtime-internal-jit-icache-coherence",
"wasmtime-internal-math",
"wasmtime-internal-slab",
"wasmtime-internal-unwinder",
"wasmtime-internal-versioned-export-macros",
"wasmtime-internal-winch",
"windows-sys 0.59.0",
]
[[package]]
name = "wasmtime-environ"
version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44b6264a78d806924abbc76bbc75eac24976bc83bdfb938e5074ae551242436f"
dependencies = [
"anyhow",
"cranelift-bitset",
"cranelift-entity",
"gimli",
"indexmap",
"log",
"object",
"postcard",
"serde",
"serde_derive",
"smallvec",
"target-lexicon",
"wasm-encoder",
"wasmparser 0.235.0",
"wasmprinter",
]
[[package]]
name = "wasmtime-internal-asm-macros"
version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6775a9b516559716e5710e95a8014ca0adcc81e5bf4d3ad7899d89ae40094d1a"
dependencies = [
"cfg-if",
]
[[package]]
name = "wasmtime-internal-cranelift"
version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ec9ad7565e6a8de7cb95484e230ff689db74a4a085219e0da0cbd637a29c01c"
dependencies = [
"anyhow",
"cfg-if",
"cranelift-codegen",
"cranelift-control",
"cranelift-entity",
"cranelift-frontend",
"cranelift-native",
"gimli",
"itertools 0.14.0",
"log",
"object",
"pulley-interpreter",
"smallvec",
"target-lexicon",
"thiserror 2.0.12",
"wasmparser 0.235.0",
"wasmtime-environ",
"wasmtime-internal-math",
"wasmtime-internal-versioned-export-macros",
]
[[package]]
name = "wasmtime-internal-fiber"
version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b636ff8b220ebaf29dfe3b23770e4b2bad317b9683e3bf7345e162387385b39"
dependencies = [
"anyhow",
"cc",
"cfg-if",
"libc",
"rustix 1.0.8",
"wasmtime-internal-asm-macros",
"wasmtime-internal-versioned-export-macros",
"windows-sys 0.59.0",
]
[[package]]
name = "wasmtime-internal-jit-icache-coherence"
version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4417e06b7f80baff87d9770852c757a39b8d7f11d78b2620ca992b8725f16f50"
dependencies = [
"anyhow",
"cfg-if",
"libc",
"windows-sys 0.59.0",
]
[[package]]
name = "wasmtime-internal-math"
version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7710d5c4ecdaa772927fd11e5dc30a9a62d1fc8fe933e11ad5576ad596ab6612"
dependencies = [
"libm",
]
[[package]]
name = "wasmtime-internal-slab"
version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6ab22fabe1eed27ab01fd47cd89deacf43ad222ed7fd169ba6f4dd1fbddc53b"
[[package]]
name = "wasmtime-internal-unwinder"
version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "307708f302f5dcf19c1bbbfb3d9f2cbc837dd18088a7988747b043a46ba38ecc"
dependencies = [
"anyhow",
"cfg-if",
"cranelift-codegen",
"log",
"object",
]
[[package]]
name = "wasmtime-internal-versioned-export-macros"
version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "342b0466f92b7217a4de9e114175fedee1907028567d2548bcd42f71a8b5b016"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "wasmtime-internal-winch"
version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2012e7384c25b91aab2f1b6a1e1cbab9d0f199bbea06cc873597a3f047f05730"
dependencies = [
"anyhow",
"cranelift-codegen",
"gimli",
"object",
"target-lexicon",
"wasmparser 0.235.0",
"wasmtime-environ",
"wasmtime-internal-cranelift",
"winch-codegen",
]
[[package]]
name = "wast"
version = "35.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
dependencies = [
"leb128",
]
[[package]]
name = "web-time"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "wiggle"
version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc3ea480ce117a35b61e466e4f77422f2b29f744400e05de3ad87d73b8a1877c"
dependencies = [
"anyhow",
"async-trait",
"bitflags 2.9.1",
"thiserror 2.0.12",
"tracing",
"wasmtime",
"wiggle-macro",
]
[[package]]
name = "wiggle-generate"
version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cec945b902cacd960fe5d441b60146b24639d81b887451a30bf86824a8185d79"
dependencies = [
"anyhow",
"heck",
"proc-macro2",
"quote",
"syn 2.0.95",
"witx",
]
[[package]]
name = "wiggle-macro"
version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5872fbe512b73acd514e7ef5bd5aee0ff951a12c1fed0293e1f7992de30df9f"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
"wiggle-generate",
]
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.59.0",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "winch-codegen"
version = "35.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "839a334ef7c62d8368dbd427e767a6fbb1ba08cc12ecce19cbb666c10613b585"
dependencies = [
"anyhow",
"cranelift-assembler-x64",
"cranelift-codegen",
"gimli",
"regalloc2",
"smallvec",
"target-lexicon",
"thiserror 2.0.12",
"wasmparser 0.235.0",
"wasmtime-environ",
"wasmtime-internal-cranelift",
"wasmtime-internal-math",
]
[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-sys"
version = "0.60.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
dependencies = [
"windows-targets 0.53.2",
]
[[package]]
name = "windows-targets"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
"windows_i686_gnullvm 0.52.6",
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
]
[[package]]
name = "windows-targets"
version = "0.53.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
dependencies = [
"windows_aarch64_gnullvm 0.53.0",
"windows_aarch64_msvc 0.53.0",
"windows_i686_gnu 0.53.0",
"windows_i686_gnullvm 0.53.0",
"windows_i686_msvc 0.53.0",
"windows_x86_64_gnu 0.53.0",
"windows_x86_64_gnullvm 0.53.0",
"windows_x86_64_msvc 0.53.0",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
[[package]]
name = "windows_aarch64_msvc"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnu"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
[[package]]
name = "windows_i686_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
[[package]]
name = "windows_i686_msvc"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
[[package]]
name = "windows_x86_64_gnu"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "windows_x86_64_msvc"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
[[package]]
name = "winnow"
version = "0.7.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95"
dependencies = [
"memchr",
]
[[package]]
name = "winx"
version = "0.36.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
dependencies = [
"bitflags 2.9.1",
"windows-sys 0.59.0",
]
[[package]]
name = "wit-bindgen-rt"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
dependencies = [
"bitflags 2.9.1",
]
[[package]]
name = "witx"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
dependencies = [
"anyhow",
"log",
"thiserror 1.0.69",
"wast",
]
[[package]]
name = "write16"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
[[package]]
name = "writeable"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
[[package]]
name = "wyz"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
dependencies = [
"tap",
]
[[package]]
name = "xxhash-rust"
version = "0.8.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
[[package]]
name = "yoke"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
"synstructure",
]
[[package]]
name = "zerocopy"
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
dependencies = [
"byteorder",
"zerocopy-derive 0.7.35",
]
[[package]]
name = "zerocopy"
version = "0.8.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
dependencies = [
"zerocopy-derive 0.8.25",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "zerocopy-derive"
version = "0.8.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
[[package]]
name = "zerofrom"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
"synstructure",
]
[[package]]
name = "zerovec"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
dependencies = [
"yoke",
"zerofrom",
"zerovec-derive",
]
[[package]]
name = "zerovec-derive"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]