# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 4 [[package]] name = "adler2" version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" [[package]] name = "ahash" version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" dependencies = [ "getrandom 0.2.17", "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.4", "once_cell", "version_check", "zerocopy", ] [[package]] name = "aho-corasick" version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" dependencies = [ "memchr", ] [[package]] name = "allocator-api2" version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "autocfg" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[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.2", "vsimd", ] [[package]] name = "bitflags" version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" dependencies = [ "serde_core", ] [[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 = "block-buffer" version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" dependencies = [ "generic-array", ] [[package]] name = "bumpalo" version = "3.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" [[package]] name = "bytecheck" version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" dependencies = [ "bytecheck_derive", "ptr_meta", "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 = "bytes" version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "castaway" version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" dependencies = [ "rustversion", ] [[package]] name = "cfg-if" version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "cobs" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" dependencies = [ "thiserror", ] [[package]] name = "compact_str" version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32" dependencies = [ "castaway", "cfg-if", "itoa", "rustversion", "ryu", "serde", "static_assertions", ] [[package]] name = "compact_str" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a" dependencies = [ "castaway", "cfg-if", "itoa", "rustversion", "ryu", "static_assertions", ] [[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 = "convert_case" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" dependencies = [ "unicode-segmentation", ] [[package]] name = "cow-utils" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "417bef24afe1460300965a25ff4a24b8b45ad011948302ec221e8a0a81eb2c79" [[package]] name = "cpufeatures" version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" dependencies = [ "libc", ] [[package]] name = "crc32fast" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" dependencies = [ "cfg-if", ] [[package]] name = "crossbeam-deque" version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" dependencies = [ "crossbeam-epoch", "crossbeam-utils", ] [[package]] name = "crossbeam-epoch" version = "0.9.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" dependencies = [ "crossbeam-utils", ] [[package]] name = "crossbeam-utils" version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "crypto-common" version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" dependencies = [ "generic-array", "typenum", ] [[package]] name = "cssparser" version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9be934d936a0fbed5bcdc01042b770de1398bf79d0e192f49fa7faea0e99281e" dependencies = [ "cssparser-macros", "dtoa-short", "itoa", "phf 0.11.3", "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.117", ] [[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", ] [[package]] name = "data-encoding" version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" [[package]] name = "data-url" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193" dependencies = [ "matches", ] [[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 = "dragonbox_ecma" version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd8e701084c37e7ef62d3f9e453b618130cbc0ef3573847785952a3ac3f746bf" [[package]] name = "dtoa" version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590" [[package]] name = "dtoa-short" version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" dependencies = [ "dtoa", ] [[package]] name = "either" version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" [[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 = "equivalent" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "fastrand" version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "flate2" version = "1.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" dependencies = [ "crc32fast", "miniz_oxide", ] [[package]] name = "funty" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" [[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.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" dependencies = [ "cfg-if", "libc", "wasi", ] [[package]] name = "getrandom" version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" dependencies = [ "cfg-if", "libc", "r-efi", "wasip2", ] [[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.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" [[package]] name = "hashbrown" version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" dependencies = [ "allocator-api2", ] [[package]] name = "heck" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "indexmap" version = "2.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" dependencies = [ "equivalent", "hashbrown 0.16.1", "serde", "serde_core", ] [[package]] name = "inventory" version = "0.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "009ae045c87e7082cb72dab0ccd01ae075dd00141ddc108f43a0ea150a9e7227" dependencies = [ "rustversion", ] [[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.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" dependencies = [ "either", ] [[package]] name = "itoa" version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" [[package]] name = "js-sys" version = "0.3.91" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c" dependencies = [ "once_cell", "wasm-bindgen", ] [[package]] name = "json-escape-simd" version = "3.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3c2a6c0b4b5637c41719973ef40c6a1cf564f9db6958350de6193fbee9c23f5" [[package]] name = "lazy_static" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" version = "0.2.183" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" [[package]] name = "libloading" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60" dependencies = [ "cfg-if", "windows-link", ] [[package]] name = "lightningcss" version = "1.0.0-alpha.71" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb6314c2f0590ac93c86099b98bb7ba8abcf759bfd89604ffca906472bb54937" dependencies = [ "ahash 0.8.12", "bitflags", "const-str", "cssparser", "cssparser-color", "dashmap 5.5.3", "data-encoding", "getrandom 0.3.4", "indexmap", "itertools 0.10.5", "lazy_static", "lightningcss-derive", "parcel_selectors", "parcel_sourcemap", "pastey", "pathdiff", "rayon", "serde", "serde-content", "smallvec", ] [[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", "proc-macro2", "quote", "syn 1.0.109", ] [[package]] name = "lock_api" version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" dependencies = [ "scopeguard", ] [[package]] name = "log" version = "0.4.29" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "matches" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" [[package]] name = "memchr" version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "memoffset" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" dependencies = [ "autocfg", ] [[package]] name = "miniz_oxide" version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" dependencies = [ "adler2", "simd-adler32", ] [[package]] name = "nonmax" version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "610a5acd306ec67f907abe5567859a3c693fb9886eb1f012ab8f2a47bef3db51" [[package]] name = "num-bigint" version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" dependencies = [ "num-integer", "num-traits", ] [[package]] name = "num-integer" version = "0.1.46" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" dependencies = [ "num-traits", ] [[package]] name = "num-traits" version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" dependencies = [ "autocfg", ] [[package]] name = "once_cell" version = "1.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[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.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" [[package]] name = "owo-colors" version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d" [[package]] name = "oxc-browserslist" version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc15cd06df6b0464b763ec97a511527047350a6bfd93daf8ac82fedf21050083" dependencies = [ "flate2", "postcard", "rustc-hash", "serde", "thiserror", ] [[package]] name = "oxc-miette" version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60a7ba54c704edefead1f44e9ef09c43e5cfae666bdc33516b066011f0e6ebf7" dependencies = [ "cfg-if", "owo-colors", "oxc-miette-derive", "textwrap", "thiserror", "unicode-segmentation", "unicode-width", ] [[package]] name = "oxc-miette-derive" version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4faecb54d0971f948fbc1918df69b26007e6f279a204793669542e1e8b75eb3" dependencies = [ "proc-macro2", "quote", "syn 2.0.117", ] [[package]] name = "oxc_allocator" version = "0.116.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93d4e5a43018728a7f6aa14b1034c43a0869fc0d05002a181d5dacc698e488b9" dependencies = [ "allocator-api2", "hashbrown 0.16.1", "oxc_data_structures 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hash", ] [[package]] name = "oxc_allocator" version = "0.116.0" source = "git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c#27ee4fc46233bc837e01cb384384cf08dced127c" dependencies = [ "allocator-api2", "hashbrown 0.16.1", "oxc_data_structures 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "rustc-hash", ] [[package]] name = "oxc_ast" version = "0.116.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "12b7429c1035c3bf0de582ae4458d4f769566d574cfe71e170e328a123337a8d" dependencies = [ "bitflags", "oxc_allocator 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_ast_macros 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_data_structures 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_diagnostics 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_estree 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_regular_expression 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_span 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_syntax 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "oxc_ast" version = "0.116.0" source = "git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c#27ee4fc46233bc837e01cb384384cf08dced127c" dependencies = [ "bitflags", "oxc_allocator 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ast_macros 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_data_structures 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_diagnostics 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_estree 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_regular_expression 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_span 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_syntax 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", ] [[package]] name = "oxc_ast_macros" version = "0.116.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d3d3eb4a7b45c9f407f96ecafddad0a88cbf085dca7d74f3e4191ba03d2d5f3" dependencies = [ "phf 0.13.1", "proc-macro2", "quote", "syn 2.0.117", ] [[package]] name = "oxc_ast_macros" version = "0.116.0" source = "git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c#27ee4fc46233bc837e01cb384384cf08dced127c" dependencies = [ "phf 0.13.1", "proc-macro2", "quote", "syn 2.0.117", ] [[package]] name = "oxc_ast_visit" version = "0.116.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87408c66c769e714cc74c24626403c63b0fd76f251d0971404a347611280668d" dependencies = [ "oxc_allocator 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_ast 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_span 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_syntax 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "oxc_ast_visit" version = "0.116.0" source = "git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c#27ee4fc46233bc837e01cb384384cf08dced127c" dependencies = [ "oxc_allocator 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ast 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_span 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_syntax 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", ] [[package]] name = "oxc_codegen" version = "0.116.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "db5daa86977bc78c58c19ecf96afad677eb3dbc3726901d6a02b19ad1cf77f9c" dependencies = [ "bitflags", "cow-utils", "dragonbox_ecma", "itoa", "oxc_allocator 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_ast 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_data_structures 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_index", "oxc_semantic 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_sourcemap", "oxc_span 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_syntax 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hash", ] [[package]] name = "oxc_codegen" version = "0.116.0" source = "git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c#27ee4fc46233bc837e01cb384384cf08dced127c" dependencies = [ "bitflags", "cow-utils", "dragonbox_ecma", "itoa", "oxc_allocator 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ast 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_data_structures 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_index", "oxc_semantic 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_sourcemap", "oxc_span 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_syntax 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "rustc-hash", ] [[package]] name = "oxc_compat" version = "0.116.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4d7987ecf86a8b5c4232dba5cdbe3b639bc0e3618e8c6a7c0a4797447a2baf57" dependencies = [ "cow-utils", "oxc-browserslist", "oxc_syntax 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hash", "serde", ] [[package]] name = "oxc_compat" version = "0.116.0" source = "git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c#27ee4fc46233bc837e01cb384384cf08dced127c" dependencies = [ "cow-utils", "oxc-browserslist", "oxc_syntax 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "rustc-hash", "serde", ] [[package]] name = "oxc_data_structures" version = "0.116.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af06d9ab1bfd8baff16ef7dcc6824ea1fea0938ba41b1e113b882738e285d8ee" dependencies = [ "ropey", ] [[package]] name = "oxc_data_structures" version = "0.116.0" source = "git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c#27ee4fc46233bc837e01cb384384cf08dced127c" dependencies = [ "ropey", ] [[package]] name = "oxc_diagnostics" version = "0.116.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "908b7dae769982c7ade68f6ba3b4edb32b5a5941800fe8118f9c96fe4cfa7982" dependencies = [ "cow-utils", "oxc-miette", "percent-encoding", ] [[package]] name = "oxc_diagnostics" version = "0.116.0" source = "git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c#27ee4fc46233bc837e01cb384384cf08dced127c" dependencies = [ "cow-utils", "oxc-miette", "percent-encoding", ] [[package]] name = "oxc_ecmascript" version = "0.116.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78e4efa8dd802bb4e15536c71b081540f7bf4fc046b7043bc2e650cea40f62ca" dependencies = [ "cow-utils", "num-bigint", "num-traits", "oxc_allocator 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_ast 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_regular_expression 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_span 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_syntax 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "oxc_ecmascript" version = "0.116.0" source = "git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c#27ee4fc46233bc837e01cb384384cf08dced127c" dependencies = [ "cow-utils", "num-bigint", "num-traits", "oxc_allocator 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ast 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_regular_expression 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_span 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_syntax 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", ] [[package]] name = "oxc_estree" version = "0.116.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f5e33d1f099a1e5c8f820df64654b1657f0aaf744d4137377726902738bfba80" [[package]] name = "oxc_estree" version = "0.116.0" source = "git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c#27ee4fc46233bc837e01cb384384cf08dced127c" [[package]] name = "oxc_index" version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb3e6120999627ec9703025eab7c9f410ebb7e95557632a8902ca48210416c2b" dependencies = [ "nonmax", "serde", ] [[package]] name = "oxc_parser" version = "0.116.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa019a6d043e2087d8506c6716a55ee680ffb3eb564ab52bed0328d4076afb33" dependencies = [ "bitflags", "cow-utils", "memchr", "num-bigint", "num-traits", "oxc_allocator 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_ast 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_data_structures 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_diagnostics 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_ecmascript 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_regular_expression 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_span 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_syntax 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hash", "seq-macro", ] [[package]] name = "oxc_parser" version = "0.116.0" source = "git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c#27ee4fc46233bc837e01cb384384cf08dced127c" dependencies = [ "bitflags", "cow-utils", "memchr", "num-bigint", "num-traits", "oxc_allocator 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ast 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_data_structures 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_diagnostics 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ecmascript 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_regular_expression 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_span 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_syntax 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "rustc-hash", "seq-macro", ] [[package]] name = "oxc_regular_expression" version = "0.116.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f28f7617dc3d0dd642ca4f9be4c8cf5365f114dc27a745d1ebfa82b8f729ef3" dependencies = [ "bitflags", "oxc_allocator 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_ast_macros 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_diagnostics 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_span 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "phf 0.13.1", "rustc-hash", "unicode-id-start", ] [[package]] name = "oxc_regular_expression" version = "0.116.0" source = "git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c#27ee4fc46233bc837e01cb384384cf08dced127c" dependencies = [ "bitflags", "oxc_allocator 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ast_macros 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_diagnostics 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_span 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "phf 0.13.1", "rustc-hash", "unicode-id-start", ] [[package]] name = "oxc_semantic" version = "0.116.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c5ab63f46cfbf4ef58b5a78439202593fe4a8511281ba1de32303e2c28b0e5e8" dependencies = [ "itertools 0.14.0", "memchr", "oxc_allocator 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_ast 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_ast_visit 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_data_structures 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_diagnostics 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_ecmascript 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_index", "oxc_span 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_syntax 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hash", "self_cell", "smallvec", ] [[package]] name = "oxc_semantic" version = "0.116.0" source = "git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c#27ee4fc46233bc837e01cb384384cf08dced127c" dependencies = [ "itertools 0.14.0", "memchr", "oxc_allocator 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ast 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ast_visit 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_data_structures 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_diagnostics 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ecmascript 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_index", "oxc_span 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_syntax 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "rustc-hash", "self_cell", "smallvec", ] [[package]] name = "oxc_sourcemap" version = "6.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7f89482522f3cd820817d48ee4ade5b10822060d6e5e4d419f05f6d8bd29d70" dependencies = [ "base64-simd 0.8.0", "json-escape-simd", "rustc-hash", "serde", "serde_json", ] [[package]] name = "oxc_span" version = "0.116.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6813c0f28625a9a1c8906144396fb7ee22a2a7722d49b707a06d19f81be450ef" dependencies = [ "compact_str 0.9.0", "oxc-miette", "oxc_allocator 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_ast_macros 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_estree 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_str 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "oxc_span" version = "0.116.0" source = "git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c#27ee4fc46233bc837e01cb384384cf08dced127c" dependencies = [ "compact_str 0.9.0", "oxc-miette", "oxc_allocator 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ast_macros 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_estree 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_str 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", ] [[package]] name = "oxc_str" version = "0.116.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b163ab61908f1d636704bb57425692c38a7addde8e7244ff0dd92394084a17fe" dependencies = [ "compact_str 0.9.0", "hashbrown 0.16.1", "oxc_allocator 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_estree 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "oxc_str" version = "0.116.0" source = "git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c#27ee4fc46233bc837e01cb384384cf08dced127c" dependencies = [ "compact_str 0.9.0", "hashbrown 0.16.1", "oxc_allocator 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_estree 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", ] [[package]] name = "oxc_syntax" version = "0.116.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06c82e33172f5613c4b7cf502d90b4ea866cd9103cb5e818a938889aef847daf" dependencies = [ "bitflags", "cow-utils", "dragonbox_ecma", "nonmax", "oxc_allocator 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_ast_macros 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_estree 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_index", "oxc_span 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "phf 0.13.1", "unicode-id-start", ] [[package]] name = "oxc_syntax" version = "0.116.0" source = "git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c#27ee4fc46233bc837e01cb384384cf08dced127c" dependencies = [ "bitflags", "cow-utils", "dragonbox_ecma", "nonmax", "oxc_allocator 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ast_macros 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_estree 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_index", "oxc_span 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "phf 0.13.1", "unicode-id-start", ] [[package]] name = "oxc_transformer" version = "0.116.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ccf953e1375c8f32c30630741358399f3c42f5a8f8fddb8fdc7fbb526c71972e" dependencies = [ "base64", "compact_str 0.9.0", "indexmap", "itoa", "memchr", "oxc_allocator 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_ast 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_ast_visit 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_compat 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_data_structures 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_diagnostics 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_ecmascript 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_regular_expression 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_semantic 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_span 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_syntax 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_traverse 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hash", "serde", "serde_json", "sha1", ] [[package]] name = "oxc_transformer" version = "0.116.0" source = "git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c#27ee4fc46233bc837e01cb384384cf08dced127c" dependencies = [ "base64", "compact_str 0.9.0", "indexmap", "itoa", "memchr", "oxc_allocator 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ast 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ast_visit 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_compat 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_data_structures 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_diagnostics 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ecmascript 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_regular_expression 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_semantic 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_span 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_syntax 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_traverse 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "rustc-hash", "serde", "serde_json", "sha1", ] [[package]] name = "oxc_traverse" version = "0.116.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c36f3713080a74481e1d725dcfcec7a1e0ebce350df427f1babc0cd4c8865f1" dependencies = [ "itoa", "oxc_allocator 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_ast 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_ast_visit 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_data_structures 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_ecmascript 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_semantic 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_span 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_str 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_syntax 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hash", ] [[package]] name = "oxc_traverse" version = "0.116.0" source = "git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c#27ee4fc46233bc837e01cb384384cf08dced127c" dependencies = [ "itoa", "oxc_allocator 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ast 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ast_visit 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_data_structures 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ecmascript 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_semantic 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_span 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_str 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_syntax 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "rustc-hash", ] [[package]] name = "parcel_selectors" version = "0.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "54fd03f1ad26cb6b3ec1b7414fa78a3bd639e7dbb421b1a60513c96ce886a196" dependencies = [ "bitflags", "cssparser", "log", "phf 0.11.3", "phf_codegen", "precomputed-hash", "rustc-hash", "smallvec", ] [[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", "serde", "serde_json", "vlq", ] [[package]] name = "parking_lot_core" version = "0.9.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" dependencies = [ "cfg-if", "libc", "redox_syscall", "smallvec", "windows-link", ] [[package]] name = "pastey" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec" [[package]] name = "pathdiff" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" [[package]] name = "percent-encoding" version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "phf" version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" dependencies = [ "phf_macros 0.11.3", "phf_shared 0.11.3", ] [[package]] name = "phf" version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf" dependencies = [ "phf_macros 0.13.1", "phf_shared 0.13.1", "serde", ] [[package]] name = "phf_codegen" version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" dependencies = [ "phf_generator 0.11.3", "phf_shared 0.11.3", ] [[package]] name = "phf_generator" version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" dependencies = [ "phf_shared 0.11.3", "rand", ] [[package]] name = "phf_generator" version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737" dependencies = [ "fastrand", "phf_shared 0.13.1", ] [[package]] name = "phf_macros" version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" dependencies = [ "phf_generator 0.11.3", "phf_shared 0.11.3", "proc-macro2", "quote", "syn 2.0.117", ] [[package]] name = "phf_macros" version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef" dependencies = [ "phf_generator 0.13.1", "phf_shared 0.13.1", "proc-macro2", "quote", "syn 2.0.117", ] [[package]] name = "phf_shared" version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" dependencies = [ "siphasher", ] [[package]] name = "phf_shared" version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266" dependencies = [ "siphasher", ] [[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 = "precomputed-hash" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" [[package]] name = "proc-macro2" version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" dependencies = [ "unicode-ident", ] [[package]] name = "ptr_meta" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" dependencies = [ "ptr_meta_derive", ] [[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 = "quote" version = "1.0.45" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" dependencies = [ "proc-macro2", ] [[package]] name = "r-efi" version = "5.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "radium" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" [[package]] name = "rand" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "rand_core", ] [[package]] name = "rand_core" version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" [[package]] name = "rayon" version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" dependencies = [ "either", "rayon-core", ] [[package]] name = "rayon-core" version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" dependencies = [ "crossbeam-deque", "crossbeam-utils", ] [[package]] name = "redox_syscall" version = "0.5.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" dependencies = [ "bitflags", ] [[package]] name = "regex" version = "1.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" dependencies = [ "aho-corasick", "memchr", "regex-automata", "regex-syntax", ] [[package]] name = "regex-automata" version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" dependencies = [ "aho-corasick", "memchr", "regex-syntax", ] [[package]] name = "regex-lite" version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973" [[package]] name = "regex-syntax" version = "0.8.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" [[package]] name = "rend" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" dependencies = [ "bytecheck", ] [[package]] name = "rkyv" version = "0.7.46" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2297bf9c81a3f0dc96bc9521370b88f054168c29826a75e89c55ff196e7ed6a1" dependencies = [ "bitvec", "bytecheck", "bytes", "hashbrown 0.12.3", "ptr_meta", "rend", "rkyv_derive", "seahash", "tinyvec", "uuid", ] [[package]] name = "rkyv_derive" version = "0.7.46" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "84d7b42d4b8d06048d3ac8db0eb31bcb942cbeb709f0b5f2b2ebde398d3038f5" dependencies = [ "proc-macro2", "quote", "syn 1.0.109", ] [[package]] name = "ropey" version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93411e420bcd1a75ddd1dc3caf18c23155eda2c090631a85af21ba19e97093b5" dependencies = [ "smallvec", "str_indices", ] [[package]] name = "rustc-hash" version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" [[package]] name = "rustler" version = "0.37.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a5c708d8b686a8d426681908369f835af90349f7ebb92ab87ddf14a851efd556" dependencies = [ "inventory", "libloading", "regex-lite", "rustler_codegen", ] [[package]] name = "rustler_codegen" version = "0.37.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6e120f8936c779b6c2e09992a2dfa9a4e8bcd0794c02bb654fde03e03ce8c31" dependencies = [ "heck", "inventory", "proc-macro2", "quote", "syn 2.0.117", ] [[package]] name = "rustversion" version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" [[package]] name = "ryu" version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" [[package]] name = "scopeguard" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "seahash" version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" [[package]] name = "self_cell" version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89" [[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.117", ] [[package]] name = "serde_json" version = "1.0.149" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" dependencies = [ "itoa", "memchr", "serde", "serde_core", "zmij", ] [[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 = "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-adler32" version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" [[package]] name = "simdutf8" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" [[package]] name = "siphasher" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" [[package]] name = "smallvec" version = "1.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" dependencies = [ "serde", ] [[package]] name = "smawk" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" [[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 = "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.117" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" dependencies = [ "proc-macro2", "quote", "unicode-ident", ] [[package]] name = "tap" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "textwrap" version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" dependencies = [ "smawk", "unicode-linebreak", "unicode-width", ] [[package]] name = "thiserror" version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" dependencies = [ "proc-macro2", "quote", "syn 2.0.117", ] [[package]] name = "tinyvec" version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 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 = "typenum" version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" [[package]] name = "unicode-id-start" version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81b79ad29b5e19de4260020f8919b443b2ef0277d242ce532ec7b7a2cc8b6007" [[package]] name = "unicode-ident" version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" [[package]] name = "unicode-linebreak" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" [[package]] name = "unicode-segmentation" version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" [[package]] name = "unicode-width" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" [[package]] name = "uuid" version = "1.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37" dependencies = [ "js-sys", "wasm-bindgen", ] [[package]] name = "version_check" version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vize_armature" version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dab8f7071e722f5f9d1103adcf5a622c9a1d4c0ffe8d20326d7c2010fa498814" dependencies = [ "compact_str 0.8.1", "serde", "thiserror", "vize_carton 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", "vize_relief 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "vize_armature" version = "0.28.0" source = "git+https://github.com/dannote/vize.git?branch=combined#957ff4428d50bcde3463e58c4ffed37db9245186" dependencies = [ "compact_str 0.8.1", "serde", "thiserror", "vize_carton 0.28.0 (git+https://github.com/dannote/vize.git?branch=combined)", "vize_relief 0.28.0 (git+https://github.com/dannote/vize.git?branch=combined)", ] [[package]] name = "vize_atelier_core" version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4d63443eff319da891c0d4ac8edc94a05ff857c9ecb130a65ece8c62647f10a" dependencies = [ "bumpalo", "compact_str 0.8.1", "memoffset", "oxc_allocator 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_ast 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_ast_visit 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_codegen 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_diagnostics 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_parser 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_semantic 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_span 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_syntax 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_transformer 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde", "serde_json", "thiserror", "vize_armature 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", "vize_carton 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", "vize_croquis 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", "vize_relief 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "vize_atelier_core" version = "0.28.0" source = "git+https://github.com/dannote/vize.git?branch=combined#957ff4428d50bcde3463e58c4ffed37db9245186" dependencies = [ "bumpalo", "compact_str 0.8.1", "memoffset", "oxc_allocator 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ast 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ast_visit 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_codegen 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_diagnostics 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_parser 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_semantic 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_span 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_syntax 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_transformer 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "serde", "serde_json", "thiserror", "vize_armature 0.28.0 (git+https://github.com/dannote/vize.git?branch=combined)", "vize_carton 0.28.0 (git+https://github.com/dannote/vize.git?branch=combined)", "vize_croquis 0.28.0 (git+https://github.com/dannote/vize.git?branch=combined)", "vize_relief 0.28.0 (git+https://github.com/dannote/vize.git?branch=combined)", ] [[package]] name = "vize_atelier_dom" version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e9771d0f6b3232c0623f782ad813834e0baa19a09a0bd98d50ae3df53b4c0a8" dependencies = [ "phf 0.11.3", "serde", "thiserror", "vize_atelier_core 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", "vize_carton 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", "vize_croquis 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "vize_atelier_dom" version = "0.28.0" source = "git+https://github.com/dannote/vize.git?branch=combined#957ff4428d50bcde3463e58c4ffed37db9245186" dependencies = [ "phf 0.11.3", "serde", "thiserror", "vize_atelier_core 0.28.0 (git+https://github.com/dannote/vize.git?branch=combined)", "vize_carton 0.28.0 (git+https://github.com/dannote/vize.git?branch=combined)", "vize_croquis 0.28.0 (git+https://github.com/dannote/vize.git?branch=combined)", ] [[package]] name = "vize_atelier_sfc" version = "0.28.0" source = "git+https://github.com/dannote/vize.git?branch=combined#957ff4428d50bcde3463e58c4ffed37db9245186" dependencies = [ "lightningcss", "memchr", "oxc_allocator 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ast 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ast_visit 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_codegen 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_parser 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_semantic 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_span 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_syntax 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_transformer 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "regex", "serde", "serde_json", "thiserror", "vize_atelier_core 0.28.0 (git+https://github.com/dannote/vize.git?branch=combined)", "vize_atelier_dom 0.28.0 (git+https://github.com/dannote/vize.git?branch=combined)", "vize_atelier_vapor 0.28.0 (git+https://github.com/dannote/vize.git?branch=combined)", "vize_carton 0.28.0 (git+https://github.com/dannote/vize.git?branch=combined)", "vize_croquis 0.28.0 (git+https://github.com/dannote/vize.git?branch=combined)", ] [[package]] name = "vize_atelier_ssr" version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5040d61310a8f6ff484042f7b0f48692e1f42a27181c4dd1e1a5f41c91968c80" dependencies = [ "serde", "vize_armature 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", "vize_atelier_core 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", "vize_carton 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", "vize_relief 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "vize_atelier_vapor" version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0783befd88150a95b9d659ec0ff6e68c18f2abd01cb1eacc4f64ddab372c378c" dependencies = [ "oxc_allocator 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_ast 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_ast_visit 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_parser 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_span 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_syntax 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde", "thiserror", "vize_atelier_core 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", "vize_carton 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", "vize_croquis 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "vize_atelier_vapor" version = "0.28.0" source = "git+https://github.com/dannote/vize.git?branch=combined#957ff4428d50bcde3463e58c4ffed37db9245186" dependencies = [ "oxc_allocator 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ast 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ast_visit 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_parser 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_span 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_syntax 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "serde", "thiserror", "vize_atelier_core 0.28.0 (git+https://github.com/dannote/vize.git?branch=combined)", "vize_carton 0.28.0 (git+https://github.com/dannote/vize.git?branch=combined)", "vize_croquis 0.28.0 (git+https://github.com/dannote/vize.git?branch=combined)", ] [[package]] name = "vize_carton" version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d8de942386f33fce45ec8ed64b4dc90cc9e54dd6006c1462aab5be14d70280b2" dependencies = [ "bitflags", "bumpalo", "compact_str 0.8.1", "once_cell", "phf 0.11.3", "rustc-hash", "serde", "serde_json", "smallvec", "xxhash-rust", ] [[package]] name = "vize_carton" version = "0.28.0" source = "git+https://github.com/dannote/vize.git?branch=combined#957ff4428d50bcde3463e58c4ffed37db9245186" dependencies = [ "bitflags", "bumpalo", "compact_str 0.8.1", "once_cell", "phf 0.11.3", "rustc-hash", "serde", "serde_json", "smallvec", "xxhash-rust", ] [[package]] name = "vize_croquis" version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a85ed88f6fd3ff0a721cf3bbb40703fe0f8f9f76aa9e140feb023a1c704099c2" dependencies = [ "dashmap 6.1.0", "once_cell", "oxc_allocator 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_ast 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_parser 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_span 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "phf 0.11.3", "regex", "rustc-hash", "serde", "serde_json", "vize_carton 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", "vize_relief 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "vize_croquis" version = "0.28.0" source = "git+https://github.com/dannote/vize.git?branch=combined#957ff4428d50bcde3463e58c4ffed37db9245186" dependencies = [ "dashmap 6.1.0", "once_cell", "oxc_allocator 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_ast 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_parser 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "oxc_span 0.116.0 (git+https://github.com/oxc-project/oxc?rev=27ee4fc46233bc837e01cb384384cf08dced127c)", "phf 0.11.3", "regex", "rustc-hash", "serde", "serde_json", "vize_carton 0.28.0 (git+https://github.com/dannote/vize.git?branch=combined)", "vize_relief 0.28.0 (git+https://github.com/dannote/vize.git?branch=combined)", ] [[package]] name = "vize_ex_nif" version = "0.1.0" dependencies = [ "rustler", "serde", "serde_json", "vize_armature 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", "vize_atelier_core 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", "vize_atelier_dom 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", "vize_atelier_sfc", "vize_atelier_ssr", "vize_atelier_vapor 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", "vize_carton 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", "vize_croquis 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", "vize_patina", "vize_relief 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "vize_patina" version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ca13cdafba708893eaa8f56ec51961eb7136356e6b709e4881dc01273d6184f" dependencies = [ "lightningcss", "memchr", "oxc_allocator 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_ast 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_diagnostics 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_parser 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_span 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_syntax 0.116.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde", "serde_json", "thiserror", "vize_armature 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", "vize_carton 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", "vize_croquis 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", "vize_relief 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "vize_relief" version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d18a58374d7a875e90ca5e198f09e41eb3c815255512a720b3fe45b06d32f457" dependencies = [ "serde", "thiserror", "vize_carton 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "vize_relief" version = "0.28.0" source = "git+https://github.com/dannote/vize.git?branch=combined#957ff4428d50bcde3463e58c4ffed37db9245186" dependencies = [ "serde", "thiserror", "vize_carton 0.28.0 (git+https://github.com/dannote/vize.git?branch=combined)", ] [[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 = "wasi" version = "0.11.1+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" [[package]] name = "wasip2" version = "1.0.2+wasi-0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" dependencies = [ "wit-bindgen", ] [[package]] name = "wasm-bindgen" version = "0.2.114" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e" dependencies = [ "cfg-if", "once_cell", "rustversion", "wasm-bindgen-macro", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-macro" version = "0.2.114" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6" dependencies = [ "quote", "wasm-bindgen-macro-support", ] [[package]] name = "wasm-bindgen-macro-support" version = "0.2.114" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3" dependencies = [ "bumpalo", "proc-macro2", "quote", "syn 2.0.117", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" version = "0.2.114" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16" dependencies = [ "unicode-ident", ] [[package]] name = "windows-link" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" [[package]] name = "wit-bindgen" version = "0.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" [[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 = "zerocopy" version = "0.8.42" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" version = "0.8.42" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f" dependencies = [ "proc-macro2", "quote", "syn 2.0.117", ] [[package]] name = "zmij" version = "1.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"