|
|
|
|
|
|
|
|
version = 4 |
|
|
|
|
|
[[package]] |
|
|
name = "ahash" |
|
|
version = "0.8.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"once_cell", |
|
|
"version_check", |
|
|
"zerocopy", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "aho-corasick" |
|
|
version = "1.1.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
|
|
dependencies = [ |
|
|
"memchr", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "allocator-api2" |
|
|
version = "0.2.21" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
|
|
|
|
|
[[package]] |
|
|
name = "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.94" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" |
|
|
|
|
|
[[package]] |
|
|
name = "arrayvec" |
|
|
version = "0.7.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
|
|
|
|
|
[[package]] |
|
|
name = "ascii" |
|
|
version = "1.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" |
|
|
|
|
|
[[package]] |
|
|
name = "ast_node" |
|
|
version = "3.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "91fb5864e2f5bf9fd9797b94b2dfd1554d4c3092b535008b27d7e15c86675a2f" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"swc_macros_common", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "autocfg" |
|
|
version = "1.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" |
|
|
|
|
|
[[package]] |
|
|
name = "base64" |
|
|
version = "0.22.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
|
|
|
|
|
[[package]] |
|
|
name = "base64-simd" |
|
|
version = "0.7.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "781dd20c3aff0bd194fe7d2a977dd92f21c173891f3a03b677359e5fa457e5d5" |
|
|
dependencies = [ |
|
|
"simd-abstraction", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "better_scoped_tls" |
|
|
version = "1.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "50fd297a11c709be8348aec039c8b91de16075d2b2bdaee1bd562c0875993664" |
|
|
dependencies = [ |
|
|
"scoped-tls", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "bitflags" |
|
|
version = "2.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" |
|
|
|
|
|
[[package]] |
|
|
name = "bitvec" |
|
|
version = "1.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" |
|
|
dependencies = [ |
|
|
"funty", |
|
|
"radium", |
|
|
"tap", |
|
|
"wyz", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "block-buffer" |
|
|
version = "0.10.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
|
|
dependencies = [ |
|
|
"generic-array", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "bumpalo" |
|
|
version = "3.16.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" |
|
|
dependencies = [ |
|
|
"allocator-api2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "bytecheck" |
|
|
version = "0.8.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "50690fb3370fb9fe3550372746084c46f2ac8c9685c583d2be10eefd89d3d1a3" |
|
|
dependencies = [ |
|
|
"bytecheck_derive", |
|
|
"ptr_meta", |
|
|
"rancor", |
|
|
"simdutf8", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "bytecheck_derive" |
|
|
version = "0.8.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "efb7846e0cb180355c2dec69e721edafa36919850f1a9f52ffba4ebc0393cb71" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "bytes" |
|
|
version = "1.9.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" |
|
|
|
|
|
[[package]] |
|
|
name = "camino" |
|
|
version = "1.1.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" |
|
|
dependencies = [ |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "cargo-platform" |
|
|
version = "0.1.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" |
|
|
dependencies = [ |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "cargo_metadata" |
|
|
version = "0.18.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" |
|
|
dependencies = [ |
|
|
"camino", |
|
|
"cargo-platform", |
|
|
"semver 1.0.23", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"thiserror 1.0.69", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "cargo_metadata" |
|
|
version = "0.19.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924" |
|
|
dependencies = [ |
|
|
"camino", |
|
|
"cargo-platform", |
|
|
"semver 1.0.23", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"thiserror 2.0.6", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "castaway" |
|
|
version = "0.2.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5" |
|
|
dependencies = [ |
|
|
"rustversion", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "cc" |
|
|
version = "1.2.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d" |
|
|
dependencies = [ |
|
|
"shlex", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "cfg-if" |
|
|
version = "1.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
|
|
[[package]] |
|
|
name = "compact_str" |
|
|
version = "0.7.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f" |
|
|
dependencies = [ |
|
|
"castaway", |
|
|
"cfg-if", |
|
|
"itoa", |
|
|
"ryu", |
|
|
"static_assertions", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "cpufeatures" |
|
|
version = "0.2.16" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[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 = "darling" |
|
|
version = "0.20.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" |
|
|
dependencies = [ |
|
|
"darling_core", |
|
|
"darling_macro", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "darling_core" |
|
|
version = "0.20.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" |
|
|
dependencies = [ |
|
|
"fnv", |
|
|
"ident_case", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"strsim", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "darling_macro" |
|
|
version = "0.20.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" |
|
|
dependencies = [ |
|
|
"darling_core", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "data-encoding" |
|
|
version = "2.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" |
|
|
|
|
|
[[package]] |
|
|
name = "debugid" |
|
|
version = "0.8.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" |
|
|
dependencies = [ |
|
|
"serde", |
|
|
"uuid", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "derive_builder" |
|
|
version = "0.20.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" |
|
|
dependencies = [ |
|
|
"derive_builder_macro", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "derive_builder_core" |
|
|
version = "0.20.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" |
|
|
dependencies = [ |
|
|
"darling", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "derive_builder_macro" |
|
|
version = "0.20.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" |
|
|
dependencies = [ |
|
|
"derive_builder_core", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[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.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
|
|
dependencies = [ |
|
|
"block-buffer", |
|
|
"crypto-common", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "displaydoc" |
|
|
version = "0.2.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "either" |
|
|
version = "1.13.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" |
|
|
|
|
|
[[package]] |
|
|
name = "equivalent" |
|
|
version = "1.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
|
|
|
|
|
[[package]] |
|
|
name = "errno" |
|
|
version = "0.3.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
"windows-sys", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "fastrand" |
|
|
version = "2.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
|
|
|
|
|
[[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.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
|
|
dependencies = [ |
|
|
"percent-encoding", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "from_variant" |
|
|
version = "2.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8d7ccf961415e7aa17ef93dcb6c2441faaa8e768abe09e659b908089546f74c5" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"swc_macros_common", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "funty" |
|
|
version = "2.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" |
|
|
|
|
|
[[package]] |
|
|
name = "generic-array" |
|
|
version = "0.14.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
|
|
dependencies = [ |
|
|
"typenum", |
|
|
"version_check", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "glob" |
|
|
version = "0.3.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
|
|
|
|
|
[[package]] |
|
|
name = "hashbrown" |
|
|
version = "0.14.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
|
|
dependencies = [ |
|
|
"ahash", |
|
|
"allocator-api2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "hashbrown" |
|
|
version = "0.15.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" |
|
|
|
|
|
[[package]] |
|
|
name = "heck" |
|
|
version = "0.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
|
|
|
|
|
[[package]] |
|
|
name = "hermit-abi" |
|
|
version = "0.3.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" |
|
|
|
|
|
[[package]] |
|
|
name = "hex" |
|
|
version = "0.4.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
|
|
|
|
|
[[package]] |
|
|
name = "hstr" |
|
|
version = "1.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "71399f53a92ef72ee336a4b30201c6e944827e14e0af23204c291aad9c24cc85" |
|
|
dependencies = [ |
|
|
"hashbrown 0.14.5", |
|
|
"new_debug_unreachable", |
|
|
"once_cell", |
|
|
"phf", |
|
|
"rustc-hash 2.1.0", |
|
|
"triomphe", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "icu_collections" |
|
|
version = "1.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" |
|
|
dependencies = [ |
|
|
"displaydoc", |
|
|
"yoke", |
|
|
"zerofrom", |
|
|
"zerovec", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "icu_locid" |
|
|
version = "1.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" |
|
|
dependencies = [ |
|
|
"displaydoc", |
|
|
"litemap", |
|
|
"tinystr", |
|
|
"writeable", |
|
|
"zerovec", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "icu_locid_transform" |
|
|
version = "1.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" |
|
|
dependencies = [ |
|
|
"displaydoc", |
|
|
"icu_locid", |
|
|
"icu_locid_transform_data", |
|
|
"icu_provider", |
|
|
"tinystr", |
|
|
"zerovec", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "icu_locid_transform_data" |
|
|
version = "1.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" |
|
|
|
|
|
[[package]] |
|
|
name = "icu_normalizer" |
|
|
version = "1.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" |
|
|
dependencies = [ |
|
|
"displaydoc", |
|
|
"icu_collections", |
|
|
"icu_normalizer_data", |
|
|
"icu_properties", |
|
|
"icu_provider", |
|
|
"smallvec", |
|
|
"utf16_iter", |
|
|
"utf8_iter", |
|
|
"write16", |
|
|
"zerovec", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "icu_normalizer_data" |
|
|
version = "1.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" |
|
|
|
|
|
[[package]] |
|
|
name = "icu_properties" |
|
|
version = "1.5.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" |
|
|
dependencies = [ |
|
|
"displaydoc", |
|
|
"icu_collections", |
|
|
"icu_locid_transform", |
|
|
"icu_properties_data", |
|
|
"icu_provider", |
|
|
"tinystr", |
|
|
"zerovec", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "icu_properties_data" |
|
|
version = "1.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" |
|
|
|
|
|
[[package]] |
|
|
name = "icu_provider" |
|
|
version = "1.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" |
|
|
dependencies = [ |
|
|
"displaydoc", |
|
|
"icu_locid", |
|
|
"icu_provider_macros", |
|
|
"stable_deref_trait", |
|
|
"tinystr", |
|
|
"writeable", |
|
|
"yoke", |
|
|
"zerofrom", |
|
|
"zerovec", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "icu_provider_macros" |
|
|
version = "1.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ident_case" |
|
|
version = "1.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
|
|
|
|
|
[[package]] |
|
|
name = "idna" |
|
|
version = "1.0.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" |
|
|
dependencies = [ |
|
|
"idna_adapter", |
|
|
"smallvec", |
|
|
"utf8_iter", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "idna_adapter" |
|
|
version = "1.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" |
|
|
dependencies = [ |
|
|
"icu_normalizer", |
|
|
"icu_properties", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "if_chain" |
|
|
version = "1.0.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" |
|
|
|
|
|
[[package]] |
|
|
name = "indexmap" |
|
|
version = "2.7.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" |
|
|
dependencies = [ |
|
|
"equivalent", |
|
|
"hashbrown 0.15.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "is-macro" |
|
|
version = "0.3.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1d57a3e447e24c22647738e4607f1df1e0ec6f72e16182c4cd199f647cdfb0e4" |
|
|
dependencies = [ |
|
|
"heck", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "itoa" |
|
|
version = "1.0.14" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" |
|
|
|
|
|
[[package]] |
|
|
name = "lazy_static" |
|
|
version = "1.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
|
|
|
|
|
[[package]] |
|
|
name = "libc" |
|
|
version = "0.2.168" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" |
|
|
|
|
|
[[package]] |
|
|
name = "linux-raw-sys" |
|
|
version = "0.4.14" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" |
|
|
|
|
|
[[package]] |
|
|
name = "litemap" |
|
|
version = "0.7.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" |
|
|
|
|
|
[[package]] |
|
|
name = "lock_api" |
|
|
version = "0.4.12" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" |
|
|
dependencies = [ |
|
|
"autocfg", |
|
|
"scopeguard", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "log" |
|
|
version = "0.4.22" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" |
|
|
|
|
|
[[package]] |
|
|
name = "matchers" |
|
|
version = "0.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" |
|
|
dependencies = [ |
|
|
"regex-automata 0.1.10", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "md5" |
|
|
version = "0.7.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" |
|
|
|
|
|
[[package]] |
|
|
name = "memchr" |
|
|
version = "2.7.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
|
|
|
|
|
[[package]] |
|
|
name = "miette" |
|
|
version = "7.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "317f146e2eb7021892722af37cf1b971f0a70c8406f487e24952667616192c64" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"miette-derive", |
|
|
"owo-colors", |
|
|
"textwrap", |
|
|
"thiserror 1.0.69", |
|
|
"unicode-width", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "miette-derive" |
|
|
version = "7.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "23c9b935fbe1d6cbd1dac857b54a688145e2d93f48db36010514d0f612d0ad67" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "munge" |
|
|
version = "0.4.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9e22e7961c873e8b305b176d2a4e1d41ce7ba31bc1c52d2a107a89568ec74c55" |
|
|
dependencies = [ |
|
|
"munge_macro", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "munge_macro" |
|
|
version = "0.4.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0ac7d860b767c6398e88fe93db73ce53eb496057aa6895ffa4d60cb02e1d1c6b" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "new_debug_unreachable" |
|
|
version = "1.0.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
|
|
|
|
|
[[package]] |
|
|
name = "next-error-code-swc-plugin" |
|
|
version = "0.1.0" |
|
|
dependencies = [ |
|
|
"md5", |
|
|
"rustc-hash 2.1.0", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"swc_core", |
|
|
] |
|
|
|
|
|
[[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.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
|
|
dependencies = [ |
|
|
"num-integer", |
|
|
"num-traits", |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "num-integer" |
|
|
version = "0.1.46" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
|
|
dependencies = [ |
|
|
"num-traits", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "num-traits" |
|
|
version = "0.2.19" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
|
|
dependencies = [ |
|
|
"autocfg", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "num_cpus" |
|
|
version = "1.16.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
|
|
dependencies = [ |
|
|
"hermit-abi", |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "once_cell" |
|
|
version = "1.21.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
|
|
|
|
|
[[package]] |
|
|
name = "outref" |
|
|
version = "0.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7f222829ae9293e33a9f5e9f440c6760a3d450a64affe1846486b140db81c1f4" |
|
|
|
|
|
[[package]] |
|
|
name = "overload" |
|
|
version = "0.1.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
|
|
|
|
|
[[package]] |
|
|
name = "owo-colors" |
|
|
version = "4.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fb37767f6569cd834a413442455e0f066d0d522de8630436e2a1761d9726ba56" |
|
|
|
|
|
[[package]] |
|
|
name = "par-core" |
|
|
version = "1.0.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "757892557993c69e82f9de0f9051e87144278aa342f03bf53617bbf044554484" |
|
|
dependencies = [ |
|
|
"once_cell", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "par-iter" |
|
|
version = "1.0.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8a5b20f31e9ba82bfcbbb54a67aa40be6cebec9f668ba5753be138f9523c531a" |
|
|
dependencies = [ |
|
|
"either", |
|
|
"par-core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "parking_lot" |
|
|
version = "0.12.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" |
|
|
dependencies = [ |
|
|
"lock_api", |
|
|
"parking_lot_core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "parking_lot_core" |
|
|
version = "0.9.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"libc", |
|
|
"redox_syscall", |
|
|
"smallvec", |
|
|
"windows-targets", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "percent-encoding" |
|
|
version = "2.3.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
|
|
|
|
|
[[package]] |
|
|
name = "phf" |
|
|
version = "0.11.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" |
|
|
dependencies = [ |
|
|
"phf_macros", |
|
|
"phf_shared", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "phf_generator" |
|
|
version = "0.11.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" |
|
|
dependencies = [ |
|
|
"phf_shared", |
|
|
"rand", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "phf_macros" |
|
|
version = "0.11.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" |
|
|
dependencies = [ |
|
|
"phf_generator", |
|
|
"phf_shared", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "phf_shared" |
|
|
version = "0.11.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" |
|
|
dependencies = [ |
|
|
"siphasher", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "pin-project-lite" |
|
|
version = "0.2.15" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" |
|
|
|
|
|
[[package]] |
|
|
name = "pretty_assertions" |
|
|
version = "1.4.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" |
|
|
dependencies = [ |
|
|
"diff", |
|
|
"yansi", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "proc-macro2" |
|
|
version = "1.0.92" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" |
|
|
dependencies = [ |
|
|
"unicode-ident", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "psm" |
|
|
version = "0.1.24" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810" |
|
|
dependencies = [ |
|
|
"cc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ptr_meta" |
|
|
version = "0.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fe9e76f66d3f9606f44e45598d155cb13ecf09f4a28199e48daf8c8fc937ea90" |
|
|
dependencies = [ |
|
|
"ptr_meta_derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "ptr_meta_derive" |
|
|
version = "0.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ca414edb151b4c8d125c12566ab0d74dc9cdba36fb80eb7b848c15f495fd32d1" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "quote" |
|
|
version = "1.0.37" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "radium" |
|
|
version = "0.7.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" |
|
|
|
|
|
[[package]] |
|
|
name = "rancor" |
|
|
version = "0.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "caf5f7161924b9d1cea0e4cabc97c372cea92b5f927fc13c6bca67157a0ad947" |
|
|
dependencies = [ |
|
|
"ptr_meta", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rand" |
|
|
version = "0.8.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
|
|
dependencies = [ |
|
|
"rand_core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rand_core" |
|
|
version = "0.6.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
|
|
|
|
|
[[package]] |
|
|
name = "redox_syscall" |
|
|
version = "0.5.8" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" |
|
|
dependencies = [ |
|
|
"bitflags", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "regex" |
|
|
version = "1.11.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" |
|
|
dependencies = [ |
|
|
"aho-corasick", |
|
|
"memchr", |
|
|
"regex-automata 0.4.9", |
|
|
"regex-syntax 0.8.5", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "regex-automata" |
|
|
version = "0.1.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
|
|
dependencies = [ |
|
|
"regex-syntax 0.6.29", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "regex-automata" |
|
|
version = "0.4.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" |
|
|
dependencies = [ |
|
|
"aho-corasick", |
|
|
"memchr", |
|
|
"regex-syntax 0.8.5", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "regex-syntax" |
|
|
version = "0.6.29" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
|
|
|
|
|
[[package]] |
|
|
name = "regex-syntax" |
|
|
version = "0.8.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" |
|
|
|
|
|
[[package]] |
|
|
name = "relative-path" |
|
|
version = "1.9.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" |
|
|
|
|
|
[[package]] |
|
|
name = "rend" |
|
|
version = "0.5.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a35e8a6bf28cd121053a66aa2e6a2e3eaffad4a60012179f0e864aa5ffeff215" |
|
|
dependencies = [ |
|
|
"bytecheck", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rkyv" |
|
|
version = "0.8.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1e147371c75553e1e2fcdb483944a8540b8438c31426279553b9a8182a9b7b65" |
|
|
dependencies = [ |
|
|
"bytecheck", |
|
|
"bytes", |
|
|
"hashbrown 0.15.2", |
|
|
"indexmap", |
|
|
"munge", |
|
|
"ptr_meta", |
|
|
"rancor", |
|
|
"rend", |
|
|
"rkyv_derive", |
|
|
"tinyvec", |
|
|
"uuid", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rkyv_derive" |
|
|
version = "0.8.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "246b40ac189af6c675d124b802e8ef6d5246c53e17367ce9501f8f66a81abb7a" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rustc-hash" |
|
|
version = "1.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
|
|
|
|
|
[[package]] |
|
|
name = "rustc-hash" |
|
|
version = "2.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497" |
|
|
|
|
|
[[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.38.42" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85" |
|
|
dependencies = [ |
|
|
"bitflags", |
|
|
"errno", |
|
|
"libc", |
|
|
"linux-raw-sys", |
|
|
"windows-sys", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rustversion" |
|
|
version = "1.0.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" |
|
|
|
|
|
[[package]] |
|
|
name = "ryu" |
|
|
version = "1.0.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
|
|
|
|
|
[[package]] |
|
|
name = "ryu-js" |
|
|
version = "1.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ad97d4ce1560a5e27cec89519dc8300d1aa6035b099821261c651486a19e44d5" |
|
|
|
|
|
[[package]] |
|
|
name = "scoped-tls" |
|
|
version = "1.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" |
|
|
|
|
|
[[package]] |
|
|
name = "scopeguard" |
|
|
version = "1.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
|
|
|
|
|
[[package]] |
|
|
name = "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.23" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" |
|
|
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.216" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e" |
|
|
dependencies = [ |
|
|
"serde_derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_derive" |
|
|
version = "1.0.216" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_json" |
|
|
version = "1.0.133" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" |
|
|
dependencies = [ |
|
|
"itoa", |
|
|
"memchr", |
|
|
"ryu", |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "sha2" |
|
|
version = "0.10.8" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cpufeatures", |
|
|
"digest", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "sharded-slab" |
|
|
version = "0.1.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
|
|
dependencies = [ |
|
|
"lazy_static", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "shlex" |
|
|
version = "1.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
|
|
|
|
|
[[package]] |
|
|
name = "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.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" |
|
|
|
|
|
[[package]] |
|
|
name = "siphasher" |
|
|
version = "0.3.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" |
|
|
|
|
|
[[package]] |
|
|
name = "smallvec" |
|
|
version = "1.13.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
|
|
|
|
|
[[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 = "sourcemap" |
|
|
version = "9.1.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "27c4ea7042fd1a155ad95335b5d505ab00d5124ea0332a06c8390d200bb1a76a" |
|
|
dependencies = [ |
|
|
"base64-simd", |
|
|
"bitvec", |
|
|
"data-encoding", |
|
|
"debugid", |
|
|
"if_chain", |
|
|
"rustc-hash 1.1.0", |
|
|
"rustc_version", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"unicode-id-start", |
|
|
"url", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "stable_deref_trait" |
|
|
version = "1.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
|
|
|
|
|
[[package]] |
|
|
name = "stacker" |
|
|
version = "0.1.17" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "799c883d55abdb5e98af1a7b3f23b9b6de8ecada0ecac058672d7635eb48ca7b" |
|
|
dependencies = [ |
|
|
"cc", |
|
|
"cfg-if", |
|
|
"libc", |
|
|
"psm", |
|
|
"windows-sys", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "static_assertions" |
|
|
version = "1.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
|
|
|
|
|
[[package]] |
|
|
name = "string_enum" |
|
|
version = "1.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c9fe66b8ee349846ce2f9557a26b8f1e74843c4a13fb381f9a3d73617a5f956a" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"swc_macros_common", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "strsim" |
|
|
version = "0.11.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
|
|
|
|
|
[[package]] |
|
|
name = "swc_allocator" |
|
|
version = "4.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cc6b926f0d94bbb34031fe5449428cfa1268cdc0b31158d6ad9c97e0fc1e79dd" |
|
|
dependencies = [ |
|
|
"allocator-api2", |
|
|
"bumpalo", |
|
|
"hashbrown 0.14.5", |
|
|
"ptr_meta", |
|
|
"rustc-hash 2.1.0", |
|
|
"triomphe", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "swc_atoms" |
|
|
version = "5.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9d7077ba879f95406459bc0c81f3141c529b34580bc64d7ab7bd15e7118a0391" |
|
|
dependencies = [ |
|
|
"bytecheck", |
|
|
"hstr", |
|
|
"once_cell", |
|
|
"rancor", |
|
|
"rkyv", |
|
|
"rustc-hash 2.1.0", |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "swc_common" |
|
|
version = "9.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5e36654ec9a8b089c329ab7522aa70eb39cc3e4e3dfd70f9176a74414bdec00e" |
|
|
dependencies = [ |
|
|
"anyhow", |
|
|
"ast_node", |
|
|
"better_scoped_tls", |
|
|
"bytecheck", |
|
|
"cfg-if", |
|
|
"either", |
|
|
"from_variant", |
|
|
"new_debug_unreachable", |
|
|
"num-bigint", |
|
|
"once_cell", |
|
|
"parking_lot", |
|
|
"rancor", |
|
|
"rkyv", |
|
|
"rustc-hash 2.1.0", |
|
|
"serde", |
|
|
"siphasher", |
|
|
"sourcemap", |
|
|
"swc_allocator", |
|
|
"swc_atoms", |
|
|
"swc_eq_ignore_macros", |
|
|
"swc_visit", |
|
|
"termcolor", |
|
|
"tracing", |
|
|
"unicode-width", |
|
|
"url", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "swc_core" |
|
|
version = "23.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6f806c64573a1b9e7ea5e263fc24a015bc18a1a8c2a56dd36860380ec3e80a71" |
|
|
dependencies = [ |
|
|
"once_cell", |
|
|
"swc_allocator", |
|
|
"swc_atoms", |
|
|
"swc_common", |
|
|
"swc_ecma_ast", |
|
|
"swc_ecma_transforms_base", |
|
|
"swc_ecma_transforms_testing", |
|
|
"swc_ecma_visit", |
|
|
"swc_plugin", |
|
|
"swc_plugin_macro", |
|
|
"swc_plugin_proxy", |
|
|
"swc_transform_common", |
|
|
"vergen", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "swc_ecma_ast" |
|
|
version = "9.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0613d84468a6bb6d45d13c5a3368b37bd21f3067a089f69adac630dcb462a018" |
|
|
dependencies = [ |
|
|
"bitflags", |
|
|
"bytecheck", |
|
|
"is-macro", |
|
|
"num-bigint", |
|
|
"once_cell", |
|
|
"phf", |
|
|
"rancor", |
|
|
"rkyv", |
|
|
"rustc-hash 2.1.0", |
|
|
"scoped-tls", |
|
|
"string_enum", |
|
|
"swc_atoms", |
|
|
"swc_common", |
|
|
"swc_visit", |
|
|
"unicode-id-start", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "swc_ecma_codegen" |
|
|
version = "11.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b01b3de365a86b8f982cc162f257c82f84bda31d61084174a3be37e8ab15c0f4" |
|
|
dependencies = [ |
|
|
"ascii", |
|
|
"compact_str", |
|
|
"memchr", |
|
|
"num-bigint", |
|
|
"once_cell", |
|
|
"regex", |
|
|
"rustc-hash 2.1.0", |
|
|
"serde", |
|
|
"sourcemap", |
|
|
"swc_allocator", |
|
|
"swc_atoms", |
|
|
"swc_common", |
|
|
"swc_ecma_ast", |
|
|
"swc_ecma_codegen_macros", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "swc_ecma_codegen_macros" |
|
|
version = "2.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e99e1931669a67c83e2c2b4375674f6901d1480994a76aa75b23f1389e6c5076" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"swc_macros_common", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "swc_ecma_lexer" |
|
|
version = "12.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0d11c8e71901401b9aae2ece4946eeb7674b14b8301a53768afbbeeb0e48b599" |
|
|
dependencies = [ |
|
|
"arrayvec", |
|
|
"bitflags", |
|
|
"either", |
|
|
"new_debug_unreachable", |
|
|
"num-bigint", |
|
|
"num-traits", |
|
|
"phf", |
|
|
"rustc-hash 2.1.0", |
|
|
"serde", |
|
|
"smallvec", |
|
|
"smartstring", |
|
|
"stacker", |
|
|
"swc_atoms", |
|
|
"swc_common", |
|
|
"swc_ecma_ast", |
|
|
"tracing", |
|
|
"typed-arena", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "swc_ecma_parser" |
|
|
version = "12.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "250786944fbc05f6484eda9213df129ccfe17226ae9ad51b62fce2f72135dbee" |
|
|
dependencies = [ |
|
|
"arrayvec", |
|
|
"bitflags", |
|
|
"either", |
|
|
"new_debug_unreachable", |
|
|
"num-bigint", |
|
|
"num-traits", |
|
|
"phf", |
|
|
"rustc-hash 2.1.0", |
|
|
"serde", |
|
|
"smallvec", |
|
|
"smartstring", |
|
|
"stacker", |
|
|
"swc_atoms", |
|
|
"swc_common", |
|
|
"swc_ecma_ast", |
|
|
"swc_ecma_lexer", |
|
|
"tracing", |
|
|
"typed-arena", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "swc_ecma_testing" |
|
|
version = "10.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "977386a831e9464cc99e914d5682621efca49c443e5c737a00a2babd6d1589aa" |
|
|
dependencies = [ |
|
|
"anyhow", |
|
|
"hex", |
|
|
"sha2", |
|
|
"testing", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "swc_ecma_transforms_base" |
|
|
version = "13.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6856da3da598f4da001b7e4ce225ee8970bc9d5cbaafcaf580190cf0a6031ec5" |
|
|
dependencies = [ |
|
|
"better_scoped_tls", |
|
|
"bitflags", |
|
|
"indexmap", |
|
|
"once_cell", |
|
|
"par-core", |
|
|
"phf", |
|
|
"rustc-hash 2.1.0", |
|
|
"serde", |
|
|
"smallvec", |
|
|
"swc_atoms", |
|
|
"swc_common", |
|
|
"swc_ecma_ast", |
|
|
"swc_ecma_parser", |
|
|
"swc_ecma_utils", |
|
|
"swc_ecma_visit", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "swc_ecma_transforms_testing" |
|
|
version = "16.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "93a905befc831be30430ab1e4af5aa6f2052ea397f44e1747c28a4d3859f4f84" |
|
|
dependencies = [ |
|
|
"ansi_term", |
|
|
"anyhow", |
|
|
"base64", |
|
|
"hex", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"sha2", |
|
|
"sourcemap", |
|
|
"swc_allocator", |
|
|
"swc_common", |
|
|
"swc_ecma_ast", |
|
|
"swc_ecma_codegen", |
|
|
"swc_ecma_parser", |
|
|
"swc_ecma_testing", |
|
|
"swc_ecma_transforms_base", |
|
|
"swc_ecma_utils", |
|
|
"swc_ecma_visit", |
|
|
"tempfile", |
|
|
"testing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "swc_ecma_utils" |
|
|
version = "13.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bb6ecf7485a130df25c4ba4e27cfde0cc7bf45f453f40cf0c52eb69b3a4235d0" |
|
|
dependencies = [ |
|
|
"indexmap", |
|
|
"num_cpus", |
|
|
"once_cell", |
|
|
"par-core", |
|
|
"par-iter", |
|
|
"rustc-hash 2.1.0", |
|
|
"ryu-js", |
|
|
"swc_atoms", |
|
|
"swc_common", |
|
|
"swc_ecma_ast", |
|
|
"swc_ecma_visit", |
|
|
"tracing", |
|
|
"unicode-id", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "swc_ecma_visit" |
|
|
version = "9.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "249dc9eede1a4ad59a038f9cfd61ce67845bd2c1392ade3586d714e7181f3c1a" |
|
|
dependencies = [ |
|
|
"new_debug_unreachable", |
|
|
"num-bigint", |
|
|
"swc_atoms", |
|
|
"swc_common", |
|
|
"swc_ecma_ast", |
|
|
"swc_visit", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "swc_eq_ignore_macros" |
|
|
version = "1.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e96e15288bf385ab85eb83cff7f9e2d834348da58d0a31b33bdb572e66ee413e" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "swc_error_reporters" |
|
|
version = "11.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e3b5be5f151485ec9372c23bbb132c4a829c879632db8b790439779b873970be" |
|
|
dependencies = [ |
|
|
"anyhow", |
|
|
"miette", |
|
|
"once_cell", |
|
|
"parking_lot", |
|
|
"serde", |
|
|
"serde_derive", |
|
|
"serde_json", |
|
|
"swc_common", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "swc_macros_common" |
|
|
version = "1.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a509f56fca05b39ba6c15f3e58636c3924c78347d63853632ed2ffcb6f5a0ac7" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "swc_plugin" |
|
|
version = "1.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6b45099a38ed45528bef939d0eac1a0c1347749d0c67d3dd744d545316c5fd05" |
|
|
dependencies = [ |
|
|
"once_cell", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "swc_plugin_macro" |
|
|
version = "1.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ace467dfafbbdf3aecff786b8605b35db57d945e92fd88800569aa2cba0cdf61" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "swc_plugin_proxy" |
|
|
version = "9.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "edbd6dddc6f98f7ded495b918c80bc59c78d9b297ed98081e22def0f27a117f9" |
|
|
dependencies = [ |
|
|
"better_scoped_tls", |
|
|
"bytecheck", |
|
|
"rancor", |
|
|
"rkyv", |
|
|
"rustc-hash 2.1.0", |
|
|
"swc_common", |
|
|
"swc_ecma_ast", |
|
|
"swc_trace_macro", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "swc_trace_macro" |
|
|
version = "2.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "559185db338f1bcb50297aafd4f79c0956c84dc71a66da4cffb57acf9d93fd88" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "swc_transform_common" |
|
|
version = "3.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6d73c21cecc518e0107f890012a747fa679cb0faf04f32fc8f5bd618040eb8fe" |
|
|
dependencies = [ |
|
|
"better_scoped_tls", |
|
|
"once_cell", |
|
|
"rustc-hash 2.1.0", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"swc_common", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "swc_visit" |
|
|
version = "2.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9138b6a36bbe76dd6753c4c0794f7e26480ea757bee499738bedbbb3ae3ec5f3" |
|
|
dependencies = [ |
|
|
"either", |
|
|
"new_debug_unreachable", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "syn" |
|
|
version = "2.0.90" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"unicode-ident", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "synstructure" |
|
|
version = "0.13.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tap" |
|
|
version = "1.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" |
|
|
|
|
|
[[package]] |
|
|
name = "tempfile" |
|
|
version = "3.14.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"fastrand", |
|
|
"once_cell", |
|
|
"rustix", |
|
|
"windows-sys", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "termcolor" |
|
|
version = "1.4.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
|
|
dependencies = [ |
|
|
"winapi-util", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "testing" |
|
|
version = "10.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "987241734b96bd71228f0395ab38e05b71ec7c6ded958538c5d3a1b67f6465ce" |
|
|
dependencies = [ |
|
|
"ansi_term", |
|
|
"cargo_metadata 0.18.1", |
|
|
"difference", |
|
|
"once_cell", |
|
|
"pretty_assertions", |
|
|
"regex", |
|
|
"rustc-hash 2.1.0", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"swc_common", |
|
|
"swc_error_reporters", |
|
|
"testing_macros", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "testing_macros" |
|
|
version = "1.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a2d27bf245b90a80d5aa231133418ae7db98f032855ce5292e12071ab29c4b26" |
|
|
dependencies = [ |
|
|
"anyhow", |
|
|
"glob", |
|
|
"once_cell", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"regex", |
|
|
"relative-path", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "textwrap" |
|
|
version = "0.16.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" |
|
|
dependencies = [ |
|
|
"unicode-linebreak", |
|
|
"unicode-width", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "thiserror" |
|
|
version = "1.0.69" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
|
|
dependencies = [ |
|
|
"thiserror-impl 1.0.69", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "thiserror" |
|
|
version = "2.0.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" |
|
|
dependencies = [ |
|
|
"thiserror-impl 2.0.6", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "thiserror-impl" |
|
|
version = "1.0.69" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "thiserror-impl" |
|
|
version = "2.0.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "thread_local" |
|
|
version = "1.1.8" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"once_cell", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tinystr" |
|
|
version = "0.7.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" |
|
|
dependencies = [ |
|
|
"displaydoc", |
|
|
"zerovec", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tinyvec" |
|
|
version = "1.8.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" |
|
|
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.41" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" |
|
|
dependencies = [ |
|
|
"pin-project-lite", |
|
|
"tracing-attributes", |
|
|
"tracing-core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tracing-attributes" |
|
|
version = "0.1.28" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tracing-core" |
|
|
version = "0.1.33" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" |
|
|
dependencies = [ |
|
|
"once_cell", |
|
|
"valuable", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tracing-log" |
|
|
version = "0.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
|
|
dependencies = [ |
|
|
"log", |
|
|
"once_cell", |
|
|
"tracing-core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tracing-subscriber" |
|
|
version = "0.3.19" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" |
|
|
dependencies = [ |
|
|
"matchers", |
|
|
"nu-ansi-term", |
|
|
"once_cell", |
|
|
"regex", |
|
|
"sharded-slab", |
|
|
"smallvec", |
|
|
"thread_local", |
|
|
"tracing", |
|
|
"tracing-core", |
|
|
"tracing-log", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "triomphe" |
|
|
version = "0.1.14" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ef8f7726da4807b58ea5c96fdc122f80702030edc33b35aff9190a51148ccc85" |
|
|
dependencies = [ |
|
|
"serde", |
|
|
"stable_deref_trait", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "typed-arena" |
|
|
version = "2.0.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" |
|
|
|
|
|
[[package]] |
|
|
name = "typenum" |
|
|
version = "1.17.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
|
|
|
|
|
[[package]] |
|
|
name = "unicode-id" |
|
|
version = "0.3.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "10103c57044730945224467c09f71a4db0071c123a0648cc3e818913bde6b561" |
|
|
|
|
|
[[package]] |
|
|
name = "unicode-id-start" |
|
|
version = "1.3.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2f322b60f6b9736017344fa0635d64be2f458fbc04eef65f6be22976dd1ffd5b" |
|
|
|
|
|
[[package]] |
|
|
name = "unicode-ident" |
|
|
version = "1.0.14" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" |
|
|
|
|
|
[[package]] |
|
|
name = "unicode-linebreak" |
|
|
version = "0.1.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" |
|
|
|
|
|
[[package]] |
|
|
name = "unicode-width" |
|
|
version = "0.1.14" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" |
|
|
|
|
|
[[package]] |
|
|
name = "url" |
|
|
version = "2.5.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" |
|
|
dependencies = [ |
|
|
"form_urlencoded", |
|
|
"idna", |
|
|
"percent-encoding", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "utf16_iter" |
|
|
version = "1.0.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" |
|
|
|
|
|
[[package]] |
|
|
name = "utf8_iter" |
|
|
version = "1.0.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
|
|
|
|
|
[[package]] |
|
|
name = "uuid" |
|
|
version = "1.11.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" |
|
|
|
|
|
[[package]] |
|
|
name = "valuable" |
|
|
version = "0.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
|
|
|
|
|
[[package]] |
|
|
name = "vergen" |
|
|
version = "9.0.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "31f25fc8f8f05df455c7941e87f093ad22522a9ff33d7a027774815acf6f0639" |
|
|
dependencies = [ |
|
|
"anyhow", |
|
|
"cargo_metadata 0.19.1", |
|
|
"derive_builder", |
|
|
"regex", |
|
|
"rustversion", |
|
|
"vergen-lib", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "vergen-lib" |
|
|
version = "0.1.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c0c767e6751c09fc85cde58722cf2f1007e80e4c8d5a4321fc90d83dc54ca147" |
|
|
dependencies = [ |
|
|
"anyhow", |
|
|
"derive_builder", |
|
|
"rustversion", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "version_check" |
|
|
version = "0.9.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
|
|
|
|
|
[[package]] |
|
|
name = "winapi" |
|
|
version = "0.3.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
|
|
dependencies = [ |
|
|
"winapi-i686-pc-windows-gnu", |
|
|
"winapi-x86_64-pc-windows-gnu", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "winapi-i686-pc-windows-gnu" |
|
|
version = "0.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
|
|
|
|
[[package]] |
|
|
name = "winapi-util" |
|
|
version = "0.1.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" |
|
|
dependencies = [ |
|
|
"windows-sys", |
|
|
] |
|
|
|
|
|
[[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-sys" |
|
|
version = "0.59.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
|
|
dependencies = [ |
|
|
"windows-targets", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-targets" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
|
|
dependencies = [ |
|
|
"windows_aarch64_gnullvm", |
|
|
"windows_aarch64_msvc", |
|
|
"windows_i686_gnu", |
|
|
"windows_i686_gnullvm", |
|
|
"windows_i686_msvc", |
|
|
"windows_x86_64_gnu", |
|
|
"windows_x86_64_gnullvm", |
|
|
"windows_x86_64_msvc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows_aarch64_gnullvm" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_aarch64_msvc" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_i686_gnu" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_i686_gnullvm" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_i686_msvc" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_x86_64_gnu" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_x86_64_gnullvm" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_x86_64_msvc" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
|
|
|
|
|
[[package]] |
|
|
name = "write16" |
|
|
version = "1.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" |
|
|
|
|
|
[[package]] |
|
|
name = "writeable" |
|
|
version = "0.5.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" |
|
|
|
|
|
[[package]] |
|
|
name = "wyz" |
|
|
version = "0.5.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" |
|
|
dependencies = [ |
|
|
"tap", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "yansi" |
|
|
version = "1.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" |
|
|
|
|
|
[[package]] |
|
|
name = "yoke" |
|
|
version = "0.7.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" |
|
|
dependencies = [ |
|
|
"serde", |
|
|
"stable_deref_trait", |
|
|
"yoke-derive", |
|
|
"zerofrom", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "yoke-derive" |
|
|
version = "0.7.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
"synstructure", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zerocopy" |
|
|
version = "0.7.35" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" |
|
|
dependencies = [ |
|
|
"zerocopy-derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zerocopy-derive" |
|
|
version = "0.7.35" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zerofrom" |
|
|
version = "0.1.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" |
|
|
dependencies = [ |
|
|
"zerofrom-derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zerofrom-derive" |
|
|
version = "0.1.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
"synstructure", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zerovec" |
|
|
version = "0.10.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" |
|
|
dependencies = [ |
|
|
"yoke", |
|
|
"zerofrom", |
|
|
"zerovec-derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zerovec-derive" |
|
|
version = "0.10.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|