# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[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.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" dependencies = [ "gimli", ] [[package]] name = "adler" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "ahash" version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" dependencies = [ "getrandom 0.2.9", "once_cell", "serde", "version_check", ] [[package]] name = "aho-corasick" version = "0.7.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" dependencies = [ "memchr", ] [[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 = "ansi_term" version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" dependencies = [ "winapi", ] [[package]] name = "anyhow" version = "1.0.70" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" [[package]] name = "arrayvec" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" [[package]] name = "ast_node" version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f26ba4b3f1c2776bdacf6d0b96fce173155f2da6ace0202e39e7041ae33083" dependencies = [ "pmutil", "proc-macro2", "quote", "swc_macros_common 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.109", ] [[package]] name = "ast_node" version = "0.9.2" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "pmutil", "proc-macro2", "quote", "swc_macros_common 0.3.7 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "syn 1.0.109", ] [[package]] name = "atty" version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" dependencies = [ "hermit-abi 0.1.19", "libc", "winapi", ] [[package]] name = "auto_impl" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4" dependencies = [ "proc-macro-error", "proc-macro2", "quote", "syn 1.0.109", ] [[package]] name = "autocfg" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "backtrace" version = "0.3.67" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" dependencies = [ "addr2line", "cc", "cfg-if", "libc", "miniz_oxide", "object", "rustc-demangle", ] [[package]] name = "base64" version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" [[package]] name = "base64" version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" [[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 = "better_scoped_tls" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b73e8ecdec39e98aa3b19e8cd0b8ed8f77ccb86a6b0b2dc7cd86d105438a2123" dependencies = [ "scoped-tls", ] [[package]] name = "better_scoped_tls" version = "0.1.0" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "scoped-tls", ] [[package]] name = "bitflags" version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[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-rs" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38854056e7d44ad7af1214b7de30ceb71fff036ed67f3d1b48cc1200bb722cba" dependencies = [ "ahash", "anyhow", "chrono", "either", "itertools", "js-sys", "nom", "once_cell", "quote", "serde", "serde-wasm-bindgen 0.3.1", "serde_json", "string_cache", "string_cache_codegen", "thiserror", "wasm-bindgen", ] [[package]] name = "browserslist-rs" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef956561c9a03c35af46714efd0c135e21768a2a012f900ca8a59b28e75d0cd1" dependencies = [ "ahash", "anyhow", "chrono", "either", "itertools", "js-sys", "nom", "once_cell", "quote", "serde", "serde-wasm-bindgen 0.4.5", "serde_json", "string_cache", "string_cache_codegen", "thiserror", "wasm-bindgen", ] [[package]] name = "bumpalo" version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" [[package]] name = "bytecheck" version = "0.6.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13fe11640a23eb24562225322cd3e452b93a3d4091d62fab69c70542fcd17d1f" dependencies = [ "bytecheck_derive", "ptr_meta", "simdutf8", ] [[package]] name = "bytecheck_derive" version = "0.6.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e31225543cb46f81a7e224762764f4a6a0f097b1db0b175f69e8065efaa42de5" dependencies = [ "proc-macro2", "quote", "syn 1.0.109", ] [[package]] name = "byteorder" version = "1.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "cc" version = "1.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" [[package]] name = "cfg-if" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" version = "0.4.24" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" dependencies = [ "iana-time-zone", "js-sys", "num-integer", "num-traits", "time 0.1.45", "wasm-bindgen", "winapi", ] [[package]] name = "codespan-reporting" version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" dependencies = [ "termcolor", "unicode-width", ] [[package]] name = "const-fnv1a-hash" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32b13ea120a812beba79e34316b3942a857c86ec1593cb34f27bb28272ce2cca" [[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 = "core-foundation-sys" version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" [[package]] name = "cpufeatures" version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181" dependencies = [ "libc", ] [[package]] name = "crc" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49fc9a695bca7f35f5f4c15cddc84415f66a74ea78eef08e90c5024f2b540e23" dependencies = [ "crc-catalog", ] [[package]] name = "crc-catalog" version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ccaeedb56da03b09f598226e25e80088cb4cd25f316e6e4df7d695f0feeb1403" [[package]] name = "crossbeam-channel" version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" dependencies = [ "cfg-if", "crossbeam-utils", ] [[package]] name = "crossbeam-deque" version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" dependencies = [ "cfg-if", "crossbeam-epoch", "crossbeam-utils", ] [[package]] name = "crossbeam-epoch" version = "0.9.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" dependencies = [ "autocfg", "cfg-if", "crossbeam-utils", "memoffset", "scopeguard", ] [[package]] name = "crossbeam-utils" version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" dependencies = [ "cfg-if", ] [[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 = "cssparser" version = "0.29.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f93d03419cb5950ccfd3daf3ff1c7a36ace64609a1a8746d493df1ca0afde0fa" dependencies = [ "cssparser-macros", "dtoa-short", "itoa", "matches", "phf 0.10.1", "proc-macro2", "quote", "smallvec", "syn 1.0.109", ] [[package]] name = "cssparser-macros" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dfae75de57f2b2e85e8768c3ea840fd159c8f33e2b6522c7835b7abac81be16e" dependencies = [ "quote", "syn 1.0.109", ] [[package]] name = "ctor" version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" dependencies = [ "quote", "syn 1.0.109", ] [[package]] name = "cxx" version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93" dependencies = [ "cc", "cxxbridge-flags", "cxxbridge-macro", "link-cplusplus", ] [[package]] name = "cxx-build" version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b" dependencies = [ "cc", "codespan-reporting", "once_cell", "proc-macro2", "quote", "scratch", "syn 2.0.13", ] [[package]] name = "cxxbridge-flags" version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb" [[package]] name = "cxxbridge-macro" version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5" dependencies = [ "proc-macro2", "quote", "syn 2.0.13", ] [[package]] name = "dashmap" version = "5.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc" dependencies = [ "cfg-if", "hashbrown", "lock_api", "once_cell", "parking_lot_core", ] [[package]] name = "data-encoding" version = "2.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb" [[package]] name = "data-url" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193" dependencies = [ "matches", ] [[package]] name = "demostf-build" version = "0.1.0" dependencies = [ "demostf-build-bundlers", "demostf-build-derive", "rand 0.8.5", "tracing-subscriber", ] [[package]] name = "demostf-build-bundlers" version = "0.1.0" dependencies = [ "anyhow", "base64 0.21.0", "const-fnv1a-hash", "jsx-dom-expressions", "lightningcss", "rand 0.8.5", "swc", "swc_atoms 0.4.43 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_bundler", "swc_common 0.30.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_core", "swc_ecma_ast 0.102.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_codegen 0.137.6 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_loader 0.42.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_parser 0.132.6 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_transforms_base 0.125.1 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_transforms_typescript 0.175.4 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_visit 0.88.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "urlencoding", ] [[package]] name = "demostf-build-derive" version = "0.1.0" dependencies = [ "demostf-build-bundlers", "merge", "proc-macro2", "quote", "structmeta", "syn 2.0.13", ] [[package]] name = "diff" version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" [[package]] name = "difference" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" [[package]] name = "digest" version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" dependencies = [ "block-buffer", "crypto-common", ] [[package]] name = "dtoa" version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0" [[package]] name = "dtoa-short" version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bde03329ae10e79ede66c9ce4dc930aa8599043b0743008548680f25b91502d6" dependencies = [ "dtoa", ] [[package]] name = "either" version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" [[package]] name = "enum-iterator" version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "706d9e7cf1c7664859d79cd524e4e53ea2b67ea03c98cc2870c5e539695d597e" dependencies = [ "enum-iterator-derive", ] [[package]] name = "enum-iterator-derive" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "355f93763ef7b0ae1c43c4d8eccc9d5848d84ad1a1d8ce61c421d1ac85a19d05" dependencies = [ "proc-macro2", "quote", "syn 1.0.109", ] [[package]] name = "errno" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" dependencies = [ "errno-dragonfly", "libc", "windows-sys 0.48.0", ] [[package]] name = "errno-dragonfly" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" dependencies = [ "cc", "libc", ] [[package]] name = "fastrand" version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" dependencies = [ "instant", ] [[package]] name = "fixedbitset" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "fnv" version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "form_urlencoded" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" dependencies = [ "percent-encoding", ] [[package]] name = "from_variant" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d449976075322384507443937df2f1d5577afbf4282f12a5a66ef29fa3e6307" dependencies = [ "pmutil", "proc-macro2", "swc_macros_common 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.109", ] [[package]] name = "from_variant" version = "0.1.5" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "pmutil", "proc-macro2", "swc_macros_common 0.3.7 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "syn 1.0.109", ] [[package]] name = "fxhash" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" dependencies = [ "byteorder", ] [[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.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" dependencies = [ "cfg-if", "libc", "wasi 0.9.0+wasi-snapshot-preview1", ] [[package]] name = "getrandom" version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" dependencies = [ "cfg-if", "libc", "wasi 0.11.0+wasi-snapshot-preview1", ] [[package]] name = "getset" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e45727250e75cc04ff2846a66397da8ef2b3db8e40e0cef4df67950a07621eb9" dependencies = [ "proc-macro-error", "proc-macro2", "quote", "syn 1.0.109", ] [[package]] name = "gimli" version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" [[package]] name = "glob" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "hashbrown" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" dependencies = [ "ahash", ] [[package]] name = "hermit-abi" version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" dependencies = [ "libc", ] [[package]] name = "hermit-abi" version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" dependencies = [ "libc", ] [[package]] name = "hermit-abi" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" [[package]] name = "hex" version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[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.56" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c" dependencies = [ "android_system_properties", "core-foundation-sys", "iana-time-zone-haiku", "js-sys", "wasm-bindgen", "windows", ] [[package]] name = "iana-time-zone-haiku" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" dependencies = [ "cxx", "cxx-build", ] [[package]] name = "idna" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" dependencies = [ "unicode-bidi", "unicode-normalization", ] [[package]] name = "if_chain" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" [[package]] name = "indexmap" version = "1.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" dependencies = [ "autocfg", "hashbrown", "serde", ] [[package]] name = "instant" version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" dependencies = [ "cfg-if", ] [[package]] name = "io-lifetimes" version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" dependencies = [ "hermit-abi 0.3.1", "libc", "windows-sys 0.48.0", ] [[package]] name = "is-macro" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a7d079e129b77477a49c5c4f1cfe9ce6c2c909ef52520693e8e811a714c7b20" dependencies = [ "Inflector", "pmutil", "proc-macro2", "quote", "syn 1.0.109", ] [[package]] name = "is_ci" version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb" [[package]] name = "itertools" version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" dependencies = [ "either", ] [[package]] name = "itoa" version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" [[package]] name = "js-sys" version = "0.3.61" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" dependencies = [ "wasm-bindgen", ] [[package]] name = "jsonc-parser" version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a1853e40333206f9a685358046d13ab200169e3ee573019bddf0ede0dc29307" dependencies = [ "serde_json", ] [[package]] name = "jsx-dom-expressions" version = "0.1.0" source = "git+https://github.com/icewind1991/swc-plugin-jsx-dom-expressions?branch=loader-browser-overwrite-old#97ec20c7db17ff40220d70e151e412035906221f" dependencies = [ "html-escape", "serde", "serde_json", "string_cache", "swc_atoms 0.4.43 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_core", ] [[package]] name = "lazy_static" version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "lexical" version = "6.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7aefb36fd43fef7003334742cbf77b243fcd36418a1d1bdd480d613a67968f6" dependencies = [ "lexical-core", ] [[package]] name = "lexical-core" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46" dependencies = [ "lexical-parse-float", "lexical-parse-integer", "lexical-util", "lexical-write-float", "lexical-write-integer", ] [[package]] name = "lexical-parse-float" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f" dependencies = [ "lexical-parse-integer", "lexical-util", "static_assertions", ] [[package]] name = "lexical-parse-integer" version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9" dependencies = [ "lexical-util", "static_assertions", ] [[package]] name = "lexical-util" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc" dependencies = [ "static_assertions", ] [[package]] name = "lexical-write-float" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862" dependencies = [ "lexical-util", "lexical-write-integer", "static_assertions", ] [[package]] name = "lexical-write-integer" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446" dependencies = [ "lexical-util", "static_assertions", ] [[package]] name = "libc" version = "0.2.141" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" [[package]] name = "lightningcss" version = "1.0.0-alpha.40" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6338806873ab8053fa9aac727f603fdd2fe4d8bec192faab114183f8483c67f8" dependencies = [ "bitflags", "browserslist-rs 0.7.0", "const-str", "cssparser", "dashmap", "data-encoding", "itertools", "lazy_static", "lightningcss-derive", "parcel_selectors", "parcel_sourcemap", "pathdiff", "rayon", "serde", "smallvec", ] [[package]] name = "lightningcss-derive" version = "1.0.0-alpha.37" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4faebe0508afdfe088a3221013aecbb7014ecf8504b9c5a6764bb58d29f932b1" dependencies = [ "proc-macro2", "quote", "syn 1.0.109", ] [[package]] name = "link-cplusplus" version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" dependencies = [ "cc", ] [[package]] name = "linux-raw-sys" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f" [[package]] name = "lock_api" version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" dependencies = [ "autocfg", "scopeguard", ] [[package]] name = "log" version = "0.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" dependencies = [ "cfg-if", ] [[package]] name = "lru" version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a" dependencies = [ "hashbrown", ] [[package]] name = "matchers" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" dependencies = [ "regex-automata", ] [[package]] name = "matches" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" [[package]] name = "memchr" version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" [[package]] name = "memoffset" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" dependencies = [ "autocfg", ] [[package]] name = "merge" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9" dependencies = [ "merge_derive", "num-traits", ] [[package]] name = "merge_derive" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07" dependencies = [ "proc-macro-error", "proc-macro2", "quote", "syn 1.0.109", ] [[package]] name = "miette" version = "4.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c90329e44f9208b55f45711f9558cec15d7ef8295cc65ecd6d4188ae8edc58c" dependencies = [ "atty", "backtrace", "miette-derive", "once_cell", "owo-colors", "supports-color", "supports-hyperlinks", "supports-unicode", "terminal_size", "textwrap", "thiserror", "unicode-width", ] [[package]] name = "miette-derive" version = "4.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6b5bc45b761bcf1b5e6e6c4128cd93b84c218721a8d9b894aa0aff4ed180174c" dependencies = [ "proc-macro2", "quote", "syn 1.0.109", ] [[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.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" dependencies = [ "adler", ] [[package]] name = "new_debug_unreachable" version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" [[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 = "nu-ansi-term" version = "0.46.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" dependencies = [ "overload", "winapi", ] [[package]] name = "num-bigint" version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" dependencies = [ "autocfg", "num-integer", "num-traits", "serde", ] [[package]] name = "num-integer" version = "0.1.45" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" dependencies = [ "autocfg", "num-traits", ] [[package]] name = "num-traits" version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" dependencies = [ "autocfg", ] [[package]] name = "num_cpus" version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" dependencies = [ "hermit-abi 0.2.6", "libc", ] [[package]] name = "object" version = "0.30.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439" dependencies = [ "memchr", ] [[package]] name = "once_cell" version = "1.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "output_vt100" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" dependencies = [ "winapi", ] [[package]] name = "outref" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f222829ae9293e33a9f5e9f440c6760a3d450a64affe1846486b140db81c1f4" [[package]] name = "overload" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "owo-colors" version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" [[package]] name = "parcel_selectors" version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a215f11d4e3b505238167f6dbe47e7d809dcf452319506328d904d62c4eb8da5" dependencies = [ "bitflags", "cssparser", "fxhash", "log", "phf 0.8.0", "phf_codegen", "precomputed-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", "data-url", "rkyv", "serde", "serde_json", "vlq", ] [[package]] name = "parking_lot" version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" dependencies = [ "lock_api", "parking_lot_core", ] [[package]] name = "parking_lot_core" version = "0.9.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" dependencies = [ "cfg-if", "libc", "redox_syscall 0.2.16", "smallvec", "windows-sys 0.45.0", ] [[package]] name = "path-clean" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ecba01bf2678719532c5e3059e0b5f0811273d94b397088b82e3bd0a78c78fdd" [[package]] name = "pathdiff" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" [[package]] name = "percent-encoding" version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" [[package]] name = "petgraph" version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4" dependencies = [ "fixedbitset", "indexmap", ] [[package]] name = "phf" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" dependencies = [ "phf_shared 0.8.0", ] [[package]] name = "phf" version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" dependencies = [ "phf_macros", "phf_shared 0.10.0", "proc-macro-hack", ] [[package]] name = "phf_codegen" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" dependencies = [ "phf_generator 0.8.0", "phf_shared 0.8.0", ] [[package]] name = "phf_generator" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" dependencies = [ "phf_shared 0.8.0", "rand 0.7.3", ] [[package]] name = "phf_generator" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" dependencies = [ "phf_shared 0.10.0", "rand 0.8.5", ] [[package]] name = "phf_macros" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0" dependencies = [ "phf_generator 0.10.0", "phf_shared 0.10.0", "proc-macro-hack", "proc-macro2", "quote", "syn 1.0.109", ] [[package]] name = "phf_shared" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" dependencies = [ "siphasher", ] [[package]] name = "phf_shared" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" dependencies = [ "siphasher", ] [[package]] name = "pin-project-lite" version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" [[package]] name = "pmutil" version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3894e5d549cccbe44afecf72922f277f603cd4bb0219c8342631ef18fffbe004" dependencies = [ "proc-macro2", "quote", "syn 1.0.109", ] [[package]] name = "ppv-lite86" version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "precomputed-hash" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" [[package]] name = "preset_env_base" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c963ac17c08dfc36f01b7d2c4426e759ac1cbd181c2a9ed807f3dea5200b90e1" dependencies = [ "ahash", "anyhow", "browserslist-rs 0.12.3", "dashmap", "from_variant 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "once_cell", "semver 1.0.17", "serde", "st-map", "tracing", ] [[package]] name = "pretty_assertions" version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" dependencies = [ "ctor", "diff", "output_vt100", "yansi", ] [[package]] name = "proc-macro-error" version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" dependencies = [ "proc-macro-error-attr", "proc-macro2", "quote", "syn 1.0.109", "version_check", ] [[package]] name = "proc-macro-error-attr" version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" dependencies = [ "proc-macro2", "quote", "version_check", ] [[package]] name = "proc-macro-hack" version = "0.5.20+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" [[package]] name = "proc-macro2" version = "1.0.56" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" dependencies = [ "unicode-ident", ] [[package]] name = "psm" version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" 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", ] [[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.26" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" dependencies = [ "proc-macro2", ] [[package]] name = "radix_fmt" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ce082a9940a7ace2ad4a8b7d0b1eac6aa378895f18be598230c5f2284ac05426" [[package]] name = "rand" version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" dependencies = [ "getrandom 0.1.16", "libc", "rand_chacha 0.2.2", "rand_core 0.5.1", "rand_hc", "rand_pcg", ] [[package]] name = "rand" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "libc", "rand_chacha 0.3.1", "rand_core 0.6.4", ] [[package]] name = "rand_chacha" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" dependencies = [ "ppv-lite86", "rand_core 0.5.1", ] [[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 0.6.4", ] [[package]] name = "rand_core" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" dependencies = [ "getrandom 0.1.16", ] [[package]] name = "rand_core" version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ "getrandom 0.2.9", ] [[package]] name = "rand_hc" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" dependencies = [ "rand_core 0.5.1", ] [[package]] name = "rand_pcg" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" dependencies = [ "rand_core 0.5.1", ] [[package]] name = "rayon" version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" dependencies = [ "either", "rayon-core", ] [[package]] name = "rayon-core" version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" dependencies = [ "crossbeam-channel", "crossbeam-deque", "crossbeam-utils", "num_cpus", ] [[package]] name = "redox_syscall" version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" dependencies = [ "bitflags", ] [[package]] name = "redox_syscall" version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" dependencies = [ "bitflags", ] [[package]] name = "regex" version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" dependencies = [ "aho-corasick", "memchr", "regex-syntax", ] [[package]] name = "regex-automata" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" dependencies = [ "regex-syntax", ] [[package]] name = "regex-syntax" version = "0.6.29" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "relative-path" version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4bf2521270932c3c7bed1a59151222bd7643c79310f2916f01925e1e16255698" [[package]] name = "rend" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab" dependencies = [ "bytecheck", ] [[package]] name = "rkyv" version = "0.7.40" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c30f1d45d9aa61cbc8cd1eb87705470892289bb2d01943e7803b873a57404dc3" dependencies = [ "bytecheck", "hashbrown", "ptr_meta", "rend", "rkyv_derive", "seahash", ] [[package]] name = "rkyv_derive" version = "0.7.40" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff26ed6c7c4dfc2aa9480b86a60e3c7233543a270a680e10758a507c5a4ce476" dependencies = [ "proc-macro2", "quote", "syn 1.0.109", ] [[package]] name = "rustc-demangle" version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4a36c42d1873f9a77c53bde094f9664d9891bc604a45b4798fd2c389ed12e5b" [[package]] name = "rustc-hash" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustc_version" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" dependencies = [ "semver 0.9.0", ] [[package]] name = "rustix" version = "0.37.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85597d61f83914ddeba6a47b3b8ffe7365107221c2e557ed94426489fefb5f77" dependencies = [ "bitflags", "errno", "io-lifetimes", "libc", "linux-raw-sys", "windows-sys 0.48.0", ] [[package]] name = "rustversion" version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" [[package]] name = "ryu" version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" [[package]] name = "ryu-js" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6518fc26bced4d53678a22d6e423e9d8716377def84545fe328236e3af070e7f" [[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.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "scratch" version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" [[package]] name = "seahash" version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" [[package]] name = "semver" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" dependencies = [ "semver-parser", ] [[package]] name = "semver" version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" dependencies = [ "serde", ] [[package]] name = "semver-parser" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "serde" version = "1.0.159" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065" dependencies = [ "serde_derive", ] [[package]] name = "serde-wasm-bindgen" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "618365e8e586c22123d692b72a7d791d5ee697817b65a218cdf12a98870af0f7" dependencies = [ "fnv", "js-sys", "serde", "wasm-bindgen", ] [[package]] name = "serde-wasm-bindgen" version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3b4c031cd0d9014307d82b8abf653c0290fbdaeb4c02d00c63cf52f728628bf" dependencies = [ "js-sys", "serde", "wasm-bindgen", ] [[package]] name = "serde_derive" version = "1.0.159" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585" dependencies = [ "proc-macro2", "quote", "syn 2.0.13", ] [[package]] name = "serde_json" version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744" dependencies = [ "itoa", "ryu", "serde", ] [[package]] name = "sha-1" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f" dependencies = [ "cfg-if", "cpufeatures", "digest", ] [[package]] name = "sharded-slab" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" dependencies = [ "lazy_static", ] [[package]] name = "simd-abstraction" version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9cadb29c57caadc51ff8346233b5cec1d240b68ce55cf1afc764818791876987" dependencies = [ "outref", ] [[package]] name = "simdutf8" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" [[package]] name = "siphasher" version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" [[package]] name = "smallvec" version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" [[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 = "smawk" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043" [[package]] name = "sourcemap" version = "6.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eed16231c92d0a6f0388f56e0ab2be24ecff1173f8e22f0ea5e074d0525631cb" dependencies = [ "data-encoding", "if_chain", "rustc_version", "serde", "serde_json", "unicode-id", "url", ] [[package]] name = "st-map" version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc9c9f3a1df5f73b7392bd9773108fef41ad9126f0282412fd5904389f0c0c4f" 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.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce" dependencies = [ "cc", "cfg-if", "libc", "psm", "winapi", ] [[package]] name = "static-map-macro" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "752564de9cd8937fdbc1c55d47ac391758c352ab3755607cc391b659fe87d56b" dependencies = [ "pmutil", "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 = "string_cache" version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" dependencies = [ "new_debug_unreachable", "once_cell", "parking_lot", "phf_shared 0.10.0", "precomputed-hash", "serde", ] [[package]] name = "string_cache_codegen" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" dependencies = [ "phf_generator 0.10.0", "phf_shared 0.10.0", "proc-macro2", "quote", ] [[package]] name = "string_enum" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0090512bdfee4b56d82480d66c0fd8a6f53f0fe0f97e075e949b252acdd482e0" dependencies = [ "pmutil", "proc-macro2", "quote", "swc_macros_common 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.109", ] [[package]] name = "string_enum" version = "0.4.0" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "pmutil", "proc-macro2", "quote", "swc_macros_common 0.3.7 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "syn 1.0.109", ] [[package]] name = "structmeta" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78ad9e09554f0456d67a69c1584c9798ba733a5b50349a6c0d0948710523922d" dependencies = [ "proc-macro2", "quote", "structmeta-derive", "syn 2.0.13", ] [[package]] name = "structmeta-derive" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a60bcaff7397072dca0017d1db428e30d5002e00b6847703e2e42005c95fbe00" dependencies = [ "proc-macro2", "quote", "syn 2.0.13", ] [[package]] name = "supports-color" version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba6faf2ca7ee42fdd458f4347ae0a9bd6bcc445ad7cb57ad82b383f18870d6f" dependencies = [ "atty", "is_ci", ] [[package]] name = "supports-hyperlinks" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "590b34f7c5f01ecc9d78dba4b3f445f31df750a67621cf31626f3b7441ce6406" dependencies = [ "atty", ] [[package]] name = "supports-unicode" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8b945e45b417b125a8ec51f1b7df2f8df7920367700d1f98aedd21e5735f8b2" dependencies = [ "atty", ] [[package]] name = "swc" version = "0.259.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f6ce93b570b7c73b02f23893d02fb13136ae8c27ee96d2d5e57dce0fad8d329" dependencies = [ "ahash", "anyhow", "base64 0.13.1", "dashmap", "either", "indexmap", "jsonc-parser", "lru", "once_cell", "parking_lot", "pathdiff", "regex", "rustc-hash", "serde", "serde_json", "sourcemap", "swc_atoms 0.4.43 (registry+https://github.com/rust-lang/crates.io-index)", "swc_cached", "swc_common 0.30.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_config 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.102.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_codegen 0.137.6 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ext_transforms", "swc_ecma_lints", "swc_ecma_loader 0.42.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_minifier", "swc_ecma_parser 0.132.6 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_preset_env", "swc_ecma_transforms", "swc_ecma_transforms_base 0.125.1 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_compat", "swc_ecma_transforms_optimization 0.185.4 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_utils 0.115.8 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_visit 0.88.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_error_reporters 0.14.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_node_comments", "swc_timer", "swc_visit 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", "url", ] [[package]] name = "swc_atoms" version = "0.4.43" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64593af3e0fbacd1b7147a0188f1fd77a2fc8ae3c2425bdb9528de255b9f452b" dependencies = [ "once_cell", "rustc-hash", "serde", "string_cache", "string_cache_codegen", "triomphe", ] [[package]] name = "swc_atoms" version = "0.4.43" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "once_cell", "rkyv", "rustc-hash", "serde", "string_cache", "string_cache_codegen", "triomphe", ] [[package]] name = "swc_bundler" version = "0.212.5" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "ahash", "anyhow", "crc", "indexmap", "is-macro", "once_cell", "parking_lot", "petgraph", "radix_fmt", "relative-path", "swc_atoms 0.4.43 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_common 0.30.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_ast 0.102.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_codegen 0.137.6 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_loader 0.42.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_parser 0.132.6 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_transforms_base 0.125.1 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_transforms_optimization 0.185.4 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_utils 0.115.8 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_visit 0.88.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_fast_graph 0.18.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_graph_analyzer", "tracing", ] [[package]] name = "swc_cached" version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9745d42d167cb60aeb1e85d2ee813ca455c3185bf7417f11fd102d745ae2b9e1" dependencies = [ "ahash", "anyhow", "dashmap", "once_cell", "regex", "serde", ] [[package]] name = "swc_common" version = "0.30.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "53e95bf36e3e217431c50eab784c5601bf5f0ed3657aac6bda57748fa4d6103b" dependencies = [ "ahash", "ast_node 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", "better_scoped_tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if", "either", "from_variant 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "new_debug_unreachable", "num-bigint", "once_cell", "parking_lot", "rustc-hash", "serde", "siphasher", "sourcemap", "string_cache", "swc_atoms 0.4.43 (registry+https://github.com/rust-lang/crates.io-index)", "swc_eq_ignore_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "swc_visit 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", "unicode-width", "url", ] [[package]] name = "swc_common" version = "0.30.5" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "ahash", "anyhow", "ast_node 0.9.2 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "atty", "better_scoped_tls 0.1.0 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "cfg-if", "either", "from_variant 0.1.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "new_debug_unreachable", "num-bigint", "once_cell", "parking_lot", "rkyv", "rustc-hash", "serde", "siphasher", "sourcemap", "string_cache", "swc_atoms 0.4.43 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_eq_ignore_macros 0.1.1 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_visit 0.5.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "termcolor", "tracing", "unicode-width", "url", ] [[package]] name = "swc_config" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "89c8fc2c12bb1634c7c32fc3c9b6b963ad8f034cc62c4ecddcf215dc4f6f959d" dependencies = [ "indexmap", "serde", "serde_json", "swc_config_macro 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "swc_config" version = "0.1.5" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "indexmap", "serde", "serde_json", "swc_config_macro 0.1.1 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", ] [[package]] name = "swc_config_macro" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7dadb9998d4f5fc36ef558ed5a092579441579ee8c6fcce84a5228cca9df4004" dependencies = [ "pmutil", "proc-macro2", "quote", "swc_macros_common 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.109", ] [[package]] name = "swc_config_macro" version = "0.1.1" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "pmutil", "proc-macro2", "quote", "swc_macros_common 0.3.7 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "syn 1.0.109", ] [[package]] name = "swc_core" version = "0.74.6" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "once_cell", "swc_atoms 0.4.43 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_common 0.30.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_ast 0.102.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_transforms_base 0.125.1 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_transforms_testing", "swc_ecma_utils 0.115.8 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_visit 0.88.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_plugin", "swc_plugin_macro", "swc_plugin_proxy", "vergen", ] [[package]] name = "swc_ecma_ast" version = "0.102.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6bc96ac4740ddd7e09baaa153b6cf74e62ed7436d674606c060ea01fd7c20cd0" dependencies = [ "bitflags", "is-macro", "num-bigint", "scoped-tls", "serde", "string_enum 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "swc_atoms 0.4.43 (registry+https://github.com/rust-lang/crates.io-index)", "swc_common 0.30.5 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-id", ] [[package]] name = "swc_ecma_ast" version = "0.102.5" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "bitflags", "is-macro", "num-bigint", "rkyv", "scoped-tls", "string_enum 0.4.0 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_atoms 0.4.43 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_common 0.30.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "unicode-id", ] [[package]] name = "swc_ecma_codegen" version = "0.137.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75b1fc2f9d9a83e15ea27df387279c9f79c12eedeb58af29da663fda952600b1" dependencies = [ "memchr", "num-bigint", "once_cell", "rustc-hash", "serde", "sourcemap", "swc_atoms 0.4.43 (registry+https://github.com/rust-lang/crates.io-index)", "swc_common 0.30.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.102.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_codegen_macros 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", ] [[package]] name = "swc_ecma_codegen" version = "0.137.6" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "memchr", "num-bigint", "once_cell", "rustc-hash", "serde", "sourcemap", "swc_atoms 0.4.43 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_common 0.30.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_ast 0.102.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_codegen_macros 0.7.2 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "tracing", ] [[package]] name = "swc_ecma_codegen_macros" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf4ee0caee1018808d94ecd09490cb7affd3d504b19aa11c49238f5fc4b54901" dependencies = [ "pmutil", "proc-macro2", "quote", "swc_macros_common 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.109", ] [[package]] name = "swc_ecma_codegen_macros" version = "0.7.2" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "pmutil", "proc-macro2", "quote", "swc_macros_common 0.3.7 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "syn 1.0.109", ] [[package]] name = "swc_ecma_ext_transforms" version = "0.101.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "382bdecc616c216eaa7c66f7c359884bf1d4d4f114ba379564de7f4d70744eed" dependencies = [ "phf 0.10.1", "swc_atoms 0.4.43 (registry+https://github.com/rust-lang/crates.io-index)", "swc_common 0.30.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.102.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_utils 0.115.8 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_visit 0.88.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "swc_ecma_lints" version = "0.80.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "10d6bdb3d15eaf8a19b72d1cb3f85e2ae77d526ce8599ce1cbc370d0e91e29fc" dependencies = [ "ahash", "auto_impl", "dashmap", "parking_lot", "rayon", "regex", "serde", "swc_atoms 0.4.43 (registry+https://github.com/rust-lang/crates.io-index)", "swc_common 0.30.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_config 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.102.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_utils 0.115.8 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_visit 0.88.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "swc_ecma_loader" version = "0.42.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f07db9ffa757d71893e265c716307c3c9568ab85645c126e80e0d0ba7528aef5" dependencies = [ "ahash", "anyhow", "dashmap", "lru", "normpath", "once_cell", "parking_lot", "path-clean", "pathdiff", "serde", "serde_json", "swc_cached", "swc_common 0.30.5 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", ] [[package]] name = "swc_ecma_loader" version = "0.42.5" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "ahash", "anyhow", "dashmap", "lru", "normpath", "once_cell", "parking_lot", "path-clean", "pathdiff", "serde", "serde_json", "swc_common 0.30.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "tracing", ] [[package]] name = "swc_ecma_minifier" version = "0.179.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1175dc1992992d12a09457113b5d76a756d1aa43fc2f9eeff4563ea8aa2f8b4" dependencies = [ "ahash", "arrayvec", "indexmap", "num-bigint", "num_cpus", "once_cell", "parking_lot", "radix_fmt", "regex", "rustc-hash", "ryu-js", "serde", "serde_json", "swc_atoms 0.4.43 (registry+https://github.com/rust-lang/crates.io-index)", "swc_cached", "swc_common 0.30.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_config 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.102.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_codegen 0.137.6 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_parser 0.132.6 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_base 0.125.1 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_optimization 0.185.4 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_usage_analyzer", "swc_ecma_utils 0.115.8 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_visit 0.88.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_timer", "tracing", ] [[package]] name = "swc_ecma_parser" version = "0.132.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9b8409efcb3c70fe31fb3203406ab73b3c3cd279aa2005887d1918049b2a38e" dependencies = [ "either", "lexical", "num-bigint", "serde", "smallvec", "smartstring", "stacker", "swc_atoms 0.4.43 (registry+https://github.com/rust-lang/crates.io-index)", "swc_common 0.30.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.102.5 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", "typed-arena", ] [[package]] name = "swc_ecma_parser" version = "0.132.6" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "either", "lexical", "num-bigint", "serde", "smallvec", "smartstring", "stacker", "swc_atoms 0.4.43 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_common 0.30.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_ast 0.102.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "tracing", "typed-arena", ] [[package]] name = "swc_ecma_preset_env" version = "0.193.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b78558a5654eb0fd2f42bb80d5ec674dd6578a846cc4ab6aab02dc3e814926b" dependencies = [ "ahash", "anyhow", "dashmap", "indexmap", "once_cell", "preset_env_base", "semver 1.0.17", "serde", "serde_json", "st-map", "string_enum 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "swc_atoms 0.4.43 (registry+https://github.com/rust-lang/crates.io-index)", "swc_common 0.30.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.102.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms", "swc_ecma_utils 0.115.8 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_visit 0.88.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "swc_ecma_testing" version = "0.20.8" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "anyhow", "hex", "sha-1", "tracing", ] [[package]] name = "swc_ecma_transforms" version = "0.216.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1eb5ce7ddd675cf38308f7c9456170c9250debaf0fbceac45470d74aa850d844" dependencies = [ "swc_atoms 0.4.43 (registry+https://github.com/rust-lang/crates.io-index)", "swc_common 0.30.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.102.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_base 0.125.1 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_compat", "swc_ecma_transforms_module", "swc_ecma_transforms_optimization 0.185.4 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_proposal", "swc_ecma_transforms_react 0.171.3 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_typescript 0.175.4 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_utils 0.115.8 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_visit 0.88.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "swc_ecma_transforms_base" version = "0.125.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b87668640fe6d63ecabaae1805534d1445ff63382ab8961cd623ccdeb1bfbc" dependencies = [ "better_scoped_tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags", "indexmap", "once_cell", "phf 0.10.1", "rustc-hash", "serde", "smallvec", "swc_atoms 0.4.43 (registry+https://github.com/rust-lang/crates.io-index)", "swc_common 0.30.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.102.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_parser 0.132.6 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_utils 0.115.8 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_visit 0.88.5 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", ] [[package]] name = "swc_ecma_transforms_base" version = "0.125.1" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "better_scoped_tls 0.1.0 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "bitflags", "indexmap", "once_cell", "phf 0.10.1", "rustc-hash", "serde", "smallvec", "swc_atoms 0.4.43 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_common 0.30.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_ast 0.102.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_parser 0.132.6 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_utils 0.115.8 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_visit 0.88.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "tracing", ] [[package]] name = "swc_ecma_transforms_classes" version = "0.114.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "910df98b5306c191dc7165447493f0ed199283fb1e1395b0691c1ab533979092" dependencies = [ "swc_atoms 0.4.43 (registry+https://github.com/rust-lang/crates.io-index)", "swc_common 0.30.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.102.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_base 0.125.1 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_utils 0.115.8 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_visit 0.88.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "swc_ecma_transforms_compat" version = "0.151.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c428703ef286721a8634fdd2801bab1c7b2744c30b6eacde9c266fa43fc98d55" dependencies = [ "ahash", "arrayvec", "indexmap", "is-macro", "num-bigint", "serde", "smallvec", "swc_atoms 0.4.43 (registry+https://github.com/rust-lang/crates.io-index)", "swc_common 0.30.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_config 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.102.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_base 0.125.1 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_classes", "swc_ecma_transforms_macros 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_utils 0.115.8 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_visit 0.88.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_trace_macro 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", ] [[package]] name = "swc_ecma_transforms_macros" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "984d5ac69b681fc5438f9abf82b0fda34fe04e119bc75f8213b7e01128c7c9a2" dependencies = [ "pmutil", "proc-macro2", "quote", "swc_macros_common 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.109", ] [[package]] name = "swc_ecma_transforms_macros" version = "0.5.1" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "pmutil", "proc-macro2", "quote", "swc_macros_common 0.3.7 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "syn 1.0.109", ] [[package]] name = "swc_ecma_transforms_module" version = "0.168.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b25b66039df07f8cf2a5d86f4feb0ff8eea27b2625de3bd8cc06b15266052409" dependencies = [ "Inflector", "ahash", "anyhow", "bitflags", "indexmap", "is-macro", "path-clean", "pathdiff", "regex", "serde", "swc_atoms 0.4.43 (registry+https://github.com/rust-lang/crates.io-index)", "swc_cached", "swc_common 0.30.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.102.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_loader 0.42.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_parser 0.132.6 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_base 0.125.1 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_utils 0.115.8 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_visit 0.88.5 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", ] [[package]] name = "swc_ecma_transforms_optimization" version = "0.185.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "544681f98bd62c45e8fc091cfbf8425fb02fd458a4ad81b9557be8bb41e5db37" dependencies = [ "ahash", "dashmap", "indexmap", "once_cell", "petgraph", "rustc-hash", "serde_json", "swc_atoms 0.4.43 (registry+https://github.com/rust-lang/crates.io-index)", "swc_common 0.30.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.102.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_parser 0.132.6 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_base 0.125.1 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_macros 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_utils 0.115.8 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_visit 0.88.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_fast_graph 0.18.5 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", ] [[package]] name = "swc_ecma_transforms_optimization" version = "0.185.4" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "ahash", "dashmap", "indexmap", "once_cell", "petgraph", "rustc-hash", "serde_json", "swc_atoms 0.4.43 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_common 0.30.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_ast 0.102.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_parser 0.132.6 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_transforms_base 0.125.1 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_transforms_macros 0.5.1 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_utils 0.115.8 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_visit 0.88.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_fast_graph 0.18.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "tracing", ] [[package]] name = "swc_ecma_transforms_proposal" version = "0.159.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c033651e300bd2c9488a37f503cc20ae87e2943594c31bbded3df823e3977f4a" dependencies = [ "either", "rustc-hash", "serde", "smallvec", "swc_atoms 0.4.43 (registry+https://github.com/rust-lang/crates.io-index)", "swc_common 0.30.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.102.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_base 0.125.1 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_classes", "swc_ecma_transforms_macros 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_utils 0.115.8 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_visit 0.88.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "swc_ecma_transforms_react" version = "0.171.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e285d9a9a69d680d2159e5de46f3494e1fbe8d7d1d3299f330835dd955a968ec" dependencies = [ "ahash", "base64 0.13.1", "dashmap", "indexmap", "once_cell", "regex", "serde", "sha-1", "string_enum 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "swc_atoms 0.4.43 (registry+https://github.com/rust-lang/crates.io-index)", "swc_common 0.30.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_config 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.102.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_parser 0.132.6 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_base 0.125.1 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_macros 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_utils 0.115.8 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_visit 0.88.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "swc_ecma_transforms_react" version = "0.171.3" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "ahash", "base64 0.13.1", "dashmap", "indexmap", "once_cell", "regex", "serde", "sha-1", "string_enum 0.4.0 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_atoms 0.4.43 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_common 0.30.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_config 0.1.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_ast 0.102.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_parser 0.132.6 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_transforms_base 0.125.1 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_transforms_macros 0.5.1 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_utils 0.115.8 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_visit 0.88.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", ] [[package]] name = "swc_ecma_transforms_testing" version = "0.128.2" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "ansi_term", "anyhow", "base64 0.13.1", "hex", "serde", "serde_json", "sha-1", "sourcemap", "swc_common 0.30.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_ast 0.102.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_codegen 0.137.6 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_parser 0.132.6 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_testing", "swc_ecma_transforms_base 0.125.1 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_utils 0.115.8 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_visit 0.88.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "tempfile", "testing", ] [[package]] name = "swc_ecma_transforms_typescript" version = "0.175.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dfead3c26e81dd4b7c567c13e465270a81c6b50e70307b7a424528dfa6d8368b" dependencies = [ "serde", "swc_atoms 0.4.43 (registry+https://github.com/rust-lang/crates.io-index)", "swc_common 0.30.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.102.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_base 0.125.1 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_react 0.171.3 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_utils 0.115.8 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_visit 0.88.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "swc_ecma_transforms_typescript" version = "0.175.4" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "serde", "swc_atoms 0.4.43 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_common 0.30.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_ast 0.102.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_transforms_base 0.125.1 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_transforms_react 0.171.3 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_utils 0.115.8 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_visit 0.88.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", ] [[package]] name = "swc_ecma_usage_analyzer" version = "0.11.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d1873aa9055b43c5e0f84e91f21ceebbc7a5069f15cdabf57dd5965de1c6355d" dependencies = [ "ahash", "indexmap", "rustc-hash", "swc_atoms 0.4.43 (registry+https://github.com/rust-lang/crates.io-index)", "swc_common 0.30.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.102.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_utils 0.115.8 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_visit 0.88.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_timer", "tracing", ] [[package]] name = "swc_ecma_utils" version = "0.115.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "077231ec8a3423b1b5dea4e6e220f7681315acca80494624b71717cf39d3ae64" dependencies = [ "indexmap", "num_cpus", "once_cell", "rustc-hash", "swc_atoms 0.4.43 (registry+https://github.com/rust-lang/crates.io-index)", "swc_common 0.30.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.102.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_visit 0.88.5 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", "unicode-id", ] [[package]] name = "swc_ecma_utils" version = "0.115.8" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "indexmap", "num_cpus", "once_cell", "rustc-hash", "swc_atoms 0.4.43 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_common 0.30.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_ast 0.102.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_visit 0.88.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "tracing", "unicode-id", ] [[package]] name = "swc_ecma_visit" version = "0.88.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "67210c9d3bc4cdf6a1b2c69cb4ec77660a37e55e883c5ed9f8bc0e801758334b" dependencies = [ "num-bigint", "swc_atoms 0.4.43 (registry+https://github.com/rust-lang/crates.io-index)", "swc_common 0.30.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.102.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_visit 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", ] [[package]] name = "swc_ecma_visit" version = "0.88.5" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "num-bigint", "swc_atoms 0.4.43 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_common 0.30.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_ast 0.102.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_visit 0.5.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "tracing", ] [[package]] name = "swc_eq_ignore_macros" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c20468634668c2bbab581947bb8c75c97158d5a6959f4ba33df20983b20b4f6" dependencies = [ "pmutil", "proc-macro2", "quote", "syn 1.0.109", ] [[package]] name = "swc_eq_ignore_macros" version = "0.1.1" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "pmutil", "proc-macro2", "quote", "syn 1.0.109", ] [[package]] name = "swc_error_reporters" version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fbe286e2eb813c957935bea1076cdb6d3cc9d6455dd29a0f3a283b7739bf4dc5" dependencies = [ "anyhow", "miette", "once_cell", "parking_lot", "swc_common 0.30.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "swc_error_reporters" version = "0.14.5" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "anyhow", "miette", "once_cell", "parking_lot", "swc_common 0.30.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", ] [[package]] name = "swc_fast_graph" version = "0.18.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29c9081b942cd9760525ef23f4c932cb2b314c5f06f3d8b25f7bb8a1449ff7ec" dependencies = [ "indexmap", "petgraph", "rustc-hash", "swc_common 0.30.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "swc_fast_graph" version = "0.18.5" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "indexmap", "petgraph", "rustc-hash", "swc_common 0.30.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", ] [[package]] name = "swc_graph_analyzer" version = "0.19.5" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "ahash", "auto_impl", "petgraph", "swc_fast_graph 0.18.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "tracing", ] [[package]] name = "swc_macros_common" version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e582c3e3c2269238524923781df5be49e011dbe29cf7683a2215d600a562ea6" dependencies = [ "pmutil", "proc-macro2", "quote", "syn 1.0.109", ] [[package]] name = "swc_macros_common" version = "0.3.7" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "pmutil", "proc-macro2", "quote", "syn 1.0.109", ] [[package]] name = "swc_node_comments" version = "0.17.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "de34c439673ee576ca4a8e12fcf7db5afcd1e043a9e5fd3fd61f3a818d94a1d3" dependencies = [ "ahash", "dashmap", "swc_atoms 0.4.43 (registry+https://github.com/rust-lang/crates.io-index)", "swc_common 0.30.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "swc_plugin" version = "0.90.0" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "once_cell", ] [[package]] name = "swc_plugin_macro" version = "0.9.11" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "proc-macro2", "quote", "syn 1.0.109", ] [[package]] name = "swc_plugin_proxy" version = "0.31.5" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "better_scoped_tls 0.1.0 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "rkyv", "swc_common 0.30.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_ecma_ast 0.102.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_trace_macro 0.1.2 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "tracing", ] [[package]] name = "swc_timer" version = "0.18.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df35c994e168cc29726934e9d6d70e2baeb278293ab9d592f7d1b1a312b1c0fc" dependencies = [ "tracing", ] [[package]] name = "swc_trace_macro" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4795c8d23e0de62eef9cac0a20ae52429ee2ffc719768e838490f195b7d7267" dependencies = [ "proc-macro2", "quote", "syn 1.0.109", ] [[package]] name = "swc_trace_macro" version = "0.1.2" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "proc-macro2", "quote", "syn 1.0.109", ] [[package]] name = "swc_visit" version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d1d5999f23421c8e21a0f2bc53a0b9e8244f3b421de89471561af2fbe40b9cca" dependencies = [ "either", "swc_visit_macros 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "swc_visit" version = "0.5.5" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "either", "swc_visit_macros 0.5.6 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", ] [[package]] name = "swc_visit_macros" version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ebeed7eb0f545f48ad30f5aab314e5208b735bcea1d1464f26e20f06db904989" dependencies = [ "Inflector", "pmutil", "proc-macro2", "quote", "swc_macros_common 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.109", ] [[package]] name = "swc_visit_macros" version = "0.5.6" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "Inflector", "pmutil", "proc-macro2", "quote", "swc_macros_common 0.3.7 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "syn 1.0.109", ] [[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.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c9da457c5285ac1f936ebd076af6dac17a61cfe7826f2076b4d015cf47bc8ec" dependencies = [ "proc-macro2", "quote", "unicode-ident", ] [[package]] name = "tempfile" version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" dependencies = [ "cfg-if", "fastrand", "redox_syscall 0.3.5", "rustix", "windows-sys 0.45.0", ] [[package]] name = "termcolor" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" dependencies = [ "winapi-util", ] [[package]] name = "terminal_size" version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df" dependencies = [ "libc", "winapi", ] [[package]] name = "testing" version = "0.32.5" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "ansi_term", "difference", "once_cell", "pretty_assertions", "regex", "serde_json", "swc_common 0.30.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "swc_error_reporters 0.14.5 (git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old)", "testing_macros", "tracing", "tracing-subscriber", ] [[package]] name = "testing_macros" version = "0.2.9" source = "git+https://github.com/icewind1991/swc?branch=loader-browser-overwrite-old#0c49a8f37437de788426060aa4bd689919408911" dependencies = [ "anyhow", "glob", "once_cell", "pmutil", "proc-macro2", "quote", "regex", "relative-path", "syn 1.0.109", ] [[package]] name = "textwrap" version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d" dependencies = [ "smawk", "unicode-linebreak", "unicode-width", ] [[package]] name = "thiserror" version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" dependencies = [ "proc-macro2", "quote", "syn 2.0.13", ] [[package]] name = "thread_local" version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" dependencies = [ "cfg-if", "once_cell", ] [[package]] name = "time" version = "0.1.45" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" dependencies = [ "libc", "wasi 0.10.0+wasi-snapshot-preview1", "winapi", ] [[package]] name = "time" version = "0.3.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890" dependencies = [ "itoa", "serde", "time-core", "time-macros", ] [[package]] name = "time-core" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" [[package]] name = "time-macros" version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36" dependencies = [ "time-core", ] [[package]] name = "tinyvec" version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 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 = "tracing" version = "0.1.37" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" dependencies = [ "cfg-if", "pin-project-lite", "tracing-attributes", "tracing-core", ] [[package]] name = "tracing-attributes" version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" dependencies = [ "proc-macro2", "quote", "syn 1.0.109", ] [[package]] name = "tracing-core" version = "0.1.30" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" dependencies = [ "once_cell", "valuable", ] [[package]] name = "tracing-log" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" dependencies = [ "lazy_static", "log", "tracing-core", ] [[package]] name = "tracing-subscriber" version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70" dependencies = [ "matchers", "nu-ansi-term", "once_cell", "regex", "sharded-slab", "smallvec", "thread_local", "tracing", "tracing-core", "tracing-log", ] [[package]] name = "triomphe" version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f1ee9bd9239c339d714d657fac840c6d2a4f9c45f4f9ec7b0975113458be78db" dependencies = [ "serde", "stable_deref_trait", ] [[package]] name = "typed-arena" version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" [[package]] name = "typenum" version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" [[package]] name = "unicode-bidi" version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" [[package]] name = "unicode-id" version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d70b6494226b36008c8366c288d77190b3fad2eb4c10533139c1c1f461127f1a" [[package]] name = "unicode-ident" version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" [[package]] name = "unicode-linebreak" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137" dependencies = [ "hashbrown", "regex", ] [[package]] name = "unicode-normalization" version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" dependencies = [ "tinyvec", ] [[package]] name = "unicode-width" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" [[package]] name = "url" version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" dependencies = [ "form_urlencoded", "idna", "percent-encoding", ] [[package]] name = "urlencoding" version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9" [[package]] name = "utf8-width" version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1" [[package]] name = "valuable" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" [[package]] name = "vergen" version = "7.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f21b881cd6636ece9735721cf03c1fe1e774fe258683d084bb2812ab67435749" dependencies = [ "anyhow", "cfg-if", "enum-iterator", "getset", "rustversion", "thiserror", "time 0.3.20", ] [[package]] name = "version_check" version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vlq" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "65dd7eed29412da847b0f78bcec0ac98588165988a8cfe41d4ea1d429f8ccfff" [[package]] name = "wasi" version = "0.9.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" [[package]] name = "wasi" version = "0.10.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" [[package]] name = "wasi" version = "0.11.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" version = "0.2.84" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" dependencies = [ "cfg-if", "serde", "serde_json", "wasm-bindgen-macro", ] [[package]] name = "wasm-bindgen-backend" version = "0.2.84" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" dependencies = [ "bumpalo", "log", "once_cell", "proc-macro2", "quote", "syn 1.0.109", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-macro" version = "0.2.84" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" dependencies = [ "quote", "wasm-bindgen-macro-support", ] [[package]] name = "wasm-bindgen-macro-support" version = "0.2.84" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" dependencies = [ "proc-macro2", "quote", "syn 1.0.109", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" version = "0.2.84" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" [[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.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" dependencies = [ "winapi", ] [[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 = "windows" version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" dependencies = [ "windows-targets 0.48.0", ] [[package]] name = "windows-sys" version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" dependencies = [ "windows-targets 0.42.2", ] [[package]] name = "windows-sys" version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" dependencies = [ "windows-targets 0.48.0", ] [[package]] name = "windows-targets" version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" dependencies = [ "windows_aarch64_gnullvm 0.42.2", "windows_aarch64_msvc 0.42.2", "windows_i686_gnu 0.42.2", "windows_i686_msvc 0.42.2", "windows_x86_64_gnu 0.42.2", "windows_x86_64_gnullvm 0.42.2", "windows_x86_64_msvc 0.42.2", ] [[package]] name = "windows-targets" version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" dependencies = [ "windows_aarch64_gnullvm 0.48.0", "windows_aarch64_msvc 0.48.0", "windows_i686_gnu 0.48.0", "windows_i686_msvc 0.48.0", "windows_x86_64_gnu 0.48.0", "windows_x86_64_gnullvm 0.48.0", "windows_x86_64_msvc 0.48.0", ] [[package]] name = "windows_aarch64_gnullvm" version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" [[package]] name = "windows_aarch64_gnullvm" version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" [[package]] name = "windows_aarch64_msvc" version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" [[package]] name = "windows_aarch64_msvc" version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" [[package]] name = "windows_i686_gnu" version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" [[package]] name = "windows_i686_gnu" version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" [[package]] name = "windows_i686_msvc" version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" [[package]] name = "windows_i686_msvc" version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" [[package]] name = "windows_x86_64_gnu" version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" [[package]] name = "windows_x86_64_gnu" version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" [[package]] name = "windows_x86_64_gnullvm" version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" [[package]] name = "windows_x86_64_gnullvm" version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" [[package]] name = "windows_x86_64_msvc" version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" [[package]] name = "windows_x86_64_msvc" version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "yansi" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"