version = 4
[[package]]
name = "adler2"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
[[package]]
name = "allocator-api2"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
[[package]]
name = "autocfg"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "base64-simd"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
dependencies = [
"outref",
"vsimd",
]
[[package]]
name = "bitflags"
version = "2.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
dependencies = [
"serde_core",
]
[[package]]
name = "castaway"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
dependencies = [
"rustversion",
]
[[package]]
name = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "cobs"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
dependencies = [
"thiserror",
]
[[package]]
name = "compact_str"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dfdd1c2274d9aa354115b09dc9a901d6c5576818cdf70d14cae2bdb47df00ab"
dependencies = [
"castaway",
"cfg-if",
"itoa",
"rustversion",
"ryu",
"serde",
"static_assertions",
]
[[package]]
name = "cow-utils"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "417bef24afe1460300965a25ff4a24b8b45ad011948302ec221e8a0a81eb2c79"
[[package]]
name = "crc32fast"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
dependencies = [
"cfg-if",
]
[[package]]
name = "dragonbox_ecma"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd8e701084c37e7ef62d3f9e453b618130cbc0ef3573847785952a3ac3f746bf"
[[package]]
name = "either"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "embedded-io"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
[[package]]
name = "embedded-io"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
[[package]]
name = "equivalent"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
[[package]]
name = "fastrand"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
[[package]]
name = "fixedbitset"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
[[package]]
name = "flate2"
version = "1.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "foldhash"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
[[package]]
name = "forked_react_compiler"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac2369cf719891033c9b17a8093c7cf83dbad40113d4a24513fe3d42e37050ea"
dependencies = [
"forked_react_compiler_ast",
"forked_react_compiler_diagnostics",
"forked_react_compiler_hir",
"forked_react_compiler_inference",
"forked_react_compiler_lowering",
"forked_react_compiler_optimization",
"forked_react_compiler_reactive_scopes",
"forked_react_compiler_ssa",
"forked_react_compiler_typeinference",
"forked_react_compiler_utils",
"forked_react_compiler_validation",
"indexmap",
"rustc-hash",
"serde",
"serde_json",
]
[[package]]
name = "forked_react_compiler_ast"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daccd93f89b1bc808a485767928b80456711e2141e54722e478795c84e0d5c7b"
dependencies = [
"forked_react_compiler_diagnostics",
"forked_react_compiler_utils",
"indexmap",
"rustc-hash",
"serde",
"serde-transcode",
"serde_json",
]
[[package]]
name = "forked_react_compiler_diagnostics"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c3d5b1d76f01cd1cc64d016880380cada17c2e7e3fc2337ffd2db690cdb3b4e"
dependencies = [
"rustc-hash",
"serde",
]
[[package]]
name = "forked_react_compiler_hir"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4668644f0b802b21e0a547e74cbf01dccb8f854c894800f9f1115fa5d0816383"
dependencies = [
"forked_react_compiler_ast",
"forked_react_compiler_diagnostics",
"forked_react_compiler_utils",
"indexmap",
"rustc-hash",
"serde",
"serde_json",
]
[[package]]
name = "forked_react_compiler_inference"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b17f5d24f016fe5fab0b15e36fcaa54ef377a341dbcd747f1e4371e29acb3198"
dependencies = [
"forked_react_compiler_diagnostics",
"forked_react_compiler_hir",
"forked_react_compiler_lowering",
"forked_react_compiler_optimization",
"forked_react_compiler_ssa",
"forked_react_compiler_utils",
"indexmap",
"rustc-hash",
]
[[package]]
name = "forked_react_compiler_lowering"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dc9d291addca587d64bc90b7d6e58fcd4ebc255aa9a97751e0058ba2a4c1dab"
dependencies = [
"forked_react_compiler_ast",
"forked_react_compiler_diagnostics",
"forked_react_compiler_hir",
"forked_react_compiler_utils",
"indexmap",
"rustc-hash",
"serde_json",
]
[[package]]
name = "forked_react_compiler_optimization"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "717defb246a678ab851a46210d65e0c7604cc7944395d380338a3062924965c9"
dependencies = [
"forked_react_compiler_diagnostics",
"forked_react_compiler_hir",
"forked_react_compiler_lowering",
"forked_react_compiler_ssa",
"forked_react_compiler_utils",
"indexmap",
"rustc-hash",
]
[[package]]
name = "forked_react_compiler_reactive_scopes"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "928d6ae8021a1c8f5a32b20cf2ef4b20f76cf997ae753c4e958e896bcf64ae90"
dependencies = [
"forked_react_compiler_ast",
"forked_react_compiler_diagnostics",
"forked_react_compiler_hir",
"forked_react_compiler_utils",
"hmac-sha256",
"indexmap",
"rustc-hash",
"serde_json",
]
[[package]]
name = "forked_react_compiler_ssa"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd26c931f5a799188a2d7bb5960cfde048c91348a074876e49c9f7d6e8581d93"
dependencies = [
"forked_react_compiler_diagnostics",
"forked_react_compiler_hir",
"forked_react_compiler_utils",
"indexmap",
"rustc-hash",
]
[[package]]
name = "forked_react_compiler_typeinference"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f603c0f89520b55e9c34fc6264df6f29bba60d7e94269f433dd13ba76c4d686"
dependencies = [
"forked_react_compiler_diagnostics",
"forked_react_compiler_hir",
"forked_react_compiler_ssa",
"rustc-hash",
]
[[package]]
name = "forked_react_compiler_utils"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5390b90b48cf2aaab7e511009e10e6b8c2c5b750a8c873881b4014e4295cb128"
dependencies = [
"indexmap",
"rustc-hash",
]
[[package]]
name = "forked_react_compiler_validation"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7801bd3359181d53a99a06c43f76943f56736814f3dead0ce5fac9118391f18b"
dependencies = [
"forked_react_compiler_diagnostics",
"forked_react_compiler_hir",
"forked_react_compiler_utils",
"indexmap",
"rustc-hash",
]
[[package]]
name = "hashbrown"
version = "0.15.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
dependencies = [
"foldhash",
]
[[package]]
name = "hashbrown"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
dependencies = [
"allocator-api2",
]
[[package]]
name = "hmac-sha1-compact"
version = "1.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0b3ba31f6dc772cc8221ce81dbbbd64fa1e668255a6737d95eeace59b5a8823"
[[package]]
name = "hmac-sha256"
version = "1.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec9d92d097f4749b64e8cc33d924d9f40a2d4eb91402b458014b781f5733d60f"
[[package]]
name = "indexmap"
version = "2.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
dependencies = [
"equivalent",
"hashbrown 0.17.1",
"serde",
"serde_core",
]
[[package]]
name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
[[package]]
name = "json-escape-simd"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3c2a6c0b4b5637c41719973ef40c6a1cf564f9db6958350de6193fbee9c23f5"
[[package]]
name = "memchr"
version = "2.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
[[package]]
name = "miniz_oxide"
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
dependencies = [
"adler2",
"simd-adler32",
]
[[package]]
name = "nonmax"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "610a5acd306ec67f907abe5567859a3c693fb9886eb1f012ab8f2a47bef3db51"
[[package]]
name = "num-bigint"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
dependencies = [
"num-integer",
"num-traits",
]
[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
]
[[package]]
name = "outref"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
[[package]]
name = "owo-colors"
version = "4.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52"
[[package]]
name = "oxc"
version = "0.137.0"
dependencies = [
"oxc_allocator",
"oxc_ast",
"oxc_ast_visit",
"oxc_cfg",
"oxc_codegen",
"oxc_diagnostics",
"oxc_isolated_declarations",
"oxc_mangler",
"oxc_minifier",
"oxc_parser",
"oxc_regular_expression",
"oxc_semantic",
"oxc_span",
"oxc_syntax",
"oxc_transformer",
"oxc_transformer_plugins",
]
[[package]]
name = "oxc-browserslist"
version = "3.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "209091efbb07de356beae15cf5fd8bd2b3ab94a17f19cc19a7f8b094aec2559c"
dependencies = [
"flate2",
"postcard",
"rustc-hash",
"serde",
"thiserror",
]
[[package]]
name = "oxc-miette"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b776084bf11ad750806cb63f9ed2606a12ab374cf458f36a7731eba1f5d753fc"
dependencies = [
"cfg-if",
"owo-colors",
"oxc-miette-derive",
"textwrap",
"thiserror",
"unicode-segmentation",
"unicode-width",
]
[[package]]
name = "oxc-miette-derive"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66e0bafc397eee2f94c5bf89bb5a82ba6d522d1b79e2924c8169f053febb433f"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "oxc_allocator"
version = "0.137.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b34ec71e68e73a0ed7d929e58ab2bb4f58752dea944c08f14ccc3b8272c77946"
dependencies = [
"allocator-api2",
"hashbrown 0.17.1",
"oxc_data_structures",
"oxc_estree",
"rustc-hash",
"serde",
]
[[package]]
name = "oxc_ast"
version = "0.137.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa406c62bb247767a6a051be6ac3be7db6c4f818129ccae570da6ee9eb96ead0"
dependencies = [
"bitflags",
"oxc_allocator",
"oxc_ast_macros",
"oxc_data_structures",
"oxc_diagnostics",
"oxc_estree",
"oxc_regular_expression",
"oxc_span",
"oxc_str",
"oxc_syntax",
]
[[package]]
name = "oxc_ast_macros"
version = "0.137.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3706e193b659865e03155a44e443f0447abf6789f9a3eb436ae10e557afab899"
dependencies = [
"phf",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "oxc_ast_visit"
version = "0.137.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5353724c6c835bfd37ed59db65ccd506b7721598bcbe4750eda165754d105463"
dependencies = [
"oxc_allocator",
"oxc_ast",
"oxc_span",
"oxc_syntax",
]
[[package]]
name = "oxc_cfg"
version = "0.137.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52794dba9848936d029808f9a7413bbb725dbedac57c68f20a29a9843434a8a8"
dependencies = [
"bitflags",
"itertools",
"oxc_index",
"oxc_syntax",
"petgraph",
"rustc-hash",
]
[[package]]
name = "oxc_codegen"
version = "0.137.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d57d63987a27e8e67bc40518a4133b96ad2c0475f4735b8110e577a25680a09e"
dependencies = [
"bitflags",
"cow-utils",
"dragonbox_ecma",
"itoa",
"oxc_allocator",
"oxc_ast",
"oxc_data_structures",
"oxc_index",
"oxc_semantic",
"oxc_sourcemap",
"oxc_span",
"oxc_str",
"oxc_syntax",
"rustc-hash",
]
[[package]]
name = "oxc_compat"
version = "0.137.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95a25f516a7f4c05f66da375d07b29a87fe0e6037c79374f409153cb9496f3e0"
dependencies = [
"cow-utils",
"oxc-browserslist",
"oxc_syntax",
"rustc-hash",
"serde",
]
[[package]]
name = "oxc_data_structures"
version = "0.137.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fde9ca13ef89018fb4c18502cefb9668baac6066905d27a914c29fb5fae1c8ac"
dependencies = [
"ropey",
]
[[package]]
name = "oxc_diagnostics"
version = "0.137.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2cbafa6cc3c38d72e35cd9337a38a4558e9fee4521fa5cabe321b90519e80aa"
dependencies = [
"cow-utils",
"oxc-miette",
"percent-encoding",
]
[[package]]
name = "oxc_ecmascript"
version = "0.137.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f55408e4f458ec4b9cd842f67364e9395b28bdf2201c7755ed04d6707c1084ea"
dependencies = [
"cow-utils",
"num-bigint",
"num-traits",
"oxc_allocator",
"oxc_ast",
"oxc_regular_expression",
"oxc_span",
"oxc_syntax",
]
[[package]]
name = "oxc_estree"
version = "0.137.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b6c062d52b9ff15d118b87679bdd0a05c43599c1d55fd1cab280da1cc822858"
dependencies = [
"dragonbox_ecma",
"itoa",
"oxc_data_structures",
]
[[package]]
name = "oxc_index"
version = "5.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "191884bee6c3744909a51acc7d78d4ae370d817b25875b10642f632327b6296e"
dependencies = [
"nonmax",
"serde",
]
[[package]]
name = "oxc_isolated_declarations"
version = "0.137.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589c261039e8530a6d374502265a976f5a4b0760753abffe56590d954c67607b"
dependencies = [
"bitflags",
"oxc_allocator",
"oxc_ast",
"oxc_ast_visit",
"oxc_diagnostics",
"oxc_ecmascript",
"oxc_span",
"oxc_str",
"oxc_syntax",
"rustc-hash",
]
[[package]]
name = "oxc_mangler"
version = "0.137.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf6fc583affb70dcc496a185bb4f6d47bc7d921a06a8c03baaa2c185082bd8e3"
dependencies = [
"itertools",
"oxc_allocator",
"oxc_ast",
"oxc_data_structures",
"oxc_index",
"oxc_semantic",
"oxc_span",
"oxc_str",
"oxc_syntax",
"rustc-hash",
]
[[package]]
name = "oxc_minifier"
version = "0.137.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a35d55fd306d180df685938f822f757007996929755e9223810be206538e86d9"
dependencies = [
"cow-utils",
"itoa",
"oxc_allocator",
"oxc_ast",
"oxc_ast_visit",
"oxc_compat",
"oxc_data_structures",
"oxc_ecmascript",
"oxc_index",
"oxc_mangler",
"oxc_parser",
"oxc_regular_expression",
"oxc_semantic",
"oxc_span",
"oxc_str",
"oxc_syntax",
"oxc_traverse",
"rustc-hash",
]
[[package]]
name = "oxc_parser"
version = "0.137.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6efc796fc0c65a2a6bd40984b65b1052b5550b017af303f02b08794e304c14c8"
dependencies = [
"bitflags",
"cow-utils",
"memchr",
"num-bigint",
"num-traits",
"oxc_allocator",
"oxc_ast",
"oxc_data_structures",
"oxc_diagnostics",
"oxc_ecmascript",
"oxc_regular_expression",
"oxc_span",
"oxc_str",
"oxc_syntax",
"rustc-hash",
"seq-macro",
]
[[package]]
name = "oxc_react_compiler"
version = "0.137.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13e6a1c3e0bad511539f72a889d668115f93d28e1796b7b2bdbf7648a714da18"
dependencies = [
"forked_react_compiler",
"forked_react_compiler_ast",
"forked_react_compiler_hir",
"indexmap",
"oxc_allocator",
"oxc_ast",
"oxc_ast_visit",
"oxc_codegen",
"oxc_diagnostics",
"oxc_parser",
"oxc_semantic",
"oxc_span",
"oxc_syntax",
"rustc-hash",
"serde_json",
]
[[package]]
name = "oxc_regular_expression"
version = "0.137.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e533f1345534dceaee6c2c7102e5f3d2e7466269199eca9abeb871e02a7496a4"
dependencies = [
"bitflags",
"oxc_allocator",
"oxc_ast_macros",
"oxc_diagnostics",
"oxc_span",
"oxc_str",
"phf",
"rustc-hash",
"unicode-id-start",
]
[[package]]
name = "oxc_semantic"
version = "0.137.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de31d2015099e33ecdc23ad59730b768a141a0b2941d43970a26ba50de003e10"
dependencies = [
"itertools",
"memchr",
"oxc_allocator",
"oxc_ast",
"oxc_ast_visit",
"oxc_cfg",
"oxc_data_structures",
"oxc_diagnostics",
"oxc_ecmascript",
"oxc_index",
"oxc_span",
"oxc_str",
"oxc_syntax",
"rustc-hash",
"self_cell",
"smallvec",
]
[[package]]
name = "oxc_sourcemap"
version = "8.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "174d2498c2390ccfab0a9caaf47ef5accda1d509aaa34a5be8f45e00e5299f04"
dependencies = [
"base64-simd",
"json-escape-simd",
"rustc-hash",
"serde",
"serde_json",
]
[[package]]
name = "oxc_span"
version = "0.137.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a5245fa99a7c9405d57e2d9666afc9fd01ac644e37aff1cb3e1cedd50c17915"
dependencies = [
"compact_str",
"oxc-miette",
"oxc_allocator",
"oxc_ast_macros",
"oxc_estree",
"oxc_str",
"serde",
]
[[package]]
name = "oxc_str"
version = "0.137.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53c61444d5681ce805fbbb5dc0498d980685a4c6a82dd57c2e17ff948041c1fb"
dependencies = [
"compact_str",
"hashbrown 0.17.1",
"oxc_allocator",
"oxc_estree",
"serde",
]
[[package]]
name = "oxc_syntax"
version = "0.137.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "296b94ecc1235a2b5ea2a47412d4bc573b7a25a93132a1a2f49c617d85b58995"
dependencies = [
"bitflags",
"cow-utils",
"dragonbox_ecma",
"nonmax",
"oxc_allocator",
"oxc_ast_macros",
"oxc_estree",
"oxc_index",
"oxc_span",
"oxc_str",
"phf",
"serde",
"unicode-id-start",
]
[[package]]
name = "oxc_transformer"
version = "0.137.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "494dcdb3e8c8dcb50e2ce3ba238030c9116a8b47b54f55c0f0211d68ae66b183"
dependencies = [
"base64",
"compact_str",
"hmac-sha1-compact",
"indexmap",
"itoa",
"memchr",
"oxc_allocator",
"oxc_ast",
"oxc_ast_visit",
"oxc_compat",
"oxc_data_structures",
"oxc_diagnostics",
"oxc_ecmascript",
"oxc_react_compiler",
"oxc_regular_expression",
"oxc_semantic",
"oxc_span",
"oxc_str",
"oxc_syntax",
"oxc_traverse",
"rustc-hash",
"serde",
"serde_json",
]
[[package]]
name = "oxc_transformer_plugins"
version = "0.137.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6ce80c16ee776e23a0bcb472153db9ec66c59b709fcdb63f43f7623cdfadce7"
dependencies = [
"cow-utils",
"itoa",
"oxc_allocator",
"oxc_ast",
"oxc_ast_visit",
"oxc_diagnostics",
"oxc_ecmascript",
"oxc_parser",
"oxc_semantic",
"oxc_span",
"oxc_str",
"oxc_syntax",
"oxc_transformer",
"oxc_traverse",
"rustc-hash",
]
[[package]]
name = "oxc_traverse"
version = "0.137.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da52a3734ef3ad4c10ebb6f4e768f63ea1597677d53785e3ceb26d9735f5c1f8"
dependencies = [
"itoa",
"oxc_allocator",
"oxc_ast",
"oxc_ast_visit",
"oxc_data_structures",
"oxc_ecmascript",
"oxc_semantic",
"oxc_span",
"oxc_str",
"oxc_syntax",
"rustc-hash",
]
[[package]]
name = "percent-encoding"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
[[package]]
name = "petgraph"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455"
dependencies = [
"fixedbitset",
"hashbrown 0.15.5",
"indexmap",
"serde",
]
[[package]]
name = "phf"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
dependencies = [
"phf_macros",
"phf_shared",
"serde",
]
[[package]]
name = "phf_generator"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
dependencies = [
"fastrand",
"phf_shared",
]
[[package]]
name = "phf_macros"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef"
dependencies = [
"phf_generator",
"phf_shared",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "phf_shared"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
dependencies = [
"siphasher",
]
[[package]]
name = "postcard"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
dependencies = [
"cobs",
"embedded-io 0.4.0",
"embedded-io 0.6.1",
"serde",
]
[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
dependencies = [
"proc-macro2",
]
[[package]]
name = "ropey"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93411e420bcd1a75ddd1dc3caf18c23155eda2c090631a85af21ba19e97093b5"
dependencies = [
"smallvec",
"str_indices",
]
[[package]]
name = "rustc-hash"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
[[package]]
name = "rustversion"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
[[package]]
name = "ryu"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
[[package]]
name = "self_cell"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
[[package]]
name = "seq-macro"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
[[package]]
name = "serde"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
dependencies = [
"serde_core",
"serde_derive",
]
[[package]]
name = "serde-transcode"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "590c0e25c2a5bb6e85bf5c1bce768ceb86b316e7a01bdf07d2cb4ec2271990e2"
dependencies = [
"serde",
]
[[package]]
name = "serde_core"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
version = "1.0.150"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
dependencies = [
"itoa",
"memchr",
"serde",
"serde_core",
"zmij",
]
[[package]]
name = "simd-adler32"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
[[package]]
name = "siphasher"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
[[package]]
name = "smallvec"
version = "1.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
dependencies = [
"serde",
]
[[package]]
name = "smawk"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "str_indices"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d08889ec5408683408db66ad89e0e1f93dff55c73a4ccc71c427d5b277ee47e6"
[[package]]
name = "syn"
version = "2.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "textwrap"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
dependencies = [
"smawk",
"unicode-linebreak",
"unicode-width",
]
[[package]]
name = "thiserror"
version = "2.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "2.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "unicode-id-start"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81b79ad29b5e19de4260020f8919b443b2ef0277d242ce532ec7b7a2cc8b6007"
[[package]]
name = "unicode-ident"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
[[package]]
name = "unicode-linebreak"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
[[package]]
name = "unicode-segmentation"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
[[package]]
name = "unicode-width"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
[[package]]
name = "vsimd"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
[[package]]
name = "zmij"
version = "1.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ff05f8caa9038894637571ae6b9e29466c1f4f829d26c9b28f869a29cbe3445"