mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 00:32:15 +03:00
5417 lines
128 KiB
TOML
5417 lines
128 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "Inflector"
|
|
version = "0.11.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "addr2line"
|
|
version = "0.19.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
|
|
dependencies = [
|
|
"gimli 0.27.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "adler"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
[[package]]
|
|
name = "ahash"
|
|
version = "0.7.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
|
|
dependencies = [
|
|
"getrandom",
|
|
"once_cell",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ahash"
|
|
version = "0.8.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42cd52102d3df161c77a887b608d7a4897d7cc112886a9537b738a887a03aaff"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"getrandom",
|
|
"once_cell",
|
|
"serde",
|
|
"version_check",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aho-corasick"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "android-tzdata"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
[[package]]
|
|
name = "android_system_properties"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "any_ascii"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "70033777eb8b5124a81a1889416543dddef2de240019b674c81285a2635a7e1e"
|
|
|
|
[[package]]
|
|
name = "anyhow"
|
|
version = "1.0.81"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
|
|
|
|
[[package]]
|
|
name = "arrayref"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
|
|
|
|
[[package]]
|
|
name = "arrayvec"
|
|
version = "0.7.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
|
|
|
[[package]]
|
|
name = "ast_node"
|
|
version = "0.9.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2ab31376d309dd3bfc9cfb3c11c93ce0e0741bbe0354b20e7f8c60b044730b79"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"swc_macros_common",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-trait"
|
|
version = "0.1.68"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "atomic-polyfill"
|
|
version = "0.1.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3ff7eb3f316534d83a8a2c3d1674ace8a5a71198eba31e2e2b597833f699b28"
|
|
dependencies = [
|
|
"critical-section",
|
|
]
|
|
|
|
[[package]]
|
|
name = "atty"
|
|
version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
dependencies = [
|
|
"hermit-abi 0.1.19",
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "auto_impl"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "autocfg"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
[[package]]
|
|
name = "backtrace"
|
|
version = "0.3.67"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
|
|
dependencies = [
|
|
"addr2line",
|
|
"cc",
|
|
"cfg-if",
|
|
"libc",
|
|
"miniz_oxide 0.6.2",
|
|
"object",
|
|
"rustc-demangle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.21.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
|
|
|
[[package]]
|
|
name = "base64-simd"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "781dd20c3aff0bd194fe7d2a977dd92f21c173891f3a03b677359e5fa457e5d5"
|
|
dependencies = [
|
|
"simd-abstraction",
|
|
]
|
|
|
|
[[package]]
|
|
name = "better_scoped_tls"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "794edcc9b3fb07bb4aecaa11f093fd45663b4feadb782d68303a2268bc2701de"
|
|
dependencies = [
|
|
"scoped-tls",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bincode"
|
|
version = "1.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "binding_core_node"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"backtrace",
|
|
"napi",
|
|
"napi-build",
|
|
"napi-derive",
|
|
"node_macro_deps",
|
|
"path-clean 0.1.0",
|
|
"serde",
|
|
"serde_json",
|
|
"swc_core",
|
|
"swc_malloc",
|
|
"tracing",
|
|
"tracing-chrome",
|
|
"tracing-futures",
|
|
"tracing-subscriber",
|
|
]
|
|
|
|
[[package]]
|
|
name = "binding_core_wasm"
|
|
version = "1.6.8-nightly-20240706.1"
|
|
dependencies = [
|
|
"anyhow",
|
|
"getrandom",
|
|
"serde",
|
|
"serde-wasm-bindgen",
|
|
"swc_core",
|
|
"tracing",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "binding_macros"
|
|
version = "0.70.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e777679fa2aa9a07faccbf118ab98152013f6538cdaf1282392a82d8e0c7dc3c"
|
|
dependencies = [
|
|
"anyhow",
|
|
"console_error_panic_hook",
|
|
"js-sys",
|
|
"once_cell",
|
|
"serde",
|
|
"serde-wasm-bindgen",
|
|
"swc",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_transforms",
|
|
"swc_ecma_visit",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen-futures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "binding_minifier_node"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"backtrace",
|
|
"napi",
|
|
"napi-build",
|
|
"napi-derive",
|
|
"node_macro_deps",
|
|
"path-clean 0.1.0",
|
|
"serde",
|
|
"serde_json",
|
|
"sourcemap",
|
|
"swc_compiler_base",
|
|
"swc_config",
|
|
"swc_core",
|
|
"swc_error_reporters",
|
|
"swc_malloc",
|
|
"swc_nodejs_common",
|
|
"tracing",
|
|
"tracing-chrome",
|
|
"tracing-futures",
|
|
"tracing-subscriber",
|
|
]
|
|
|
|
[[package]]
|
|
name = "binding_minifier_wasm"
|
|
version = "1.6.8-nightly-20240706.1"
|
|
dependencies = [
|
|
"anyhow",
|
|
"getrandom",
|
|
"serde",
|
|
"serde-wasm-bindgen",
|
|
"swc_core",
|
|
"tracing",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "binding_typescript_wasm"
|
|
version = "1.6.8-nightly-20240706.1"
|
|
dependencies = [
|
|
"anyhow",
|
|
"getrandom",
|
|
"serde",
|
|
"serde-wasm-bindgen",
|
|
"serde_json",
|
|
"swc_common",
|
|
"swc_error_reporters",
|
|
"swc_fast_ts_strip",
|
|
"tracing",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen-futures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "2.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
|
|
|
|
[[package]]
|
|
name = "bitvec"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
|
dependencies = [
|
|
"funty",
|
|
"radium",
|
|
"tap",
|
|
"wyz",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blake3"
|
|
version = "1.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef"
|
|
dependencies = [
|
|
"arrayref",
|
|
"arrayvec",
|
|
"cc",
|
|
"cfg-if",
|
|
"constant_time_eq",
|
|
"digest",
|
|
]
|
|
|
|
[[package]]
|
|
name = "block-buffer"
|
|
version = "0.10.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
dependencies = [
|
|
"generic-array",
|
|
]
|
|
|
|
[[package]]
|
|
name = "browserslist-rs"
|
|
version = "0.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fdf0ca73de70c3da94e4194e4a01fe732378f55d47cf4c0588caab22a0dbfa14"
|
|
dependencies = [
|
|
"ahash 0.8.8",
|
|
"chrono",
|
|
"either",
|
|
"indexmap 2.2.6",
|
|
"itertools",
|
|
"nom",
|
|
"once_cell",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bumpalo"
|
|
version = "3.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
|
|
|
[[package]]
|
|
name = "bytecheck"
|
|
version = "0.6.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627"
|
|
dependencies = [
|
|
"bytecheck_derive",
|
|
"ptr_meta",
|
|
"simdutf8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bytecheck_derive"
|
|
version = "0.6.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
[[package]]
|
|
name = "bytes"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.0.79"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
[[package]]
|
|
name = "chrono"
|
|
version = "0.4.38"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
|
dependencies = [
|
|
"android-tzdata",
|
|
"iana-time-zone",
|
|
"num-traits",
|
|
"windows-targets 0.52.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap"
|
|
version = "3.2.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
|
|
dependencies = [
|
|
"atty",
|
|
"bitflags 1.3.2",
|
|
"clap_derive",
|
|
"clap_lex",
|
|
"indexmap 1.9.3",
|
|
"once_cell",
|
|
"strsim",
|
|
"termcolor",
|
|
"terminal_size",
|
|
"textwrap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_derive"
|
|
version = "3.2.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
|
|
dependencies = [
|
|
"heck 0.4.1",
|
|
"proc-macro-error",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_lex"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
|
dependencies = [
|
|
"os_str_bytes",
|
|
]
|
|
|
|
[[package]]
|
|
name = "codespan-reporting"
|
|
version = "0.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
dependencies = [
|
|
"termcolor",
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "console_error_panic_hook"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "constant_time_eq"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b"
|
|
|
|
[[package]]
|
|
name = "convert_case"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
|
|
dependencies = [
|
|
"unicode-segmentation",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cooked-waker"
|
|
version = "5.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "147be55d677052dabc6b22252d5dd0fd4c29c8c27aa4f2fbef0f94aa003b406f"
|
|
|
|
[[package]]
|
|
name = "core-foundation-sys"
|
|
version = "0.8.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
|
|
|
[[package]]
|
|
name = "corosensei"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9847f90f32a50b0dcbd68bc23ff242798b13080b97b0569f6ed96a45ce4cf2cd"
|
|
dependencies = [
|
|
"autocfg",
|
|
"cfg-if",
|
|
"libc",
|
|
"scopeguard",
|
|
"windows-sys 0.33.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cpufeatures"
|
|
version = "0.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-bforest"
|
|
version = "0.91.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a2ab4512dfd3a6f4be184403a195f76e81a8a9f9e6c898e19d2dc3ce20e0115"
|
|
dependencies = [
|
|
"cranelift-entity",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-codegen"
|
|
version = "0.91.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "98b022ed2a5913a38839dfbafe6cf135342661293b08049843362df4301261dc"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"bumpalo",
|
|
"cranelift-bforest",
|
|
"cranelift-codegen-meta",
|
|
"cranelift-codegen-shared",
|
|
"cranelift-egraph",
|
|
"cranelift-entity",
|
|
"cranelift-isle",
|
|
"gimli 0.26.2",
|
|
"log",
|
|
"regalloc2",
|
|
"smallvec",
|
|
"target-lexicon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-codegen-meta"
|
|
version = "0.91.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "639307b45434ad112a98f8300c0f0ab085cbefcd767efcdef9ef19d4c0756e74"
|
|
dependencies = [
|
|
"cranelift-codegen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-codegen-shared"
|
|
version = "0.91.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "278e52e29c53fcf32431ef08406c295699a70306d05a0715c5b1bf50e33a9ab7"
|
|
|
|
[[package]]
|
|
name = "cranelift-egraph"
|
|
version = "0.91.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "624b54323b06e675293939311943ba82d323bb340468ce1889be5da7932c8d73"
|
|
dependencies = [
|
|
"cranelift-entity",
|
|
"fxhash",
|
|
"hashbrown 0.12.3",
|
|
"indexmap 1.9.3",
|
|
"log",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-entity"
|
|
version = "0.91.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a59bcbca89c3f1b70b93ab3cbba5e5e0cbf3e63dadb23c7525cb142e21a9d4c"
|
|
|
|
[[package]]
|
|
name = "cranelift-frontend"
|
|
version = "0.91.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d70abacb8cfef3dc8ff7e8836e9c1d70f7967dfdac824a4cd5e30223415aca6"
|
|
dependencies = [
|
|
"cranelift-codegen",
|
|
"log",
|
|
"smallvec",
|
|
"target-lexicon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-isle"
|
|
version = "0.91.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "393bc73c451830ff8dbb3a07f61843d6cb41a084f9996319917c0b291ed785bb"
|
|
|
|
[[package]]
|
|
name = "crc"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "49fc9a695bca7f35f5f4c15cddc84415f66a74ea78eef08e90c5024f2b540e23"
|
|
dependencies = [
|
|
"crc-catalog",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crc-catalog"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ccaeedb56da03b09f598226e25e80088cb4cd25f316e6e4df7d695f0feeb1403"
|
|
|
|
[[package]]
|
|
name = "crc32fast"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "critical-section"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6548a0ad5d2549e111e1f6a11a6c2e2d00ce6a3dafe22948d67c2b443f775e52"
|
|
|
|
[[package]]
|
|
name = "crossbeam-channel"
|
|
version = "0.5.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-deque"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"crossbeam-epoch",
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-epoch"
|
|
version = "0.9.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
|
|
dependencies = [
|
|
"autocfg",
|
|
"cfg-if",
|
|
"crossbeam-utils",
|
|
"memoffset 0.8.0",
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-queue"
|
|
version = "0.3.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
|
|
dependencies = [
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-utils"
|
|
version = "0.8.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
|
|
|
|
[[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 = "ctor"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dd4056f63fce3b82d852c3da92b08ea59959890813a7f4ce9c0ff85b10cf301b"
|
|
dependencies = [
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cty"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
|
|
|
|
[[package]]
|
|
name = "cxx"
|
|
version = "1.0.94"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93"
|
|
dependencies = [
|
|
"cc",
|
|
"cxxbridge-flags",
|
|
"cxxbridge-macro",
|
|
"link-cplusplus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cxx-build"
|
|
version = "1.0.94"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b"
|
|
dependencies = [
|
|
"cc",
|
|
"codespan-reporting",
|
|
"once_cell",
|
|
"proc-macro2",
|
|
"quote",
|
|
"scratch",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cxxbridge-flags"
|
|
version = "1.0.94"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb"
|
|
|
|
[[package]]
|
|
name = "cxxbridge-macro"
|
|
version = "1.0.94"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling"
|
|
version = "0.14.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
|
|
dependencies = [
|
|
"darling_core 0.14.4",
|
|
"darling_macro 0.14.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling"
|
|
version = "0.20.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0558d22a7b463ed0241e993f76f09f30b126687447751a8638587b864e4b3944"
|
|
dependencies = [
|
|
"darling_core 0.20.1",
|
|
"darling_macro 0.20.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_core"
|
|
version = "0.14.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
|
|
dependencies = [
|
|
"fnv",
|
|
"ident_case",
|
|
"proc-macro2",
|
|
"quote",
|
|
"strsim",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_core"
|
|
version = "0.20.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ab8bfa2e259f8ee1ce5e97824a3c55ec4404a0d772ca7fa96bf19f0752a046eb"
|
|
dependencies = [
|
|
"fnv",
|
|
"ident_case",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_macro"
|
|
version = "0.14.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
|
|
dependencies = [
|
|
"darling_core 0.14.4",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_macro"
|
|
version = "0.20.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "29a358ff9f12ec09c3e61fef9b5a9902623a695a46a917b07f269bff1445611a"
|
|
dependencies = [
|
|
"darling_core 0.20.1",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dashmap"
|
|
version = "5.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"hashbrown 0.14.3",
|
|
"lock_api",
|
|
"once_cell",
|
|
"parking_lot_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "data-encoding"
|
|
version = "2.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
|
|
|
|
[[package]]
|
|
name = "debugid"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
|
|
dependencies = [
|
|
"serde",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "deranged"
|
|
version = "0.3.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
|
dependencies = [
|
|
"powerfmt",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derivative"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive_builder"
|
|
version = "0.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
|
|
dependencies = [
|
|
"derive_builder_macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive_builder_core"
|
|
version = "0.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
|
|
dependencies = [
|
|
"darling 0.14.4",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive_builder_macro"
|
|
version = "0.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
|
|
dependencies = [
|
|
"derive_builder_core",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "digest"
|
|
version = "0.10.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
dependencies = [
|
|
"block-buffer",
|
|
"crypto-common",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "either"
|
|
version = "1.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
|
|
|
[[package]]
|
|
name = "enum-iterator"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4eeac5c5edb79e4e39fe8439ef35207780a11f69c52cbe424ce3dfad4cb78de6"
|
|
dependencies = [
|
|
"enum-iterator-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum-iterator-derive"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c134c37760b27a871ba422106eedbb8247da973a09e82558bf26d619c882b159"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enumset"
|
|
version = "1.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e875f1719c16de097dee81ed675e2d9bb63096823ed3f0ca827b7dea3028bbbb"
|
|
dependencies = [
|
|
"enumset_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enumset_derive"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e08b6c6ab82d70f08844964ba10c7babb716de2ecaeab9be5717918a5177d3af"
|
|
dependencies = [
|
|
"darling 0.20.1",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[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.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
|
dependencies = [
|
|
"errno-dragonfly",
|
|
"libc",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "errno-dragonfly"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fallible-iterator"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
|
|
[[package]]
|
|
name = "fastrand"
|
|
version = "1.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
|
dependencies = [
|
|
"instant",
|
|
]
|
|
|
|
[[package]]
|
|
name = "filetime"
|
|
version = "0.2.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"redox_syscall 0.2.16",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fixedbitset"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
|
[[package]]
|
|
name = "flate2"
|
|
version = "1.0.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
|
|
dependencies = [
|
|
"crc32fast",
|
|
"miniz_oxide 0.7.2",
|
|
]
|
|
|
|
[[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.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
|
dependencies = [
|
|
"percent-encoding",
|
|
]
|
|
|
|
[[package]]
|
|
name = "from_variant"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fdc9cc75639b041067353b9bce2450d6847e547276c6fbe4487d7407980e07db"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"swc_macros_common",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fs_extra"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
|
|
|
[[package]]
|
|
name = "funty"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
|
[[package]]
|
|
name = "futures"
|
|
version = "0.3.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-executor",
|
|
"futures-io",
|
|
"futures-sink",
|
|
"futures-task",
|
|
"futures-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-channel"
|
|
version = "0.3.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-sink",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-core"
|
|
version = "0.3.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
|
|
|
[[package]]
|
|
name = "futures-executor"
|
|
version = "0.3.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-task",
|
|
"futures-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-io"
|
|
version = "0.3.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
|
|
|
[[package]]
|
|
name = "futures-macro"
|
|
version = "0.3.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-sink"
|
|
version = "0.3.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
|
|
|
[[package]]
|
|
name = "futures-task"
|
|
version = "0.3.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
|
|
|
[[package]]
|
|
name = "futures-util"
|
|
version = "0.3.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-macro",
|
|
"futures-sink",
|
|
"futures-task",
|
|
"memchr",
|
|
"pin-project-lite",
|
|
"pin-utils",
|
|
"slab",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fxhash"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
dependencies = [
|
|
"byteorder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "generic-array"
|
|
version = "0.14.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
dependencies = [
|
|
"typenum",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom"
|
|
version = "0.2.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"js-sys",
|
|
"libc",
|
|
"wasi",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gimli"
|
|
version = "0.26.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
|
|
dependencies = [
|
|
"fallible-iterator",
|
|
"indexmap 1.9.3",
|
|
"stable_deref_trait",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gimli"
|
|
version = "0.27.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
|
|
|
|
[[package]]
|
|
name = "glob"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
|
|
[[package]]
|
|
name = "half"
|
|
version = "1.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
|
|
|
[[package]]
|
|
name = "hash32"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
|
|
dependencies = [
|
|
"byteorder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
dependencies = [
|
|
"ahash 0.7.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
|
dependencies = [
|
|
"ahash 0.8.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.14.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
|
|
|
[[package]]
|
|
name = "heapless"
|
|
version = "0.7.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "db04bc24a18b9ea980628ecf00e6c0264f3c1426dac36c00cb49b6fbad8b0743"
|
|
dependencies = [
|
|
"atomic-polyfill",
|
|
"hash32",
|
|
"rustc_version 0.4.0",
|
|
"spin",
|
|
"stable_deref_trait",
|
|
]
|
|
|
|
[[package]]
|
|
name = "heck"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
dependencies = [
|
|
"unicode-segmentation",
|
|
]
|
|
|
|
[[package]]
|
|
name = "heck"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
|
|
[[package]]
|
|
name = "hermit-abi"
|
|
version = "0.1.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hermit-abi"
|
|
version = "0.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hermit-abi"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
|
|
|
[[package]]
|
|
name = "hex"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
[[package]]
|
|
name = "hstr"
|
|
version = "0.2.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b0f5356d62012374578cd3a5c013d6586de3efbca3b53379fc1edfbb95c9db14"
|
|
dependencies = [
|
|
"hashbrown 0.14.3",
|
|
"new_debug_unreachable",
|
|
"once_cell",
|
|
"phf",
|
|
"rustc-hash",
|
|
"triomphe",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http"
|
|
version = "0.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
|
dependencies = [
|
|
"bytes",
|
|
"fnv",
|
|
"itoa",
|
|
]
|
|
|
|
[[package]]
|
|
name = "iana-time-zone"
|
|
version = "0.1.56"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
|
|
dependencies = [
|
|
"android_system_properties",
|
|
"core-foundation-sys",
|
|
"iana-time-zone-haiku",
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
"windows",
|
|
]
|
|
|
|
[[package]]
|
|
name = "iana-time-zone-haiku"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
|
|
dependencies = [
|
|
"cxx",
|
|
"cxx-build",
|
|
]
|
|
|
|
[[package]]
|
|
name = "id-arena"
|
|
version = "2.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
|
|
|
|
[[package]]
|
|
name = "ident_case"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
[[package]]
|
|
name = "idna"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
|
dependencies = [
|
|
"unicode-bidi",
|
|
"unicode-normalization",
|
|
]
|
|
|
|
[[package]]
|
|
name = "if_chain"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
|
|
|
|
[[package]]
|
|
name = "indexmap"
|
|
version = "1.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
|
dependencies = [
|
|
"autocfg",
|
|
"hashbrown 0.12.3",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "indexmap"
|
|
version = "2.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
|
dependencies = [
|
|
"equivalent",
|
|
"hashbrown 0.14.3",
|
|
"rayon",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "instant"
|
|
version = "0.1.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "io-lifetimes"
|
|
version = "1.0.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
|
|
dependencies = [
|
|
"hermit-abi 0.3.1",
|
|
"libc",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "is-macro"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "59a85abdc13717906baccb5a1e435556ce0df215f242892f721dff62bf25288f"
|
|
dependencies = [
|
|
"Inflector",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itertools"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
dependencies = [
|
|
"either",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itoa"
|
|
version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
|
|
|
[[package]]
|
|
name = "js-sys"
|
|
version = "0.3.68"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "406cda4b368d531c842222cf9d2600a9a4acce8d29423695379c6868a143a9ee"
|
|
dependencies = [
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "json"
|
|
version = "0.12.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
|
|
|
|
[[package]]
|
|
name = "jsonc-parser"
|
|
version = "0.21.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3a1853e40333206f9a685358046d13ab200169e3ee573019bddf0ede0dc29307"
|
|
dependencies = [
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
[[package]]
|
|
name = "leb128"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
|
|
|
|
[[package]]
|
|
name = "lexical-sort"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c09e4591611e231daf4d4c685a66cb0410cc1e502027a20ae55f2bb9e997207a"
|
|
dependencies = [
|
|
"any_ascii",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.153"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
|
|
|
[[package]]
|
|
name = "libloading"
|
|
version = "0.7.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "link-cplusplus"
|
|
version = "1.0.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linked-hash-map"
|
|
version = "0.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
|
|
|
[[package]]
|
|
name = "linked_hash_set"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"
|
|
dependencies = [
|
|
"linked-hash-map",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linux-raw-sys"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b085a4f2cde5781fc4b1717f2e86c62f5cda49de7ba99a7c2eae02b61c9064c"
|
|
|
|
[[package]]
|
|
name = "lock_api"
|
|
version = "0.4.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
|
dependencies = [
|
|
"autocfg",
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.4.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lru"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "03f1160296536f10c833a82dca22267d5486734230d47bf00bf435885814ba1e"
|
|
dependencies = [
|
|
"hashbrown 0.13.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mach"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "matchers"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
dependencies = [
|
|
"regex-automata",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "2.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f478948fd84d9f8e86967bf432640e46adfb5a4bd4f14ef7e864ab38220534ae"
|
|
|
|
[[package]]
|
|
name = "memmap2"
|
|
version = "0.5.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memmap2"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d28bba84adfe6646737845bc5ebbfa2c08424eb1c37e94a1fd2a82adb56a872"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memoffset"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memoffset"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miette"
|
|
version = "7.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4edc8853320c2a0dab800fbda86253c8938f6ea88510dc92c5f1ed20e794afc1"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"miette-derive",
|
|
"owo-colors",
|
|
"textwrap",
|
|
"thiserror",
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miette-derive"
|
|
version = "7.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dcf09caffaac8068c346b6df2a7fc27a177fd20b39421a39ce0a211bde679a6c"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mimalloc-rust"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6973866e0bc6504c03a16b6817b7e70839cc8a1dbd5d6dab00c65d8034868d8b"
|
|
dependencies = [
|
|
"cty",
|
|
"mimalloc-rust-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mimalloc-rust-sys"
|
|
version = "1.7.6-source"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a50daf45336b979a202a19f53b4b382f2c4bd50f392a8dbdb4c6c56ba5dfa64"
|
|
dependencies = [
|
|
"cc",
|
|
"cty",
|
|
]
|
|
|
|
[[package]]
|
|
name = "minimal-lexical"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
|
dependencies = [
|
|
"adler",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
|
|
dependencies = [
|
|
"adler",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio"
|
|
version = "0.8.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
|
|
dependencies = [
|
|
"libc",
|
|
"log",
|
|
"wasi",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "more-asserts"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"
|
|
|
|
[[package]]
|
|
name = "napi"
|
|
version = "2.12.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "69b29acdc6cc5c918c3eabd51d241b1c6dfa8914f3552fcfd76e1d7536934581"
|
|
dependencies = [
|
|
"bitflags 2.5.0",
|
|
"ctor",
|
|
"napi-derive",
|
|
"napi-sys",
|
|
"once_cell",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "napi-build"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "882a73d9ef23e8dc2ebbffb6a6ae2ef467c0f18ac10711e4cc59c5485d41df0e"
|
|
|
|
[[package]]
|
|
name = "napi-derive"
|
|
version = "2.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "af2ac63101a19228b0881694cac07468d642fd10e4f943a9c9feebeebf1a4787"
|
|
dependencies = [
|
|
"convert_case",
|
|
"napi-derive-backend",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "napi-derive-backend"
|
|
version = "1.0.49"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0e32b5bc4d803e40b783b0aa3fe488eac8711cfaa4c5c9915293dfd3d0b99925"
|
|
dependencies = [
|
|
"convert_case",
|
|
"once_cell",
|
|
"proc-macro2",
|
|
"quote",
|
|
"regex",
|
|
"semver 1.0.21",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "napi-sys"
|
|
version = "2.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "166b5ef52a3ab5575047a9fe8d4a030cdd0f63c96f071cd6907674453b07bae3"
|
|
dependencies = [
|
|
"libloading",
|
|
]
|
|
|
|
[[package]]
|
|
name = "new_debug_unreachable"
|
|
version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
|
|
|
[[package]]
|
|
name = "node_macro_deps"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"quote",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nom"
|
|
version = "7.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
dependencies = [
|
|
"memchr",
|
|
"minimal-lexical",
|
|
]
|
|
|
|
[[package]]
|
|
name = "normpath"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a9da8c9922c35a1033d76f7272dfc2e7ee20392083d75aeea6ced23c6266578"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nu-ansi-term"
|
|
version = "0.46.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
dependencies = [
|
|
"overload",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-bigint"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-integer",
|
|
"num-traits",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-conv"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
[[package]]
|
|
name = "num-integer"
|
|
version = "0.1.45"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-traits"
|
|
version = "0.2.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_cpus"
|
|
version = "1.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
|
dependencies = [
|
|
"hermit-abi 0.2.6",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_enum"
|
|
version = "0.5.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
|
|
dependencies = [
|
|
"num_enum_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_enum_derive"
|
|
version = "0.5.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
|
|
dependencies = [
|
|
"proc-macro-crate",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "object"
|
|
version = "0.30.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "once_cell"
|
|
version = "1.19.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
|
|
|
[[package]]
|
|
name = "os_str_bytes"
|
|
version = "6.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac"
|
|
|
|
[[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.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "caff54706df99d2a78a5a4e3455ff45448d81ef1bb63c22cd14052ca0e993a3f"
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
dependencies = [
|
|
"lock_api",
|
|
"parking_lot_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.9.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"redox_syscall 0.4.1",
|
|
"smallvec",
|
|
"windows-targets 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "path-absolutize"
|
|
version = "3.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e4af381fe79fa195b4909485d99f73a80792331df0625188e707854f0b3383f5"
|
|
dependencies = [
|
|
"path-dedot",
|
|
]
|
|
|
|
[[package]]
|
|
name = "path-clean"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ecba01bf2678719532c5e3059e0b5f0811273d94b397088b82e3bd0a78c78fdd"
|
|
|
|
[[package]]
|
|
name = "path-clean"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "17359afc20d7ab31fdb42bb844c8b3bb1dabd7dcf7e68428492da7f16966fcef"
|
|
|
|
[[package]]
|
|
name = "path-dedot"
|
|
version = "3.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "07ba0ad7e047712414213ff67533e6dd477af0a4e1d14fb52343e53d30ea9397"
|
|
dependencies = [
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pathdiff"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
|
|
|
[[package]]
|
|
name = "percent-encoding"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
|
|
|
[[package]]
|
|
name = "petgraph"
|
|
version = "0.6.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
|
|
dependencies = [
|
|
"fixedbitset",
|
|
"indexmap 1.9.3",
|
|
]
|
|
|
|
[[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 2.0.48",
|
|
]
|
|
|
|
[[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"
|
|
version = "1.0.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
|
|
dependencies = [
|
|
"pin-project-internal",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-internal"
|
|
version = "1.0.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-lite"
|
|
version = "0.2.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
|
|
|
[[package]]
|
|
name = "pin-utils"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
[[package]]
|
|
name = "pmutil"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "52a40bc70c2c58040d2d8b167ba9a5ff59fc9dab7ad44771cfde3dcfde7a09c6"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "powerfmt"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
[[package]]
|
|
name = "ppv-lite86"
|
|
version = "0.2.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
[[package]]
|
|
name = "preset_env_base"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ecfcd4aefde8c1ed1ac4f1118ca5021763a717ba87f5508db7785e864dac1d8"
|
|
dependencies = [
|
|
"ahash 0.8.8",
|
|
"anyhow",
|
|
"browserslist-rs",
|
|
"dashmap",
|
|
"from_variant",
|
|
"once_cell",
|
|
"semver 1.0.21",
|
|
"serde",
|
|
"st-map",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-crate"
|
|
version = "1.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
|
|
dependencies = [
|
|
"once_cell",
|
|
"toml_edit 0.19.15",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-error"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
dependencies = [
|
|
"proc-macro-error-attr",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-error-attr"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "1.0.81"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
|
|
dependencies = [
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "psm"
|
|
version = "0.1.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ptr_meta"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
|
|
dependencies = [
|
|
"ptr_meta_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ptr_meta_derive"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pulldown-cmark"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"memchr",
|
|
"unicase",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "1.0.35"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "radium"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
|
[[package]]
|
|
name = "radix_fmt"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ce082a9940a7ace2ad4a8b7d0b1eac6aa378895f18be598230c5f2284ac05426"
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
dependencies = [
|
|
"libc",
|
|
"rand_chacha",
|
|
"rand_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_chacha"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
dependencies = [
|
|
"ppv-lite86",
|
|
"rand_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
dependencies = [
|
|
"getrandom",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon"
|
|
version = "1.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
|
|
dependencies = [
|
|
"either",
|
|
"rayon-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon-core"
|
|
version = "1.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
|
|
dependencies = [
|
|
"crossbeam-channel",
|
|
"crossbeam-deque",
|
|
"crossbeam-utils",
|
|
"num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.2.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regalloc2"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "300d4fbfb40c1c66a78ba3ddd41c1110247cf52f97b87d0f2fc9209bd49b030c"
|
|
dependencies = [
|
|
"fxhash",
|
|
"log",
|
|
"slice-group-by",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
version = "1.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ac6cf59af1067a3fb53fbe5c88c053764e930f932be1d71d3ffe032cbe147f59"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"memchr",
|
|
"regex-syntax 0.7.0",
|
|
]
|
|
|
|
[[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-syntax"
|
|
version = "0.6.29"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b6868896879ba532248f33598de5181522d8b3d9d724dfd230911e1a7d4822f5"
|
|
|
|
[[package]]
|
|
name = "region"
|
|
version = "3.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "76e189c2369884dce920945e2ddf79b3dff49e071a167dd1817fa9c4c00d512e"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"libc",
|
|
"mach",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "relative-path"
|
|
version = "1.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4bf2521270932c3c7bed1a59151222bd7643c79310f2916f01925e1e16255698"
|
|
|
|
[[package]]
|
|
name = "rend"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
|
|
dependencies = [
|
|
"bytecheck",
|
|
]
|
|
|
|
[[package]]
|
|
name = "replace_with"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3a8614ee435691de62bcffcf4a66d91b3594bf1428a5722e79103249a095690"
|
|
|
|
[[package]]
|
|
name = "rkyv"
|
|
version = "0.7.44"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0"
|
|
dependencies = [
|
|
"bitvec",
|
|
"bytecheck",
|
|
"bytes",
|
|
"hashbrown 0.12.3",
|
|
"indexmap 1.9.3",
|
|
"ptr_meta",
|
|
"rend",
|
|
"rkyv_derive",
|
|
"seahash",
|
|
"tinyvec",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rkyv_derive"
|
|
version = "0.7.44"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-demangle"
|
|
version = "0.1.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
|
|
|
[[package]]
|
|
name = "rustc-hash"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
[[package]]
|
|
name = "rustc_version"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
dependencies = [
|
|
"semver 0.9.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_version"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
dependencies = [
|
|
"semver 1.0.21",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustix"
|
|
version = "0.37.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f79bef90eb6d984c72722595b5b1348ab39275a5e5123faca6863bf07d75a4e0"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"errno",
|
|
"io-lifetimes",
|
|
"libc",
|
|
"linux-raw-sys",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustversion"
|
|
version = "1.0.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
|
|
|
|
[[package]]
|
|
name = "rusty_pool"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4ed36cdb20de66d89a17ea04b8883fc7a386f2cf877aaedca5005583ce4876ff"
|
|
dependencies = [
|
|
"crossbeam-channel",
|
|
"futures",
|
|
"futures-channel",
|
|
"futures-executor",
|
|
"num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ryu"
|
|
version = "1.0.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
|
|
|
[[package]]
|
|
name = "ryu-js"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4950d85bc52415f8432144c97c4791bd0c4f7954de32a7270ee9cccd3c22b12b"
|
|
|
|
[[package]]
|
|
name = "same-file"
|
|
version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scoped-tls"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
|
|
|
[[package]]
|
|
name = "scopeguard"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
[[package]]
|
|
name = "scratch"
|
|
version = "1.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
|
|
|
|
[[package]]
|
|
name = "seahash"
|
|
version = "4.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
|
|
|
|
[[package]]
|
|
name = "self_cell"
|
|
version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba"
|
|
|
|
[[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.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0"
|
|
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.197"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
|
|
dependencies = [
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde-wasm-bindgen"
|
|
version = "0.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3b4c031cd0d9014307d82b8abf653c0290fbdaeb4c02d00c63cf52f728628bf"
|
|
dependencies = [
|
|
"js-sys",
|
|
"serde",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_cbor"
|
|
version = "0.11.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
|
|
dependencies = [
|
|
"half",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_derive"
|
|
version = "1.0.197"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json"
|
|
version = "1.0.120"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
|
|
dependencies = [
|
|
"itoa",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_spanned"
|
|
version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_yaml"
|
|
version = "0.8.26"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
|
|
dependencies = [
|
|
"indexmap 1.9.3",
|
|
"ryu",
|
|
"serde",
|
|
"yaml-rust",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_yaml"
|
|
version = "0.9.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1bf28c79a99f70ee1f1d83d10c875d2e70618417fda01ad1785e027579d9d38"
|
|
dependencies = [
|
|
"indexmap 2.2.6",
|
|
"itoa",
|
|
"ryu",
|
|
"serde",
|
|
"unsafe-libyaml",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha1"
|
|
version = "0.10.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cpufeatures",
|
|
"digest",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha2"
|
|
version = "0.10.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cpufeatures",
|
|
"digest",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sharded-slab"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
|
dependencies = [
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shared-buffer"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6c99835bad52957e7aa241d3975ed17c1e5f8c92026377d117a606f36b84b16"
|
|
dependencies = [
|
|
"bytes",
|
|
"memmap2 0.6.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "simd-abstraction"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9cadb29c57caadc51ff8346233b5cec1d240b68ce55cf1afc764818791876987"
|
|
dependencies = [
|
|
"outref",
|
|
]
|
|
|
|
[[package]]
|
|
name = "simdutf8"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
|
|
|
|
[[package]]
|
|
name = "siphasher"
|
|
version = "0.3.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
|
|
|
[[package]]
|
|
name = "slab"
|
|
version = "0.4.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slice-group-by"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "1.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
|
|
|
|
[[package]]
|
|
name = "smartstring"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
|
|
dependencies = [
|
|
"autocfg",
|
|
"static_assertions",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smawk"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
|
|
|
|
[[package]]
|
|
name = "socket2"
|
|
version = "0.4.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sourcemap"
|
|
version = "8.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "208d40b9e8cad9f93613778ea295ed8f3c2b1824217c6cfc7219d3f6f45b96d4"
|
|
dependencies = [
|
|
"base64-simd",
|
|
"bitvec",
|
|
"data-encoding",
|
|
"debugid",
|
|
"if_chain",
|
|
"rustc-hash",
|
|
"rustc_version 0.2.3",
|
|
"serde",
|
|
"serde_json",
|
|
"unicode-id-start",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spin"
|
|
version = "0.9.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
dependencies = [
|
|
"lock_api",
|
|
]
|
|
|
|
[[package]]
|
|
name = "st-map"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f352d5d14be5a1f956d76ae0c8060c3487aaa2a080f10a4b4ff023c7c05a9047"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"static-map-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stable_deref_trait"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
[[package]]
|
|
name = "stacker"
|
|
version = "0.1.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
|
|
dependencies = [
|
|
"cc",
|
|
"cfg-if",
|
|
"libc",
|
|
"psm",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "static-map-macro"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7628ae0bd92555d3de4303da41a5c8b1c5363e892001325f34e4be9ed024d0d7"
|
|
dependencies = [
|
|
"pmutil",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[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 = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05e383308aebc257e7d7920224fa055c632478d92744eca77f99be8fa1545b90"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"swc_macros_common",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "strsim"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
[[package]]
|
|
name = "subtle"
|
|
version = "2.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
|
|
|
[[package]]
|
|
name = "swc"
|
|
version = "0.279.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e360f7055c05d58acf732bac714094f46556ee0d271f58fcd9f3683853d05e1a"
|
|
dependencies = [
|
|
"anyhow",
|
|
"base64",
|
|
"dashmap",
|
|
"either",
|
|
"indexmap 2.2.6",
|
|
"jsonc-parser",
|
|
"lru",
|
|
"napi",
|
|
"napi-derive",
|
|
"once_cell",
|
|
"parking_lot",
|
|
"pathdiff",
|
|
"regex",
|
|
"rustc-hash",
|
|
"serde",
|
|
"serde_json",
|
|
"sourcemap",
|
|
"swc_atoms",
|
|
"swc_cached",
|
|
"swc_common",
|
|
"swc_compiler_base",
|
|
"swc_config",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_codegen",
|
|
"swc_ecma_ext_transforms",
|
|
"swc_ecma_lints",
|
|
"swc_ecma_loader",
|
|
"swc_ecma_minifier",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_preset_env",
|
|
"swc_ecma_transforms",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_transforms_compat",
|
|
"swc_ecma_transforms_optimization",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_error_reporters",
|
|
"swc_node_comments",
|
|
"swc_plugin_proxy",
|
|
"swc_plugin_runner",
|
|
"swc_timer",
|
|
"swc_transform_common",
|
|
"swc_typescript",
|
|
"swc_visit",
|
|
"tokio",
|
|
"tracing",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_atoms"
|
|
version = "0.6.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bb6567e4e67485b3e7662b486f1565bdae54bd5b9d6b16b2ba1a9babb1e42125"
|
|
dependencies = [
|
|
"bytecheck",
|
|
"hstr",
|
|
"once_cell",
|
|
"rkyv",
|
|
"rustc-hash",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_bundler"
|
|
version = "0.230.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c506ddddebb846f8e68780464e2fe1fdc0add4bc265659f713a71015ffcdb13"
|
|
dependencies = [
|
|
"anyhow",
|
|
"crc",
|
|
"dashmap",
|
|
"indexmap 2.2.6",
|
|
"is-macro",
|
|
"once_cell",
|
|
"parking_lot",
|
|
"petgraph",
|
|
"radix_fmt",
|
|
"rayon",
|
|
"relative-path",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_codegen",
|
|
"swc_ecma_loader",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_transforms_optimization",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_fast_graph",
|
|
"swc_graph_analyzer",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_cached"
|
|
version = "0.3.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "83406221c501860fce9c27444f44125eafe9e598b8b81be7563d7036784cd05c"
|
|
dependencies = [
|
|
"ahash 0.8.8",
|
|
"anyhow",
|
|
"dashmap",
|
|
"once_cell",
|
|
"regex",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_cli"
|
|
version = "0.91.305"
|
|
dependencies = [
|
|
"anyhow",
|
|
"swc_cli_impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_cli_impl"
|
|
version = "0.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f610609c48cc7c0712634c51b50962717d9de951e7323ead39f7f0a95b805ea7"
|
|
dependencies = [
|
|
"anyhow",
|
|
"atty",
|
|
"clap",
|
|
"glob",
|
|
"path-absolutize",
|
|
"rayon",
|
|
"relative-path",
|
|
"serde",
|
|
"serde_json",
|
|
"sourcemap",
|
|
"swc_core",
|
|
"tracing",
|
|
"tracing-chrome",
|
|
"tracing-futures",
|
|
"tracing-subscriber",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_common"
|
|
version = "0.34.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2b0d7bcbd9faf61cec1a552cbdaec57faefbb10be7cc5f959613c6f91b5a9254"
|
|
dependencies = [
|
|
"ahash 0.8.8",
|
|
"anyhow",
|
|
"ast_node",
|
|
"better_scoped_tls",
|
|
"bytecheck",
|
|
"cfg-if",
|
|
"either",
|
|
"from_variant",
|
|
"new_debug_unreachable",
|
|
"num-bigint",
|
|
"once_cell",
|
|
"parking_lot",
|
|
"rkyv",
|
|
"rustc-hash",
|
|
"serde",
|
|
"siphasher",
|
|
"sourcemap",
|
|
"swc_atoms",
|
|
"swc_eq_ignore_macros",
|
|
"swc_visit",
|
|
"tracing",
|
|
"unicode-width",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_compiler_base"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e37fcb78ee79d792ba97b63f58869b9995b7248b46676503e0d0328d19dba2c5"
|
|
dependencies = [
|
|
"anyhow",
|
|
"base64",
|
|
"napi",
|
|
"napi-derive",
|
|
"once_cell",
|
|
"pathdiff",
|
|
"rustc-hash",
|
|
"serde",
|
|
"serde_json",
|
|
"sourcemap",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_config",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_codegen",
|
|
"swc_ecma_minifier",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_visit",
|
|
"swc_timer",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_config"
|
|
version = "0.1.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "84b67e115ab136fe0eb03558bb0508ca7782eeb446a96d165508c48617e3fd94"
|
|
dependencies = [
|
|
"anyhow",
|
|
"indexmap 2.2.6",
|
|
"serde",
|
|
"serde_json",
|
|
"sourcemap",
|
|
"swc_cached",
|
|
"swc_config_macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_config_macro"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7c5f56139042c1a95b54f5ca48baa0e0172d369bcc9d3d473dad1de36bae8399"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"swc_macros_common",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_core"
|
|
version = "0.96.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "50a6649cd9e24883b898d943ef013dfbe52dc5fa6349e4976174649f040ee461"
|
|
dependencies = [
|
|
"binding_macros",
|
|
"swc",
|
|
"swc_atoms",
|
|
"swc_bundler",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_codegen",
|
|
"swc_ecma_loader",
|
|
"swc_ecma_minifier",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_visit",
|
|
"swc_malloc",
|
|
"swc_node_bundler",
|
|
"swc_nodejs_common",
|
|
"swc_plugin_proxy",
|
|
"swc_plugin_runner",
|
|
"swc_trace_macro",
|
|
"vergen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_ast"
|
|
version = "0.115.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7be1306930c235435a892104c00c2b5e16231043c085d5a10bd3e7537b15659b"
|
|
dependencies = [
|
|
"bitflags 2.5.0",
|
|
"bytecheck",
|
|
"is-macro",
|
|
"num-bigint",
|
|
"phf",
|
|
"rkyv",
|
|
"scoped-tls",
|
|
"serde",
|
|
"string_enum",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"unicode-id-start",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_codegen"
|
|
version = "0.151.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f5141a8cb4eb69e090e6aea5d49061b46919be5210f3d084f9d9ad63d30f5cff"
|
|
dependencies = [
|
|
"memchr",
|
|
"num-bigint",
|
|
"once_cell",
|
|
"rustc-hash",
|
|
"serde",
|
|
"sourcemap",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_codegen_macros",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_codegen_macros"
|
|
version = "0.7.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "090e409af49c8d1a3c13b3aab1ed09dd4eda982207eb3e63c2ad342f072b49c8"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"swc_macros_common",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_compat_bugfixes"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "04182e17ec1343e355c4150b51226627d0160b8c0fb612bfcf3faa3d030a3866"
|
|
dependencies = [
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_compat_es2015",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_trace_macro",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_compat_common"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d2f791e974b5dd20a72c50aaf5507a07c6b7c2778711a4b8f62b881b92035b1"
|
|
dependencies = [
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_trace_macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_compat_es2015"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d23a9a192078d1d074113d77d8ad811f2a81a4447ae967739824da5d391616bf"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"indexmap 2.2.6",
|
|
"is-macro",
|
|
"serde",
|
|
"serde_derive",
|
|
"smallvec",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_config",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_compat_common",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_transforms_classes",
|
|
"swc_ecma_transforms_macros",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_trace_macro",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_compat_es2016"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a166a024e6415bb6e6e326ed6ebe2fadcea093408f0de3cf1308b4f971c171b0"
|
|
dependencies = [
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_transforms_macros",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_trace_macro",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_compat_es2017"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "65f84891ddbc61b105222e64f7f33cf8a27d4020cbae2e7381899eacb69c540a"
|
|
dependencies = [
|
|
"serde",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_transforms_macros",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_trace_macro",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_compat_es2018"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fe11cda413787f46bef9a66752933fb8f6f2e509cb938758ad67d27710619ee6"
|
|
dependencies = [
|
|
"serde",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_compat_common",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_transforms_macros",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_trace_macro",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_compat_es2019"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ce2888fa110ff41e36bd824fa8636f876f812e64c8b12d721df90a133c28ee86"
|
|
dependencies = [
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_trace_macro",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_compat_es2020"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3baf93ce04ee5a888e41265280dcb12d4e6a7bcf907ef2526b69d2aed9187607"
|
|
dependencies = [
|
|
"serde",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_compat_es2022",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_trace_macro",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_compat_es2021"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "529b0368f8ada330a928ecf82c6c480eefd51cacd2d6e9f3bdedf9187782f0da"
|
|
dependencies = [
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_trace_macro",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_compat_es2022"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0fb64c1ee316e05823b6b698d44017848241626f1e11eaf394a642bc99d4d4cd"
|
|
dependencies = [
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_compat_common",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_transforms_classes",
|
|
"swc_ecma_transforms_macros",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_trace_macro",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_compat_es3"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d2d6a9792a2f534232b98a1564e3982d9135d86f6948a55e8f944ab3b960e602"
|
|
dependencies = [
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_trace_macro",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_ext_transforms"
|
|
version = "0.116.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "87c7c0f88d732d335c8886eff6ae41b1ae217247349453853c9f0b5f0226376b"
|
|
dependencies = [
|
|
"phf",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_lints"
|
|
version = "0.95.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b58d31115dae5a96bf15fcae9958711b14e9cf9944d045c91796d039d2879dbc"
|
|
dependencies = [
|
|
"auto_impl",
|
|
"dashmap",
|
|
"parking_lot",
|
|
"rayon",
|
|
"regex",
|
|
"serde",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_config",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_loader"
|
|
version = "0.46.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a9febebf047d1286e7b723fa2758f3229da2c103834f3eaee69833f46692612"
|
|
dependencies = [
|
|
"anyhow",
|
|
"dashmap",
|
|
"lru",
|
|
"normpath",
|
|
"once_cell",
|
|
"parking_lot",
|
|
"path-clean 0.1.0",
|
|
"pathdiff",
|
|
"serde",
|
|
"serde_json",
|
|
"swc_atoms",
|
|
"swc_cached",
|
|
"swc_common",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_minifier"
|
|
version = "0.197.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "adde00302d7ddb37f312ee6d07078c7f3c7ede36c0f81c5050bae1d4c3fe501c"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"indexmap 2.2.6",
|
|
"num-bigint",
|
|
"num_cpus",
|
|
"once_cell",
|
|
"parking_lot",
|
|
"phf",
|
|
"radix_fmt",
|
|
"rayon",
|
|
"regex",
|
|
"rustc-hash",
|
|
"ryu-js",
|
|
"serde",
|
|
"serde_json",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_config",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_codegen",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_transforms_optimization",
|
|
"swc_ecma_usage_analyzer",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_timer",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_parser"
|
|
version = "0.146.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "95d2128fee5628aa6a205de62d38c7a3f1b901f4483ba3dfd73da29168c1b9ac"
|
|
dependencies = [
|
|
"either",
|
|
"new_debug_unreachable",
|
|
"num-bigint",
|
|
"num-traits",
|
|
"phf",
|
|
"serde",
|
|
"smallvec",
|
|
"smartstring",
|
|
"stacker",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"tracing",
|
|
"typed-arena",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_preset_env"
|
|
version = "0.210.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9cd4847a3356a01bb9a73ccdd1c462dfdaed66d27d7ea6d6785ee1b54c9556ce"
|
|
dependencies = [
|
|
"anyhow",
|
|
"dashmap",
|
|
"indexmap 2.2.6",
|
|
"once_cell",
|
|
"preset_env_base",
|
|
"rustc-hash",
|
|
"semver 1.0.21",
|
|
"serde",
|
|
"serde_json",
|
|
"st-map",
|
|
"string_enum",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_transforms",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_transforms"
|
|
version = "0.232.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6845e7a7001aa2793225568e0661b55f57352a2103fa28934dd9cbc0d41cd933"
|
|
dependencies = [
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_transforms_compat",
|
|
"swc_ecma_transforms_module",
|
|
"swc_ecma_transforms_optimization",
|
|
"swc_ecma_transforms_proposal",
|
|
"swc_ecma_transforms_react",
|
|
"swc_ecma_transforms_typescript",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_transforms_base"
|
|
version = "0.140.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d37dc505c92af56d0f77cf6f31a6ccd37ac40cad1e01ff77277e0b1c70e8f8ff"
|
|
dependencies = [
|
|
"better_scoped_tls",
|
|
"bitflags 2.5.0",
|
|
"indexmap 2.2.6",
|
|
"once_cell",
|
|
"phf",
|
|
"rayon",
|
|
"rustc-hash",
|
|
"serde",
|
|
"smallvec",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_transforms_classes"
|
|
version = "0.129.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a3eab5f8179e5b0aedf385eacc2c033691c6d211a7babd1bbbff12cf794a824e"
|
|
dependencies = [
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_transforms_compat"
|
|
version = "0.166.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "626198f214d4c09adc98ab14565c19d72b6df9630f7e806ef9b2ef05a5fd17a5"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"indexmap 2.2.6",
|
|
"is-macro",
|
|
"num-bigint",
|
|
"rayon",
|
|
"serde",
|
|
"smallvec",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_config",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_compat_bugfixes",
|
|
"swc_ecma_compat_common",
|
|
"swc_ecma_compat_es2015",
|
|
"swc_ecma_compat_es2016",
|
|
"swc_ecma_compat_es2017",
|
|
"swc_ecma_compat_es2018",
|
|
"swc_ecma_compat_es2019",
|
|
"swc_ecma_compat_es2020",
|
|
"swc_ecma_compat_es2021",
|
|
"swc_ecma_compat_es2022",
|
|
"swc_ecma_compat_es3",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_transforms_classes",
|
|
"swc_ecma_transforms_macros",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_trace_macro",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_transforms_macros"
|
|
version = "0.5.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "500a1dadad1e0e41e417d633b3d6d5de677c9e0d3159b94ba3348436cdb15aab"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"swc_macros_common",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_transforms_module"
|
|
version = "0.183.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d7dc1df5996d98d1a27995e8b8a13f805a801d9286cb9ed29103662c767c747e"
|
|
dependencies = [
|
|
"Inflector",
|
|
"anyhow",
|
|
"bitflags 2.5.0",
|
|
"indexmap 2.2.6",
|
|
"is-macro",
|
|
"path-clean 0.1.0",
|
|
"pathdiff",
|
|
"regex",
|
|
"serde",
|
|
"swc_atoms",
|
|
"swc_cached",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_loader",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_transforms_optimization"
|
|
version = "0.201.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "724a8306e98c1b1f9640fc44c1acc0c971f6daa17651919e06b64f905d4a4564"
|
|
dependencies = [
|
|
"dashmap",
|
|
"indexmap 2.2.6",
|
|
"once_cell",
|
|
"petgraph",
|
|
"rayon",
|
|
"rustc-hash",
|
|
"serde_json",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_transforms_macros",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_fast_graph",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_transforms_proposal"
|
|
version = "0.174.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6df8aa6752cc2fcf3d78ac67827542fb666e52283f2b26802aa058906bb750d3"
|
|
dependencies = [
|
|
"either",
|
|
"rustc-hash",
|
|
"serde",
|
|
"smallvec",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_transforms_classes",
|
|
"swc_ecma_transforms_macros",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_transforms_react"
|
|
version = "0.186.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "446da32cac8299973aaf1d37496562bfd0c1e4f3c3ab5d0af6f07f42e8184102"
|
|
dependencies = [
|
|
"base64",
|
|
"dashmap",
|
|
"indexmap 2.2.6",
|
|
"once_cell",
|
|
"rayon",
|
|
"serde",
|
|
"sha1",
|
|
"string_enum",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_config",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_transforms_macros",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_transforms_typescript"
|
|
version = "0.191.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f1ce8af2865449e714ae56dacb6b54b3f6dc4cc25074da4e39b878bd93c5e39c"
|
|
dependencies = [
|
|
"ryu-js",
|
|
"serde",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_transforms_react",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_usage_analyzer"
|
|
version = "0.26.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "146562ac3515c8de0fa9d479c43ae673cf9df9ece814f8b8130686080a7251ac"
|
|
dependencies = [
|
|
"indexmap 2.2.6",
|
|
"rustc-hash",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_timer",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_utils"
|
|
version = "0.130.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "13e62b199454a576c5fdbd7e1bef8ab88a395427456d8a713d994b7d469833aa"
|
|
dependencies = [
|
|
"indexmap 2.2.6",
|
|
"num_cpus",
|
|
"once_cell",
|
|
"rayon",
|
|
"rustc-hash",
|
|
"ryu-js",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_visit",
|
|
"tracing",
|
|
"unicode-id",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_visit"
|
|
version = "0.101.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ce0d997f0c9b4e181225f603d161f6757c2a97022258170982cfe005ec69ec92"
|
|
dependencies = [
|
|
"num-bigint",
|
|
"serde",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_visit",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_eq_ignore_macros"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "695a1d8b461033d32429b5befbf0ad4d7a2c4d6ba9cd5ba4e0645c615839e8e4"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_error_reporters"
|
|
version = "0.18.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4689d9bb6092b5e6a0b79c0152336a8bd7f0acaf70dcf4133f86deb01775baa0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"miette",
|
|
"once_cell",
|
|
"parking_lot",
|
|
"swc_common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_fast_graph"
|
|
version = "0.22.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c00cf5c1687e9858fb9de1ffa90a3e21369095406e97ace870a389320d105b0a"
|
|
dependencies = [
|
|
"indexmap 2.2.6",
|
|
"petgraph",
|
|
"rustc-hash",
|
|
"swc_common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_fast_ts_strip"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8313e41dc4b6f84843dbf3f9281cb733c5ce021ca28b414c563bc3c3fa259dab"
|
|
dependencies = [
|
|
"anyhow",
|
|
"serde",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_visit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_graph_analyzer"
|
|
version = "0.23.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a928a2ad8897fb78c38898ba342960863e9937b7a3de2d010d3204d85ce1b72a"
|
|
dependencies = [
|
|
"auto_impl",
|
|
"petgraph",
|
|
"swc_common",
|
|
"swc_fast_graph",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_macros_common"
|
|
version = "0.3.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "91745f3561057493d2da768437c427c0e979dff7396507ae02f16c981c4a8466"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_malloc"
|
|
version = "0.5.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "675984eeb1ba9a8a712a6a442e8176dfd159727a0fa2715e43d08650d7c9b711"
|
|
dependencies = [
|
|
"mimalloc-rust",
|
|
"tikv-jemallocator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_node_bundler"
|
|
version = "0.68.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c47091bc845d7a6e14affad29ed46c4f9cd719268723fe9905d1eef5f28cadbf"
|
|
dependencies = [
|
|
"anyhow",
|
|
"dashmap",
|
|
"is-macro",
|
|
"once_cell",
|
|
"regex",
|
|
"serde",
|
|
"serde_json",
|
|
"string_enum",
|
|
"swc",
|
|
"swc_atoms",
|
|
"swc_bundler",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_codegen",
|
|
"swc_ecma_loader",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_transforms",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_malloc",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_node_comments"
|
|
version = "0.21.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f4490f809a96678451c796dc2af02c368f2d79de6b161b72388115fbae0a86ab"
|
|
dependencies = [
|
|
"dashmap",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_nodejs_common"
|
|
version = "0.0.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c121e55ae90c12401f80a95f0e6de71ba3f3c4dd22b512d163e46fae2f9e175b"
|
|
dependencies = [
|
|
"anyhow",
|
|
"napi",
|
|
"serde",
|
|
"serde_json",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_plugin_proxy"
|
|
version = "0.44.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "98740e5a1ac82ad0de823bcf4aea97a76dce77c1ccff167d148e8a114b2932c0"
|
|
dependencies = [
|
|
"better_scoped_tls",
|
|
"rkyv",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_trace_macro",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_plugin_runner"
|
|
version = "0.109.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "633742a4ee0d51337b7b29771e94f93badd6944919eaff0515c4a14e7993fc4d"
|
|
dependencies = [
|
|
"anyhow",
|
|
"enumset",
|
|
"futures",
|
|
"once_cell",
|
|
"parking_lot",
|
|
"serde",
|
|
"serde_json",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_plugin_proxy",
|
|
"tracing",
|
|
"virtual-fs",
|
|
"wasmer",
|
|
"wasmer-cache",
|
|
"wasmer-compiler-cranelift",
|
|
"wasmer-wasix",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_timer"
|
|
version = "0.22.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0f2460de9f00f2af53f65b787c771a6ba90c719d600adb3c71cbb87219646ab4"
|
|
dependencies = [
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_trace_macro"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff9719b6085dd2824fd61938a881937be14b08f95e2d27c64c825a9f65e052ba"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_transform_common"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eda3e80e1ad638d3575bc07745a914af13dcb02215098659f864731078271f2c"
|
|
dependencies = [
|
|
"better_scoped_tls",
|
|
"once_cell",
|
|
"rustc-hash",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_typescript"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cbe6ad7122e2d9070da178c0c752b529a3ad9b9e1c931fce0aed8233eacad9e3"
|
|
dependencies = [
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_visit"
|
|
version = "0.5.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "043d11fe683dcb934583ead49405c0896a5af5face522e4682c16971ef7871b9"
|
|
dependencies = [
|
|
"either",
|
|
"swc_visit_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_visit_macros"
|
|
version = "0.5.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4ae9ef18ff8daffa999f729db056d2821cd2f790f3a11e46422d19f46bb193e7"
|
|
dependencies = [
|
|
"Inflector",
|
|
"proc-macro2",
|
|
"quote",
|
|
"swc_macros_common",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "1.0.109"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "2.0.48"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tap"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
[[package]]
|
|
name = "tar"
|
|
version = "0.4.40"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb"
|
|
dependencies = [
|
|
"filetime",
|
|
"libc",
|
|
"xattr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "target-lexicon"
|
|
version = "0.12.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ae9980cab1db3fceee2f6c6f643d5d8de2997c58ee8d25fb0cc8a9e9e7348e5"
|
|
|
|
[[package]]
|
|
name = "tempfile"
|
|
version = "3.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
|
|
dependencies = [
|
|
"autocfg",
|
|
"cfg-if",
|
|
"fastrand",
|
|
"redox_syscall 0.3.5",
|
|
"rustix",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "term_size"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termcolor"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "terminal_size"
|
|
version = "0.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
|
|
dependencies = [
|
|
"rustix",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termios"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "textwrap"
|
|
version = "0.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
|
dependencies = [
|
|
"smawk",
|
|
"terminal_size",
|
|
"unicode-linebreak",
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror"
|
|
version = "1.0.61"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
|
|
dependencies = [
|
|
"thiserror-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror-impl"
|
|
version = "1.0.61"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thread_local"
|
|
version = "1.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tikv-jemalloc-sys"
|
|
version = "0.5.4+5.3.0-patched"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tikv-jemallocator"
|
|
version = "0.5.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "965fe0c26be5c56c94e38ba547249074803efd52adfb66de62107d95aab3eaca"
|
|
dependencies = [
|
|
"libc",
|
|
"tikv-jemalloc-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.3.34"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"
|
|
dependencies = [
|
|
"deranged",
|
|
"itoa",
|
|
"num-conv",
|
|
"powerfmt",
|
|
"serde",
|
|
"time-core",
|
|
"time-macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time-core"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
|
|
|
[[package]]
|
|
name = "time-macros"
|
|
version = "0.2.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774"
|
|
dependencies = [
|
|
"num-conv",
|
|
"time-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinyvec"
|
|
version = "1.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
|
dependencies = [
|
|
"tinyvec_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinyvec_macros"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
|
[[package]]
|
|
name = "tokio"
|
|
version = "1.36.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
|
|
dependencies = [
|
|
"backtrace",
|
|
"bytes",
|
|
"num_cpus",
|
|
"pin-project-lite",
|
|
"tokio-macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-macros"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "0.7.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_spanned",
|
|
"toml_datetime",
|
|
"toml_edit 0.19.15",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "0.8.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_spanned",
|
|
"toml_datetime",
|
|
"toml_edit 0.22.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_datetime"
|
|
version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_edit"
|
|
version = "0.19.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
|
dependencies = [
|
|
"indexmap 2.2.6",
|
|
"serde",
|
|
"serde_spanned",
|
|
"toml_datetime",
|
|
"winnow",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_edit"
|
|
version = "0.22.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0c9ffdf896f8daaabf9b66ba8e77ea1ed5ed0f72821b398aba62352e95062951"
|
|
dependencies = [
|
|
"indexmap 2.2.6",
|
|
"serde",
|
|
"serde_spanned",
|
|
"toml_datetime",
|
|
"winnow",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing"
|
|
version = "0.1.40"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
|
dependencies = [
|
|
"log",
|
|
"pin-project-lite",
|
|
"tracing-attributes",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-attributes"
|
|
version = "0.1.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-chrome"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fcb13184244c7cd22758b79e7c993c515ad67a8e730edcb7e05fe7bcabb283c7"
|
|
dependencies = [
|
|
"json",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-core"
|
|
version = "0.1.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
|
dependencies = [
|
|
"once_cell",
|
|
"valuable",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-futures"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
|
dependencies = [
|
|
"pin-project",
|
|
"tracing",
|
|
]
|
|
|
|
[[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.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
|
dependencies = [
|
|
"matchers",
|
|
"nu-ansi-term",
|
|
"once_cell",
|
|
"regex",
|
|
"sharded-slab",
|
|
"smallvec",
|
|
"thread_local",
|
|
"tracing",
|
|
"tracing-core",
|
|
"tracing-log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "triomphe"
|
|
version = "0.1.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "859eb650cfee7434994602c3a68b25d77ad9e68c8a6cd491616ef86661382eb3"
|
|
dependencies = [
|
|
"serde",
|
|
"stable_deref_trait",
|
|
]
|
|
|
|
[[package]]
|
|
name = "typed-arena"
|
|
version = "2.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
|
|
|
|
[[package]]
|
|
name = "typenum"
|
|
version = "1.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
|
|
|
[[package]]
|
|
name = "unicase"
|
|
version = "2.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
dependencies = [
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-bidi"
|
|
version = "0.3.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
|
|
|
[[package]]
|
|
name = "unicode-id"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d70b6494226b36008c8366c288d77190b3fad2eb4c10533139c1c1f461127f1a"
|
|
|
|
[[package]]
|
|
name = "unicode-id-start"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "02aebfa694eccbbbffdd92922c7de136b9fe764396d2f10e21bce1681477cfc1"
|
|
|
|
[[package]]
|
|
name = "unicode-ident"
|
|
version = "1.0.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
|
|
|
[[package]]
|
|
name = "unicode-linebreak"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137"
|
|
dependencies = [
|
|
"hashbrown 0.12.3",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-normalization"
|
|
version = "0.1.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
|
dependencies = [
|
|
"tinyvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-segmentation"
|
|
version = "1.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
|
|
|
[[package]]
|
|
name = "unicode-width"
|
|
version = "0.1.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
|
|
|
|
[[package]]
|
|
name = "unicode-xid"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
|
|
|
[[package]]
|
|
name = "unsafe-libyaml"
|
|
version = "0.2.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b"
|
|
|
|
[[package]]
|
|
name = "url"
|
|
version = "2.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
|
|
dependencies = [
|
|
"form_urlencoded",
|
|
"idna",
|
|
"percent-encoding",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "urlencoding"
|
|
version = "2.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9"
|
|
|
|
[[package]]
|
|
name = "uuid"
|
|
version = "1.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2"
|
|
|
|
[[package]]
|
|
name = "valuable"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
[[package]]
|
|
name = "vergen"
|
|
version = "8.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1290fd64cc4e7d3c9b07d7f333ce0ce0007253e32870e632624835cc80b83939"
|
|
dependencies = [
|
|
"anyhow",
|
|
"rustversion",
|
|
]
|
|
|
|
[[package]]
|
|
name = "version_check"
|
|
version = "0.9.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
[[package]]
|
|
name = "virtual-fs"
|
|
version = "0.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6ce7b7674a3d0ddb5915b8f4feccdd6e8680c5980c296688e0f0e7378b8c69e1"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"bytes",
|
|
"derivative",
|
|
"filetime",
|
|
"fs_extra",
|
|
"futures",
|
|
"getrandom",
|
|
"indexmap 1.9.3",
|
|
"lazy_static",
|
|
"libc",
|
|
"pin-project-lite",
|
|
"replace_with",
|
|
"shared-buffer",
|
|
"slab",
|
|
"thiserror",
|
|
"tokio",
|
|
"tracing",
|
|
"webc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "virtual-mio"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9f38a379f14296f9fb93eda42ece4d57b568af417569102c3dcfeb88ab4800f"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bytes",
|
|
"derivative",
|
|
"futures",
|
|
"mio",
|
|
"serde",
|
|
"socket2",
|
|
"thiserror",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "virtual-net"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75b66781480898ee7ee62a2bbe2955ce1bb5a90fdc8bfedbdabe3537b177fa3e"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"base64",
|
|
"bincode",
|
|
"bytes",
|
|
"derivative",
|
|
"futures-util",
|
|
"pin-project-lite",
|
|
"serde",
|
|
"thiserror",
|
|
"tracing",
|
|
"virtual-mio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wai-bindgen-gen-core"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1aa3dc41b510811122b3088197234c27e08fcad63ef936306dd8e11e2803876c"
|
|
dependencies = [
|
|
"anyhow",
|
|
"wai-parser",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wai-bindgen-gen-rust"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19bc05e8380515c4337c40ef03b2ff233e391315b178a320de8640703d522efe"
|
|
dependencies = [
|
|
"heck 0.3.3",
|
|
"wai-bindgen-gen-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wai-bindgen-gen-rust-wasm"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d6f35ce5e74086fac87f3a7bd50f643f00fe3559adb75c88521ecaa01c8a6199"
|
|
dependencies = [
|
|
"heck 0.3.3",
|
|
"wai-bindgen-gen-core",
|
|
"wai-bindgen-gen-rust",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wai-bindgen-gen-wasmer"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0f61484185d8c520a86d5a7f7f8265f446617c2f9774b2e20a52de19b6e53432"
|
|
dependencies = [
|
|
"heck 0.3.3",
|
|
"wai-bindgen-gen-core",
|
|
"wai-bindgen-gen-rust",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wai-bindgen-rust"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4e5601c6f448c063e83a5e931b8fefcdf7e01ada424ad42372c948d2e3d67741"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"wai-bindgen-rust-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wai-bindgen-rust-impl"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bdeeb5c1170246de8425a3e123e7ef260dc05ba2b522a1d369fe2315376efea4"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"syn 1.0.109",
|
|
"wai-bindgen-gen-core",
|
|
"wai-bindgen-gen-rust-wasm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wai-bindgen-wasmer"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "00f4a7cb5421959864b139870a7ebba26eafc9b46648feda9ac143528e9a8769"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bitflags 1.3.2",
|
|
"once_cell",
|
|
"thiserror",
|
|
"tracing",
|
|
"wai-bindgen-wasmer-impl",
|
|
"wasmer",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wai-bindgen-wasmer-impl"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4b3488ed88d4dd0e3bf85bad4e27dac6cb31aae5d122a5dda2424803c8dc863a"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"syn 1.0.109",
|
|
"wai-bindgen-gen-core",
|
|
"wai-bindgen-gen-wasmer",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wai-parser"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9bd0acb6d70885ea0c343749019ba74f015f64a9d30542e66db69b49b7e28186"
|
|
dependencies = [
|
|
"anyhow",
|
|
"id-arena",
|
|
"pulldown-cmark",
|
|
"unicode-normalization",
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "waker-fn"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
|
|
|
[[package]]
|
|
name = "walkdir"
|
|
version = "2.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
dependencies = [
|
|
"same-file",
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasi"
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen"
|
|
version = "0.2.91"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c1e124130aee3fb58c5bdd6b639a0509486b0338acaaae0c84a5124b0f588b7f"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"wasm-bindgen-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-backend"
|
|
version = "0.2.91"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c9e7e1900c352b609c8488ad12639a311045f40a35491fb69ba8c12f758af70b"
|
|
dependencies = [
|
|
"bumpalo",
|
|
"log",
|
|
"once_cell",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-futures"
|
|
version = "0.4.41"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "877b9c3f61ceea0e56331985743b13f3d25c406a7098d45180fb5f09bc19ed97"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro"
|
|
version = "0.2.91"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b30af9e2d358182b5c7449424f017eba305ed32a7010509ede96cdc4696c46ed"
|
|
dependencies = [
|
|
"quote",
|
|
"wasm-bindgen-macro-support",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro-support"
|
|
version = "0.2.91"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
"wasm-bindgen-backend",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-shared"
|
|
version = "0.2.91"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838"
|
|
|
|
[[package]]
|
|
name = "wasm-encoder"
|
|
version = "0.32.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ba64e81215916eaeb48fee292f29401d69235d62d8b8fd92a7b2844ec5ae5f7"
|
|
dependencies = [
|
|
"leb128",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer"
|
|
version = "4.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5467c7a23f9be04d5691590bea509dbea27e5ba5810d0020bef908456a495f33"
|
|
dependencies = [
|
|
"bytes",
|
|
"cfg-if",
|
|
"derivative",
|
|
"indexmap 1.9.3",
|
|
"js-sys",
|
|
"more-asserts",
|
|
"rustc-demangle",
|
|
"serde",
|
|
"serde-wasm-bindgen",
|
|
"shared-buffer",
|
|
"target-lexicon",
|
|
"thiserror",
|
|
"wasm-bindgen",
|
|
"wasmer-compiler",
|
|
"wasmer-compiler-cranelift",
|
|
"wasmer-derive",
|
|
"wasmer-types",
|
|
"wasmer-vm",
|
|
"wat",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-cache"
|
|
version = "4.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c1613ff5e7db7645eab2f003411b1e7a12dcf0ff4677f6e7712ba74ebf40b276"
|
|
dependencies = [
|
|
"blake3",
|
|
"hex",
|
|
"thiserror",
|
|
"wasmer",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-compiler"
|
|
version = "4.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "510ad01a668d774f3a103a7c219bbc0970be93e8f1b27e2fdb48d1f4ccd1deff"
|
|
dependencies = [
|
|
"backtrace",
|
|
"bytes",
|
|
"cfg-if",
|
|
"enum-iterator",
|
|
"enumset",
|
|
"lazy_static",
|
|
"leb128",
|
|
"memmap2 0.5.10",
|
|
"more-asserts",
|
|
"region",
|
|
"rkyv",
|
|
"self_cell",
|
|
"shared-buffer",
|
|
"smallvec",
|
|
"thiserror",
|
|
"wasmer-types",
|
|
"wasmer-vm",
|
|
"wasmparser",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-compiler-cranelift"
|
|
version = "4.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "54bf93078990d83960d798de3c5935bddaba771fc2fefb9ed6bab9c0bbdea5c1"
|
|
dependencies = [
|
|
"cranelift-codegen",
|
|
"cranelift-entity",
|
|
"cranelift-frontend",
|
|
"gimli 0.26.2",
|
|
"more-asserts",
|
|
"rayon",
|
|
"smallvec",
|
|
"target-lexicon",
|
|
"tracing",
|
|
"wasmer-compiler",
|
|
"wasmer-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-derive"
|
|
version = "4.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b374fd34d97b1c091d8675f9bc472df52dc6787d139d3762d42c7dc84813a9b"
|
|
dependencies = [
|
|
"proc-macro-error",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-toml"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d21472954ee9443235ca32522b17fc8f0fe58e2174556266a0d9766db055cc52"
|
|
dependencies = [
|
|
"anyhow",
|
|
"derive_builder",
|
|
"indexmap 2.2.6",
|
|
"semver 1.0.21",
|
|
"serde",
|
|
"serde_cbor",
|
|
"serde_json",
|
|
"serde_yaml 0.9.30",
|
|
"thiserror",
|
|
"toml 0.8.10",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-types"
|
|
version = "4.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0caf1c87937b52aba8e9f920a278e1beda282f7439612c0b48f51a58e7a87bab"
|
|
dependencies = [
|
|
"bytecheck",
|
|
"enum-iterator",
|
|
"enumset",
|
|
"indexmap 1.9.3",
|
|
"more-asserts",
|
|
"rkyv",
|
|
"serde",
|
|
"target-lexicon",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-vm"
|
|
version = "4.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "58315c25492bc72a33f47a7d7fb0869a0106fc0164ec051e349a9e1eddba9a01"
|
|
dependencies = [
|
|
"backtrace",
|
|
"cc",
|
|
"cfg-if",
|
|
"corosensei",
|
|
"crossbeam-queue",
|
|
"dashmap",
|
|
"derivative",
|
|
"enum-iterator",
|
|
"fnv",
|
|
"indexmap 1.9.3",
|
|
"lazy_static",
|
|
"libc",
|
|
"mach",
|
|
"memoffset 0.9.0",
|
|
"more-asserts",
|
|
"region",
|
|
"scopeguard",
|
|
"thiserror",
|
|
"wasmer-types",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-wasix"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a9697b8ffc3a37c193648919018848171de0d75e6e955377893d258431b19d7a"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"bincode",
|
|
"bytes",
|
|
"cfg-if",
|
|
"cooked-waker",
|
|
"dashmap",
|
|
"derivative",
|
|
"futures",
|
|
"getrandom",
|
|
"heapless",
|
|
"hex",
|
|
"http",
|
|
"lazy_static",
|
|
"libc",
|
|
"linked_hash_set",
|
|
"once_cell",
|
|
"petgraph",
|
|
"pin-project",
|
|
"rand",
|
|
"rusty_pool",
|
|
"semver 1.0.21",
|
|
"serde",
|
|
"serde_cbor",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"serde_yaml 0.8.26",
|
|
"sha2",
|
|
"tempfile",
|
|
"term_size",
|
|
"termios",
|
|
"thiserror",
|
|
"tokio",
|
|
"tracing",
|
|
"url",
|
|
"urlencoding",
|
|
"virtual-fs",
|
|
"virtual-mio",
|
|
"virtual-net",
|
|
"wai-bindgen-wasmer",
|
|
"waker-fn",
|
|
"wasmer",
|
|
"wasmer-types",
|
|
"wasmer-wasix-types",
|
|
"webc",
|
|
"weezl",
|
|
"winapi",
|
|
"xxhash-rust",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-wasix-types"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "65ca293eae6e3af6e4fd9fe1c8e096151d4f06cbb405ce5dd65edb779aba42d9"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bitflags 1.3.2",
|
|
"byteorder",
|
|
"cfg-if",
|
|
"num_enum",
|
|
"serde",
|
|
"time",
|
|
"tracing",
|
|
"wai-bindgen-gen-core",
|
|
"wai-bindgen-gen-rust",
|
|
"wai-bindgen-gen-rust-wasm",
|
|
"wai-bindgen-rust",
|
|
"wai-parser",
|
|
"wasmer",
|
|
"wasmer-derive",
|
|
"wasmer-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmparser"
|
|
version = "0.95.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f2ea896273ea99b15132414be1da01ab0d8836415083298ecaffbe308eaac87a"
|
|
dependencies = [
|
|
"indexmap 1.9.3",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wast"
|
|
version = "64.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a259b226fd6910225aa7baeba82f9d9933b6d00f2ce1b49b80fa4214328237cc"
|
|
dependencies = [
|
|
"leb128",
|
|
"memchr",
|
|
"unicode-width",
|
|
"wasm-encoder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wat"
|
|
version = "1.0.71"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "53253d920ab413fca1c7dc2161d601c79b4fdf631d0ba51dd4343bf9b556c3f6"
|
|
dependencies = [
|
|
"wast",
|
|
]
|
|
|
|
[[package]]
|
|
name = "web-sys"
|
|
version = "0.3.61"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
|
|
dependencies = [
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webc"
|
|
version = "5.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "973ca5a91b4fb3e4bb37cfebe03ef9364d0aff2765256abefdb7e79dc9188483"
|
|
dependencies = [
|
|
"anyhow",
|
|
"base64",
|
|
"byteorder",
|
|
"bytes",
|
|
"flate2",
|
|
"indexmap 1.9.3",
|
|
"leb128",
|
|
"lexical-sort",
|
|
"once_cell",
|
|
"path-clean 1.0.1",
|
|
"rand",
|
|
"semver 1.0.21",
|
|
"serde",
|
|
"serde_cbor",
|
|
"serde_json",
|
|
"sha2",
|
|
"shared-buffer",
|
|
"tar",
|
|
"tempfile",
|
|
"thiserror",
|
|
"toml 0.7.8",
|
|
"url",
|
|
"walkdir",
|
|
"wasmer-toml",
|
|
]
|
|
|
|
[[package]]
|
|
name = "weezl"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
|
|
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
dependencies = [
|
|
"winapi-i686-pc-windows-gnu",
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
[[package]]
|
|
name = "winapi-util"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
[[package]]
|
|
name = "windows"
|
|
version = "0.48.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
|
dependencies = [
|
|
"windows-targets 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.33.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "43dbb096663629518eb1dfa72d80243ca5a6aca764cae62a2df70af760a9be75"
|
|
dependencies = [
|
|
"windows_aarch64_msvc 0.33.0",
|
|
"windows_i686_gnu 0.33.0",
|
|
"windows_i686_msvc 0.33.0",
|
|
"windows_x86_64_gnu 0.33.0",
|
|
"windows_x86_64_msvc 0.33.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.48.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
dependencies = [
|
|
"windows-targets 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-targets"
|
|
version = "0.48.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
|
|
dependencies = [
|
|
"windows_aarch64_gnullvm 0.48.0",
|
|
"windows_aarch64_msvc 0.48.0",
|
|
"windows_i686_gnu 0.48.0",
|
|
"windows_i686_msvc 0.48.0",
|
|
"windows_x86_64_gnu 0.48.0",
|
|
"windows_x86_64_gnullvm 0.48.0",
|
|
"windows_x86_64_msvc 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-targets"
|
|
version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
|
|
dependencies = [
|
|
"windows_aarch64_gnullvm 0.52.5",
|
|
"windows_aarch64_msvc 0.52.5",
|
|
"windows_i686_gnu 0.52.5",
|
|
"windows_i686_gnullvm",
|
|
"windows_i686_msvc 0.52.5",
|
|
"windows_x86_64_gnu 0.52.5",
|
|
"windows_x86_64_gnullvm 0.52.5",
|
|
"windows_x86_64_msvc 0.52.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_gnullvm"
|
|
version = "0.48.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_gnullvm"
|
|
version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
version = "0.33.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cd761fd3eb9ab8cc1ed81e56e567f02dd82c4c837e48ac3b2181b9ffc5060807"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
version = "0.48.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
version = "0.33.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cab0cf703a96bab2dc0c02c0fa748491294bf9b7feb27e1f4f96340f208ada0e"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
version = "0.48.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnullvm"
|
|
version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
|
|
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
version = "0.33.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8cfdbe89cc9ad7ce618ba34abc34bbb6c36d99e96cae2245b7943cd75ee773d0"
|
|
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
version = "0.48.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
|
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
version = "0.33.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b4dd9b0c0e9ece7bb22e84d70d01b71c6d6248b81a3c60d11869451b4cb24784"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
version = "0.48.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnullvm"
|
|
version = "0.48.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnullvm"
|
|
version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
version = "0.33.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff1e4aa646495048ec7f3ffddc411e1d829c026a2ec62b39da15c1055e406eaa"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
version = "0.48.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
|
|
|
|
[[package]]
|
|
name = "winnow"
|
|
version = "0.5.40"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wyz"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
dependencies = [
|
|
"tap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xattr"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fbc6ab6ec1907d1a901cdbcd2bd4cb9e7d64ce5c9739cbb97d3c391acd8c7fae"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xxhash-rust"
|
|
version = "0.8.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "53be06678ed9e83edb1745eb72efc0bbcd7b5c3c35711a860906aed827a13d61"
|
|
|
|
[[package]]
|
|
name = "yaml-rust"
|
|
version = "0.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
dependencies = [
|
|
"linked-hash-map",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerocopy"
|
|
version = "0.7.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
|
|
dependencies = [
|
|
"zerocopy-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerocopy-derive"
|
|
version = "0.7.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|