mirror of
https://github.com/swc-project/swc.git
synced 2024-11-22 06:46:41 +03:00
5678 lines
123 KiB
TOML
5678 lines
123 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.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
|
|
dependencies = [
|
|
"gimli",
|
|
]
|
|
|
|
[[package]]
|
|
name = "adler"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
[[package]]
|
|
name = "ahash"
|
|
version = "0.7.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
dependencies = [
|
|
"const-random",
|
|
"getrandom",
|
|
"once_cell",
|
|
"serde",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aho-corasick"
|
|
version = "0.7.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "android_system_properties"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ansi_term"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anyhow"
|
|
version = "1.0.66"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
|
|
|
|
[[package]]
|
|
name = "arbitrary"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c38b6b6b79f671c25e1a3e785b7b82d7562ffc9cd3efdc98627e5668a2472490"
|
|
dependencies = [
|
|
"derive_arbitrary",
|
|
]
|
|
|
|
[[package]]
|
|
name = "arrayref"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
[[package]]
|
|
name = "arrayvec"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
|
|
|
[[package]]
|
|
name = "ast_node"
|
|
version = "0.8.6"
|
|
dependencies = [
|
|
"darling 0.13.1",
|
|
"pmutil",
|
|
"proc-macro2",
|
|
"quote",
|
|
"swc_macros_common",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "atty"
|
|
version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
dependencies = [
|
|
"hermit-abi 0.1.19",
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "auto_impl"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"
|
|
dependencies = [
|
|
"proc-macro-error",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[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.63"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "321629d8ba6513061f26707241fa9bc89524ff1cd7a915a97ef0c62c666ce1b6"
|
|
dependencies = [
|
|
"addr2line",
|
|
"cc",
|
|
"cfg-if 1.0.0",
|
|
"libc",
|
|
"miniz_oxide 0.4.4",
|
|
"object 0.27.1",
|
|
"rustc-demangle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "base-x"
|
|
version = "0.2.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
|
[[package]]
|
|
name = "better_scoped_tls"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"scoped-tls",
|
|
]
|
|
|
|
[[package]]
|
|
name = "binding_macros"
|
|
version = "0.34.28"
|
|
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 = "bitflags"
|
|
version = "1.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
[[package]]
|
|
name = "blake3"
|
|
version = "1.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"
|
|
dependencies = [
|
|
"arrayref",
|
|
"arrayvec",
|
|
"cc",
|
|
"cfg-if 1.0.0",
|
|
"constant_time_eq",
|
|
"digest",
|
|
]
|
|
|
|
[[package]]
|
|
name = "block-buffer"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
|
|
dependencies = [
|
|
"generic-array",
|
|
]
|
|
|
|
[[package]]
|
|
name = "browserslist-rs"
|
|
version = "0.12.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "421478dde88feb4281328dea29dbf6d2b57bc19a8968214fc3694c8c574bc47f"
|
|
dependencies = [
|
|
"ahash",
|
|
"anyhow",
|
|
"chrono",
|
|
"either",
|
|
"itertools",
|
|
"js-sys",
|
|
"nom",
|
|
"once_cell",
|
|
"quote",
|
|
"serde",
|
|
"serde-wasm-bindgen",
|
|
"serde_json",
|
|
"string_cache",
|
|
"string_cache_codegen",
|
|
"thiserror",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bstr"
|
|
version = "0.2.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"memchr",
|
|
"regex-automata",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bumpalo"
|
|
version = "3.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
|
|
|
|
[[package]]
|
|
name = "bytecheck"
|
|
version = "0.6.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d11cac2c12b5adc6570dad2ee1b87eff4955dac476fe12d81e5fdd352e52406f"
|
|
dependencies = [
|
|
"bytecheck_derive",
|
|
"ptr_meta",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bytecheck_derive"
|
|
version = "0.6.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "13e576ebe98e605500b3c8041bb888e966653577172df6dd97398714eb30b9bf"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
[[package]]
|
|
name = "bytes"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
|
|
|
|
[[package]]
|
|
name = "cast"
|
|
version = "0.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4c24dab4283a142afa2fdca129b80ad2c6284e073930f964c3a1293c225ee39a"
|
|
dependencies = [
|
|
"rustc_version 0.4.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.0.78"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
[[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.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
|
|
dependencies = [
|
|
"iana-time-zone",
|
|
"js-sys",
|
|
"num-integer",
|
|
"num-traits",
|
|
"time 0.1.43",
|
|
"wasm-bindgen",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap"
|
|
version = "2.34.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
|
dependencies = [
|
|
"bitflags",
|
|
"textwrap 0.11.0",
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap"
|
|
version = "3.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5f1fea81f183005ced9e59cdb01737ef2423956dac5a6d731b06b2ecfaa3467"
|
|
dependencies = [
|
|
"atty",
|
|
"bitflags",
|
|
"clap_derive",
|
|
"indexmap",
|
|
"lazy_static",
|
|
"os_str_bytes",
|
|
"strsim",
|
|
"termcolor",
|
|
"textwrap 0.14.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_derive"
|
|
version = "3.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5fd1122e63869df2cb309f449da1ad54a7c6dfeb7c7e6ccd8e0825d9eb93bb72"
|
|
dependencies = [
|
|
"heck",
|
|
"proc-macro-error",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[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"
|
|
version = "0.15.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "89eab4d20ce20cea182308bca13088fecea9c05f6776cf287205d41a0ed3c847"
|
|
dependencies = [
|
|
"encode_unicode",
|
|
"libc",
|
|
"once_cell",
|
|
"terminal_size",
|
|
"unicode-width",
|
|
"winapi",
|
|
]
|
|
|
|
[[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 1.0.0",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const-random"
|
|
version = "0.1.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "368a7a772ead6ce7e1de82bfb04c485f3db8ec744f72925af5735e29a22cc18e"
|
|
dependencies = [
|
|
"const-random-macro",
|
|
"proc-macro-hack",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const-random-macro"
|
|
version = "0.1.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9d7d6ab3c3a2282db210df5f02c4dab6e0a7057af0fb7ebd4070f30fe05c0ddb"
|
|
dependencies = [
|
|
"getrandom",
|
|
"once_cell",
|
|
"proc-macro-hack",
|
|
"tiny-keccak",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const_fn"
|
|
version = "0.4.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"
|
|
|
|
[[package]]
|
|
name = "constant_time_eq"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
[[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 = "copyless"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2df960f5d869b2dd8532793fde43eb5427cceb126c929747a26823ab0eeb536"
|
|
|
|
[[package]]
|
|
name = "core-foundation"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
|
dependencies = [
|
|
"core-foundation-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation-sys"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
[[package]]
|
|
name = "corosensei"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ab4b310cff9117ec16d05970743c20df3eaddafd461829f2758e76a8de2863a9"
|
|
dependencies = [
|
|
"autocfg",
|
|
"cfg-if 1.0.0",
|
|
"libc",
|
|
"scopeguard",
|
|
"windows-sys 0.33.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cpufeatures"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-bforest"
|
|
version = "0.82.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "38faa2a16616c8e78a18d37b4726b98bfd2de192f2fdc8a39ddf568a408a0f75"
|
|
dependencies = [
|
|
"cranelift-entity",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-codegen"
|
|
version = "0.82.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "26f192472a3ba23860afd07d2b0217dc628f21fcc72617aa1336d98e1671f33b"
|
|
dependencies = [
|
|
"cranelift-bforest",
|
|
"cranelift-codegen-meta",
|
|
"cranelift-codegen-shared",
|
|
"cranelift-entity",
|
|
"gimli",
|
|
"log",
|
|
"regalloc",
|
|
"smallvec",
|
|
"target-lexicon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-codegen-meta"
|
|
version = "0.82.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0f32ddb89e9b89d3d9b36a5b7d7ea3261c98235a76ac95ba46826b8ec40b1a24"
|
|
dependencies = [
|
|
"cranelift-codegen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-codegen-shared"
|
|
version = "0.82.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "01fd0d9f288cc1b42d9333b7a776b17e278fc888c28e6a0f09b5573d45a150bc"
|
|
|
|
[[package]]
|
|
name = "cranelift-entity"
|
|
version = "0.82.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9e3bfe172b83167604601faf9dc60453e0d0a93415b57a9c4d1a7ae6849185cf"
|
|
|
|
[[package]]
|
|
name = "cranelift-frontend"
|
|
version = "0.82.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a006e3e32d80ce0e4ba7f1f9ddf66066d052a8c884a110b91d05404d6ce26dce"
|
|
dependencies = [
|
|
"cranelift-codegen",
|
|
"log",
|
|
"smallvec",
|
|
"target-lexicon",
|
|
]
|
|
|
|
[[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.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "criterion"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1604dafd25fba2fe2d5895a9da139f8dc9b319a5fe5354ca137cbbce4e178d10"
|
|
dependencies = [
|
|
"atty",
|
|
"cast",
|
|
"clap 2.34.0",
|
|
"criterion-plot",
|
|
"csv",
|
|
"itertools",
|
|
"lazy_static",
|
|
"num-traits",
|
|
"oorandom",
|
|
"plotters",
|
|
"rayon",
|
|
"regex",
|
|
"serde",
|
|
"serde_cbor",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"tinytemplate",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "criterion-plot"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d00996de9f2f7559f7f4dc286073197f83e92256a59ed395f9aac01fe717da57"
|
|
dependencies = [
|
|
"cast",
|
|
"itertools",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-channel"
|
|
version = "0.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-deque"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"crossbeam-epoch",
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-epoch"
|
|
version = "0.9.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
|
|
dependencies = [
|
|
"autocfg",
|
|
"cfg-if 1.0.0",
|
|
"crossbeam-utils",
|
|
"memoffset 0.7.1",
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-utils"
|
|
version = "0.8.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crunchy"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
[[package]]
|
|
name = "crypto-common"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
|
|
dependencies = [
|
|
"generic-array",
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "csv"
|
|
version = "1.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
|
|
dependencies = [
|
|
"bstr",
|
|
"csv-core",
|
|
"itoa 0.4.8",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "csv-core"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ctor"
|
|
version = "0.1.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa"
|
|
dependencies = [
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[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.82"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d4a41a86530d0fe7f5d9ea779916b7cadd2d4f9add748b99c2c029cbbdfaf453"
|
|
dependencies = [
|
|
"cc",
|
|
"cxxbridge-flags",
|
|
"cxxbridge-macro",
|
|
"link-cplusplus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cxx-build"
|
|
version = "1.0.82"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06416d667ff3e3ad2df1cd8cd8afae5da26cf9cec4d0825040f88b5ca659a2f0"
|
|
dependencies = [
|
|
"cc",
|
|
"codespan-reporting",
|
|
"once_cell",
|
|
"proc-macro2",
|
|
"quote",
|
|
"scratch",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cxxbridge-flags"
|
|
version = "1.0.82"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "820a9a2af1669deeef27cb271f476ffd196a2c4b6731336011e0ba63e2c7cf71"
|
|
|
|
[[package]]
|
|
name = "cxxbridge-macro"
|
|
version = "1.0.82"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a08a6e2fcc370a089ad3b4aaf54db3b1b4cee38ddabce5896b33eb693275f470"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d0d720b8683f8dd83c65155f0530560cba68cd2bf395f6513a483caee57ff7f4"
|
|
dependencies = [
|
|
"darling_core 0.13.1",
|
|
"darling_macro 0.13.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling"
|
|
version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4529658bdda7fd6769b8614be250cdcfc3aeb0ee72fe66f9e41e5e5eb73eac02"
|
|
dependencies = [
|
|
"darling_core 0.14.1",
|
|
"darling_macro 0.14.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_core"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a340f241d2ceed1deb47ae36c4144b2707ec7dd0b649f894cb39bb595986324"
|
|
dependencies = [
|
|
"fnv",
|
|
"ident_case",
|
|
"proc-macro2",
|
|
"quote",
|
|
"strsim",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_core"
|
|
version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "649c91bc01e8b1eac09fb91e8dbc7d517684ca6be8ebc75bb9cafc894f9fdb6f"
|
|
dependencies = [
|
|
"fnv",
|
|
"ident_case",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_macro"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72c41b3b7352feb3211a0d743dc5700a4e3b60f51bd2b368892d1e0f9a95f44b"
|
|
dependencies = [
|
|
"darling_core 0.13.1",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_macro"
|
|
version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ddfc69c5bfcbd2fc09a0f38451d2daf0e372e367986a83906d1b0dbc88134fb5"
|
|
dependencies = [
|
|
"darling_core 0.14.1",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dashmap"
|
|
version = "5.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c0834a35a3fce649144119e18da2a4d8ed12ef3862f47183fd46f625d072d96c"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"num_cpus",
|
|
"parking_lot",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dbg-swc"
|
|
version = "0.66.46"
|
|
dependencies = [
|
|
"anyhow",
|
|
"clap 3.1.0",
|
|
"dialoguer",
|
|
"flate2",
|
|
"rayon",
|
|
"serde",
|
|
"serde_json",
|
|
"sha1 0.10.1",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_codegen",
|
|
"swc_ecma_minifier",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_visit",
|
|
"swc_error_reporters",
|
|
"swc_timer",
|
|
"tempdir",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive_arbitrary"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b24629208e87a2d8b396ff43b15c4afb0a69cea3fbbaa9ed9b92b7c02f0aed73"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dialoguer"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a92e7e37ecef6857fdc0c0c5d42fd5b0938e46590c2183cc92dd310a6d078eb1"
|
|
dependencies = [
|
|
"console",
|
|
"tempfile",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "diff"
|
|
version = "0.1.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
|
|
|
|
[[package]]
|
|
name = "difference"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
|
|
|
[[package]]
|
|
name = "digest"
|
|
version = "0.10.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
|
|
dependencies = [
|
|
"block-buffer",
|
|
"crypto-common",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "discard"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
|
|
|
[[package]]
|
|
name = "either"
|
|
version = "1.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
|
|
|
|
[[package]]
|
|
name = "encode_unicode"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
[[package]]
|
|
name = "encoding_rs"
|
|
version = "0.8.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum-iterator"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4eeac5c5edb79e4e39fe8439ef35207780a11f69c52cbe424ce3dfad4cb78de6"
|
|
dependencies = [
|
|
"enum-iterator-derive 0.7.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum-iterator"
|
|
version = "1.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "45a0ac4aeb3a18f92eaf09c6bb9b3ac30ff61ca95514fc58cbead1c9a6bf5401"
|
|
dependencies = [
|
|
"enum-iterator-derive 1.0.2",
|
|
]
|
|
|
|
[[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",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum-iterator-derive"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b13f1e69590421890f90448c3cd5f554746a31adc6dc0dac406ec6901db8dc25"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum_kind"
|
|
version = "0.2.1"
|
|
dependencies = [
|
|
"pmutil",
|
|
"proc-macro2",
|
|
"swc_macros_common",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enumset"
|
|
version = "1.0.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19be8061a06ab6f3a6cf21106c873578bf01bd42ad15e0311a9c76161cb1c753"
|
|
dependencies = [
|
|
"enumset_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enumset_derive"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "03e7b551eba279bf0fa88b83a46330168c1560a52a94f5126f892f0b364ab3e0"
|
|
dependencies = [
|
|
"darling 0.14.1",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[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.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
|
dependencies = [
|
|
"instant",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fixedbitset"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"
|
|
|
|
[[package]]
|
|
name = "flate2"
|
|
version = "1.0.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
|
|
dependencies = [
|
|
"crc32fast",
|
|
"miniz_oxide 0.5.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fnv"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
[[package]]
|
|
name = "foreign-types"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
dependencies = [
|
|
"foreign-types-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "foreign-types-shared"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
[[package]]
|
|
name = "form_urlencoded"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
|
dependencies = [
|
|
"percent-encoding",
|
|
]
|
|
|
|
[[package]]
|
|
name = "from_variant"
|
|
version = "0.1.4"
|
|
dependencies = [
|
|
"pmutil",
|
|
"proc-macro2",
|
|
"swc_macros_common",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fs_extra"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
|
|
|
|
[[package]]
|
|
name = "fuchsia-cprng"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
|
|
|
[[package]]
|
|
name = "futures-channel"
|
|
version = "0.3.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
|
|
dependencies = [
|
|
"futures-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-core"
|
|
version = "0.3.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
|
|
|
|
[[package]]
|
|
name = "futures-io"
|
|
version = "0.3.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
|
|
|
|
[[package]]
|
|
name = "futures-sink"
|
|
version = "0.3.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
|
|
|
|
[[package]]
|
|
name = "futures-task"
|
|
version = "0.3.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
|
|
|
|
[[package]]
|
|
name = "futures-util"
|
|
version = "0.3.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-task",
|
|
"memchr",
|
|
"pin-project-lite",
|
|
"pin-utils",
|
|
"slab",
|
|
]
|
|
|
|
[[package]]
|
|
name = "generational-arena"
|
|
version = "0.2.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e1d3b771574f62d0548cee0ad9057857e9fc25d7a3335f140c84f6acd0bf601"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
]
|
|
|
|
[[package]]
|
|
name = "generic-array"
|
|
version = "0.14.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
|
dependencies = [
|
|
"typenum",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom"
|
|
version = "0.2.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"js-sys",
|
|
"libc",
|
|
"wasi",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getset"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e45727250e75cc04ff2846a66397da8ef2b3db8e40e0cef4df67950a07621eb9"
|
|
dependencies = [
|
|
"proc-macro-error",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gimli"
|
|
version = "0.26.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
|
|
dependencies = [
|
|
"fallible-iterator",
|
|
"indexmap",
|
|
"stable_deref_trait",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glob"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
[[package]]
|
|
name = "h2"
|
|
version = "0.3.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
|
|
dependencies = [
|
|
"bytes",
|
|
"fnv",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"futures-util",
|
|
"http",
|
|
"indexmap",
|
|
"slab",
|
|
"tokio",
|
|
"tokio-util",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "half"
|
|
version = "1.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.11.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
dependencies = [
|
|
"ahash",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"
|
|
dependencies = [
|
|
"ahash",
|
|
]
|
|
|
|
[[package]]
|
|
name = "heck"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
|
|
|
[[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 = "hex"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
[[package]]
|
|
name = "http"
|
|
version = "0.2.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
|
dependencies = [
|
|
"bytes",
|
|
"fnv",
|
|
"itoa 1.0.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http-body"
|
|
version = "0.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
|
dependencies = [
|
|
"bytes",
|
|
"http",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "httparse"
|
|
version = "1.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
|
|
|
[[package]]
|
|
name = "httpdate"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
|
|
|
[[package]]
|
|
name = "hyper"
|
|
version = "0.14.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-util",
|
|
"h2",
|
|
"http",
|
|
"http-body",
|
|
"httparse",
|
|
"httpdate",
|
|
"itoa 1.0.5",
|
|
"pin-project-lite",
|
|
"socket2",
|
|
"tokio",
|
|
"tower-service",
|
|
"tracing",
|
|
"want",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-tls"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
dependencies = [
|
|
"bytes",
|
|
"hyper",
|
|
"native-tls",
|
|
"tokio",
|
|
"tokio-native-tls",
|
|
]
|
|
|
|
[[package]]
|
|
name = "iana-time-zone"
|
|
version = "0.1.53"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
|
|
dependencies = [
|
|
"android_system_properties",
|
|
"core-foundation-sys",
|
|
"iana-time-zone-haiku",
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
"winapi",
|
|
]
|
|
|
|
[[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 = "ident_case"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
[[package]]
|
|
name = "idna"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
|
dependencies = [
|
|
"unicode-bidi",
|
|
"unicode-normalization",
|
|
]
|
|
|
|
[[package]]
|
|
name = "if_chain"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
|
|
|
|
[[package]]
|
|
name = "indexmap"
|
|
version = "1.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
|
dependencies = [
|
|
"autocfg",
|
|
"hashbrown 0.12.0",
|
|
"rayon",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "instant"
|
|
version = "0.1.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ipnet"
|
|
version = "2.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
|
|
|
|
[[package]]
|
|
name = "is-macro"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1c068d4c6b922cd6284c609cfa6dec0e41615c9c5a1a4ba729a970d8daba05fb"
|
|
dependencies = [
|
|
"Inflector",
|
|
"pmutil",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "is_ci"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb"
|
|
|
|
[[package]]
|
|
name = "itertools"
|
|
version = "0.10.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
|
|
dependencies = [
|
|
"either",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itoa"
|
|
version = "0.4.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
|
|
|
[[package]]
|
|
name = "itoa"
|
|
version = "1.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
|
|
|
|
[[package]]
|
|
name = "js-sys"
|
|
version = "0.3.60"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
|
|
dependencies = [
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsdoc"
|
|
version = "0.93.9"
|
|
dependencies = [
|
|
"anyhow",
|
|
"dashmap",
|
|
"nom",
|
|
"serde",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_parser",
|
|
"testing",
|
|
]
|
|
|
|
[[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"
|
|
version = "6.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c7aefb36fd43fef7003334742cbf77b243fcd36418a1d1bdd480d613a67968f6"
|
|
dependencies = [
|
|
"lexical-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lexical-core"
|
|
version = "0.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46"
|
|
dependencies = [
|
|
"lexical-parse-float",
|
|
"lexical-parse-integer",
|
|
"lexical-util",
|
|
"lexical-write-float",
|
|
"lexical-write-integer",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lexical-parse-float"
|
|
version = "0.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f"
|
|
dependencies = [
|
|
"lexical-parse-integer",
|
|
"lexical-util",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lexical-parse-integer"
|
|
version = "0.8.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9"
|
|
dependencies = [
|
|
"lexical-util",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lexical-util"
|
|
version = "0.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc"
|
|
dependencies = [
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lexical-write-float"
|
|
version = "0.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862"
|
|
dependencies = [
|
|
"lexical-util",
|
|
"lexical-write-integer",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lexical-write-integer"
|
|
version = "0.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446"
|
|
dependencies = [
|
|
"lexical-util",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.139"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
|
|
|
[[package]]
|
|
name = "libloading"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "link-cplusplus"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lock_api"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"
|
|
dependencies = [
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.4.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "loupe"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b6a72dfa44fe15b5e76b94307eeb2ff995a8c5b283b55008940c02e0c5b634d"
|
|
dependencies = [
|
|
"indexmap",
|
|
"loupe-derive",
|
|
"rustversion",
|
|
]
|
|
|
|
[[package]]
|
|
name = "loupe-derive"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c0fbfc88337168279f2e9ae06e157cfed4efd3316e14dc96ed074d4f2e6c5952"
|
|
dependencies = [
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lru"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "274353858935c992b13c0ca408752e2121da852d07dec7ce5f108c77dfa14d1f"
|
|
dependencies = [
|
|
"hashbrown 0.11.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.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
|
|
|
[[package]]
|
|
name = "memmap2"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4647a11b578fead29cdbb34d4adef8dd3dc35b876c9c6d5240d83f205abfe96e"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memoffset"
|
|
version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memoffset"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miette"
|
|
version = "4.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e7ea7314b2a8dd373c2f2d2322e866ddea5d62ffd3d6cd7f2bb8c1467e56529f"
|
|
dependencies = [
|
|
"atty",
|
|
"backtrace",
|
|
"miette-derive",
|
|
"once_cell",
|
|
"owo-colors",
|
|
"supports-color",
|
|
"supports-hyperlinks",
|
|
"supports-unicode",
|
|
"terminal_size",
|
|
"textwrap 0.14.2",
|
|
"thiserror",
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miette-derive"
|
|
version = "4.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c547b28d4f52cae473fb5a30ca087ed7fc5d1bac150bd6dfd9ec0a4562303aa3"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[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 = "mime"
|
|
version = "0.3.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
[[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.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
|
dependencies = [
|
|
"adler",
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
|
|
dependencies = [
|
|
"adler",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio"
|
|
version = "0.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
|
|
dependencies = [
|
|
"libc",
|
|
"log",
|
|
"wasi",
|
|
"windows-sys 0.42.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.10.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a967e17e9ba4e015a7bf9b92f90aa8dc321c6d913f6a6d2afd5b66a8ab36fc81"
|
|
dependencies = [
|
|
"bitflags",
|
|
"ctor",
|
|
"napi-sys",
|
|
"once_cell",
|
|
"serde",
|
|
"serde_json",
|
|
"thread_local",
|
|
]
|
|
|
|
[[package]]
|
|
name = "napi-derive"
|
|
version = "2.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "af4e44e34e70aa61be9036ae652e27c20db5bca80e006be0f482419f6601352a"
|
|
dependencies = [
|
|
"convert_case",
|
|
"napi-derive-backend",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "napi-derive-backend"
|
|
version = "1.0.40"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "17925fff04b6fa636f8e4b4608cc1a4f1360b64ac8ecbfdb7da1be1dc74f6843"
|
|
dependencies = [
|
|
"convert_case",
|
|
"once_cell",
|
|
"proc-macro2",
|
|
"quote",
|
|
"regex",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "napi-sys"
|
|
version = "2.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "529671ebfae679f2ce9630b62dd53c72c56b3eb8b2c852e7e2fa91704ff93d67"
|
|
dependencies = [
|
|
"libloading",
|
|
]
|
|
|
|
[[package]]
|
|
name = "native-tls"
|
|
version = "0.2.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"libc",
|
|
"log",
|
|
"openssl",
|
|
"openssl-probe",
|
|
"openssl-sys",
|
|
"schannel",
|
|
"security-framework",
|
|
"security-framework-sys",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "new_debug_unreachable"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
|
|
|
[[package]]
|
|
name = "nom"
|
|
version = "7.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
|
|
dependencies = [
|
|
"memchr",
|
|
"minimal-lexical",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "normpath"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a9da8c9922c35a1033d76f7272dfc2e7ee20392083d75aeea6ced23c6266578"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ntest"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "984caf6c8aa869418ef88062fc685d07d50c04308e63f7eaff6a395b1f5aff33"
|
|
dependencies = [
|
|
"ntest_proc_macro_helper",
|
|
"ntest_test_cases",
|
|
"ntest_timeout",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ntest_proc_macro_helper"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "115562228962147ca51748d19446a4261535a7b6a7b5ff02681e527dcefc22f7"
|
|
|
|
[[package]]
|
|
name = "ntest_test_cases"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c03e3201148714c580c5cf1ef68b1ed4039203068193197834a43503164b8237"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ntest_timeout"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a870300c30d4224cb16022a4660fd8084d6cb4d29618563c3016b50cc757d1e7"
|
|
dependencies = [
|
|
"ntest_proc_macro_helper",
|
|
"proc-macro-crate",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-bigint"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-integer",
|
|
"num-traits",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-integer"
|
|
version = "0.1.44"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-traits"
|
|
version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
|
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_threads"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "object"
|
|
version = "0.27.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "object"
|
|
version = "0.28.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"
|
|
dependencies = [
|
|
"crc32fast",
|
|
"hashbrown 0.11.2",
|
|
"indexmap",
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "once_cell"
|
|
version = "1.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
|
|
|
|
[[package]]
|
|
name = "oorandom"
|
|
version = "11.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
|
|
|
|
[[package]]
|
|
name = "openssl"
|
|
version = "0.10.43"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "020433887e44c27ff16365eaa2d380547a94544ad509aff6eb5b6e3e0b27b376"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cfg-if 1.0.0",
|
|
"foreign-types",
|
|
"libc",
|
|
"once_cell",
|
|
"openssl-macros",
|
|
"openssl-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl-macros"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl-probe"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.9.79"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5454462c0eced1e97f2ec09036abc8da362e66802f66fd20f86854d9d8cbcbc4"
|
|
dependencies = [
|
|
"autocfg",
|
|
"cc",
|
|
"libc",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "os_str_bytes"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "output_vt100"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "owo-colors"
|
|
version = "3.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "20448fd678ec04e6ea15bbe0476874af65e98a01515d667aa49f1434dc44ebf4"
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
|
|
dependencies = [
|
|
"lock_api",
|
|
"parking_lot_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"libc",
|
|
"redox_syscall",
|
|
"smallvec",
|
|
"windows-sys 0.36.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "path-clean"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ecba01bf2678719532c5e3059e0b5f0811273d94b397088b82e3bd0a78c78fdd"
|
|
|
|
[[package]]
|
|
name = "pathdiff"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
|
|
|
[[package]]
|
|
name = "percent-encoding"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
|
|
|
[[package]]
|
|
name = "petgraph"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"
|
|
dependencies = [
|
|
"fixedbitset",
|
|
"indexmap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
|
dependencies = [
|
|
"phf_macros",
|
|
"phf_shared",
|
|
"proc-macro-hack",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_generator"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
|
dependencies = [
|
|
"phf_shared",
|
|
"rand 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_macros"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
|
|
dependencies = [
|
|
"phf_generator",
|
|
"phf_shared",
|
|
"proc-macro-hack",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_shared"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
|
dependencies = [
|
|
"siphasher",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-lite"
|
|
version = "0.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
|
|
|
[[package]]
|
|
name = "pin-utils"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.26"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
|
|
|
[[package]]
|
|
name = "plotters"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "32a3fd9ec30b9749ce28cd91f255d569591cdf937fe280c312143e3c4bad6f2a"
|
|
dependencies = [
|
|
"num-traits",
|
|
"plotters-backend",
|
|
"plotters-svg",
|
|
"wasm-bindgen",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "plotters-backend"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d88417318da0eaf0fdcdb51a0ee6c3bed624333bff8f946733049380be67ac1c"
|
|
|
|
[[package]]
|
|
name = "plotters-svg"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "521fa9638fa597e1dc53e9412a4f9cefb01187ee1f7413076f9e6749e2885ba9"
|
|
dependencies = [
|
|
"plotters-backend",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pmutil"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3894e5d549cccbe44afecf72922f277f603cd4bb0219c8342631ef18fffbe004"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ppv-lite86"
|
|
version = "0.2.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
[[package]]
|
|
name = "precomputed-hash"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
[[package]]
|
|
name = "preset_env_base"
|
|
version = "0.4.0"
|
|
dependencies = [
|
|
"ahash",
|
|
"anyhow",
|
|
"browserslist-rs",
|
|
"dashmap",
|
|
"from_variant",
|
|
"once_cell",
|
|
"semver 1.0.4",
|
|
"serde",
|
|
"st-map",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pretty_assertions"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "76d5b548b725018ab5496482b45cb8bef21e9fed1858a6d674e3a8a0f0bb5d50"
|
|
dependencies = [
|
|
"ansi_term",
|
|
"ctor",
|
|
"diff",
|
|
"output_vt100",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-crate"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
|
dependencies = [
|
|
"toml",
|
|
]
|
|
|
|
[[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",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-error-attr"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-hack"
|
|
version = "0.5.20+deprecated"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "1.0.49"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
|
|
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",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "1.0.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "radix_fmt"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ce082a9940a7ace2ad4a8b7d0b1eac6aa378895f18be598230c5f2284ac05426"
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
|
dependencies = [
|
|
"fuchsia-cprng",
|
|
"libc",
|
|
"rand_core 0.3.1",
|
|
"rdrand",
|
|
"winapi",
|
|
]
|
|
|
|
[[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 0.6.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_chacha"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
dependencies = [
|
|
"ppv-lite86",
|
|
"rand_core 0.6.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
|
dependencies = [
|
|
"rand_core 0.4.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
|
|
|
[[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.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
|
|
dependencies = [
|
|
"either",
|
|
"rayon-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon-core"
|
|
version = "1.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"
|
|
dependencies = [
|
|
"crossbeam-channel",
|
|
"crossbeam-deque",
|
|
"crossbeam-utils",
|
|
"num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rdrand"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
|
dependencies = [
|
|
"rand_core 0.3.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.2.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
dependencies = [
|
|
"bitflags",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regalloc"
|
|
version = "0.0.34"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"
|
|
dependencies = [
|
|
"log",
|
|
"rustc-hash",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
version = "1.5.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"memchr",
|
|
"regex-syntax",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-automata"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
dependencies = [
|
|
"regex-syntax",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.6.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
|
|
|
[[package]]
|
|
name = "region"
|
|
version = "3.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "76e189c2369884dce920945e2ddf79b3dff49e071a167dd1817fa9c4c00d512e"
|
|
dependencies = [
|
|
"bitflags",
|
|
"libc",
|
|
"mach",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "relative-path"
|
|
version = "1.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a49a831dc1e13c9392b660b162333d4cb0033bbbdfe6a1687177e59e89037c86"
|
|
|
|
[[package]]
|
|
name = "remove_dir_all"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rend"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "79af64b4b6362ffba04eef3a4e10829718a4896dac19daa741851c86781edf95"
|
|
dependencies = [
|
|
"bytecheck",
|
|
]
|
|
|
|
[[package]]
|
|
name = "reqwest"
|
|
version = "0.11.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c"
|
|
dependencies = [
|
|
"base64 0.13.1",
|
|
"bytes",
|
|
"encoding_rs",
|
|
"futures-core",
|
|
"futures-util",
|
|
"h2",
|
|
"http",
|
|
"http-body",
|
|
"hyper",
|
|
"hyper-tls",
|
|
"ipnet",
|
|
"js-sys",
|
|
"log",
|
|
"mime",
|
|
"native-tls",
|
|
"once_cell",
|
|
"percent-encoding",
|
|
"pin-project-lite",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_urlencoded",
|
|
"tokio",
|
|
"tokio-native-tls",
|
|
"tower-service",
|
|
"url",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen-futures",
|
|
"web-sys",
|
|
"winreg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rkyv"
|
|
version = "0.7.37"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1f08c8062c1fe1253064043b8fc07bfea1b9702b71b4a86c11ea3588183b12e1"
|
|
dependencies = [
|
|
"bytecheck",
|
|
"hashbrown 0.12.0",
|
|
"ptr_meta",
|
|
"rend",
|
|
"rkyv_derive",
|
|
"seahash",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rkyv-test"
|
|
version = "0.7.38-test.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ddf47bca568385a5121422d265f8ea7ca2c8816141e29fd415498eabb150f14e"
|
|
dependencies = [
|
|
"bytecheck",
|
|
"hashbrown 0.12.0",
|
|
"ptr_meta",
|
|
"rend",
|
|
"rkyv_derive_test",
|
|
"seahash",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rkyv_derive"
|
|
version = "0.7.37"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e289706df51226e84814bf6ba1a9e1013112ae29bc7a9878f73fce360520c403"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rkyv_derive_test"
|
|
version = "0.7.38-test.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e573710463b17b3cc3c5de19cc12118a788392b056ff097c6ee700920a4545ce"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-demangle"
|
|
version = "0.1.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
|
|
|
|
[[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.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustversion"
|
|
version = "1.0.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"
|
|
|
|
[[package]]
|
|
name = "ryu"
|
|
version = "1.0.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
|
|
|
|
[[package]]
|
|
name = "ryu-js"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6518fc26bced4d53678a22d6e423e9d8716377def84545fe328236e3af070e7f"
|
|
|
|
[[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 = "schannel"
|
|
version = "0.1.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"windows-sys 0.36.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scoped-tls"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
|
|
|
[[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.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
|
|
|
|
[[package]]
|
|
name = "seahash"
|
|
version = "4.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
|
|
|
|
[[package]]
|
|
name = "security-framework"
|
|
version = "2.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
|
|
dependencies = [
|
|
"bitflags",
|
|
"core-foundation",
|
|
"core-foundation-sys",
|
|
"libc",
|
|
"security-framework-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "security-framework-sys"
|
|
version = "2.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
|
|
dependencies = [
|
|
"core-foundation-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[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.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
|
|
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.152"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
|
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_bytes"
|
|
version = "0.11.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cfc50e8183eeeb6178dcb167ae34a8051d63535023ae38b5d8d12beae193d37b"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[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.152"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json"
|
|
version = "1.0.91"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
|
|
dependencies = [
|
|
"itoa 1.0.5",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_urlencoded"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
dependencies = [
|
|
"form_urlencoded",
|
|
"itoa 1.0.5",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha-1"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"cpufeatures",
|
|
"digest",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha1"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
|
|
|
|
[[package]]
|
|
name = "sha1"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c77f4e7f65455545c2153c1253d25056825e77ee2533f0e41deb65a93a34852f"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"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 = "siphasher"
|
|
version = "0.3.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
|
|
|
[[package]]
|
|
name = "slab"
|
|
version = "0.4.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "1.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
|
|
|
[[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.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sourcemap"
|
|
version = "6.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e031f2463ecbdd5f34c950f89f5c1e1032f22c0f8e3dc4bdb2e8b6658cf61eb"
|
|
dependencies = [
|
|
"base64 0.11.0",
|
|
"if_chain",
|
|
"lazy_static",
|
|
"regex",
|
|
"rustc_version 0.2.3",
|
|
"serde",
|
|
"serde_json",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "st-map"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bc9c9f3a1df5f73b7392bd9773108fef41ad9126f0282412fd5904389f0c0c4f"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"static-map-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stable_deref_trait"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
[[package]]
|
|
name = "stacker"
|
|
version = "0.1.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
|
|
dependencies = [
|
|
"cc",
|
|
"cfg-if 1.0.0",
|
|
"libc",
|
|
"psm",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "standback"
|
|
version = "0.2.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
|
|
dependencies = [
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "static-map-macro"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "752564de9cd8937fdbc1c55d47ac391758c352ab3755607cc391b659fe87d56b"
|
|
dependencies = [
|
|
"pmutil",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "static_assertions"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
[[package]]
|
|
name = "stdweb"
|
|
version = "0.4.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
|
|
dependencies = [
|
|
"discard",
|
|
"rustc_version 0.2.3",
|
|
"stdweb-derive",
|
|
"stdweb-internal-macros",
|
|
"stdweb-internal-runtime",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stdweb-derive"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"serde",
|
|
"serde_derive",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stdweb-internal-macros"
|
|
version = "0.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
|
|
dependencies = [
|
|
"base-x",
|
|
"proc-macro2",
|
|
"quote",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"sha1 0.6.0",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stdweb-internal-runtime"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
|
|
|
|
[[package]]
|
|
name = "string_cache"
|
|
version = "0.8.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08"
|
|
dependencies = [
|
|
"new_debug_unreachable",
|
|
"once_cell",
|
|
"parking_lot",
|
|
"phf_shared",
|
|
"precomputed-hash",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "string_cache_codegen"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
|
|
dependencies = [
|
|
"phf_generator",
|
|
"phf_shared",
|
|
"proc-macro2",
|
|
"quote",
|
|
]
|
|
|
|
[[package]]
|
|
name = "string_enum"
|
|
version = "0.3.2"
|
|
dependencies = [
|
|
"pmutil",
|
|
"proc-macro2",
|
|
"quote",
|
|
"serde",
|
|
"swc_macros_common",
|
|
"syn",
|
|
]
|
|
|
|
[[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 = "supports-color"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4872ced36b91d47bae8a214a683fe54e7078875b399dfa251df346c9b547d1f9"
|
|
dependencies = [
|
|
"atty",
|
|
"is_ci",
|
|
]
|
|
|
|
[[package]]
|
|
name = "supports-hyperlinks"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "590b34f7c5f01ecc9d78dba4b3f445f31df750a67621cf31626f3b7441ce6406"
|
|
dependencies = [
|
|
"atty",
|
|
]
|
|
|
|
[[package]]
|
|
name = "supports-unicode"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a8b945e45b417b125a8ec51f1b7df2f8df7920367700d1f98aedd21e5735f8b2"
|
|
dependencies = [
|
|
"atty",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc"
|
|
version = "0.245.28"
|
|
dependencies = [
|
|
"ahash",
|
|
"ansi_term",
|
|
"anyhow",
|
|
"base64 0.13.1",
|
|
"criterion",
|
|
"dashmap",
|
|
"either",
|
|
"indexmap",
|
|
"jsonc-parser",
|
|
"lru",
|
|
"napi",
|
|
"napi-derive",
|
|
"once_cell",
|
|
"parking_lot",
|
|
"pathdiff",
|
|
"rayon",
|
|
"regex",
|
|
"rustc-hash",
|
|
"serde",
|
|
"serde_json",
|
|
"sourcemap",
|
|
"swc_atoms",
|
|
"swc_cached",
|
|
"swc_common",
|
|
"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_testing",
|
|
"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_base",
|
|
"swc_node_comments",
|
|
"swc_plugin_proxy",
|
|
"swc_plugin_runner",
|
|
"swc_timer",
|
|
"swc_visit",
|
|
"testing",
|
|
"tracing",
|
|
"url",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_atoms"
|
|
version = "0.4.36"
|
|
dependencies = [
|
|
"bytecheck",
|
|
"once_cell",
|
|
"rkyv",
|
|
"rkyv-test",
|
|
"rustc-hash",
|
|
"serde",
|
|
"string_cache",
|
|
"string_cache_codegen",
|
|
"triomphe",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_bundler"
|
|
version = "0.199.24"
|
|
dependencies = [
|
|
"ahash",
|
|
"anyhow",
|
|
"crc",
|
|
"dashmap",
|
|
"hex",
|
|
"indexmap",
|
|
"is-macro",
|
|
"ntest",
|
|
"once_cell",
|
|
"parking_lot",
|
|
"path-clean",
|
|
"petgraph",
|
|
"radix_fmt",
|
|
"rayon",
|
|
"relative-path",
|
|
"reqwest",
|
|
"sha-1",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_codegen",
|
|
"swc_ecma_loader",
|
|
"swc_ecma_minifier",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_transforms_optimization",
|
|
"swc_ecma_transforms_proposal",
|
|
"swc_ecma_transforms_react",
|
|
"swc_ecma_transforms_typescript",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_fast_graph",
|
|
"swc_graph_analyzer",
|
|
"swc_node_base",
|
|
"tempfile",
|
|
"testing",
|
|
"tracing",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_cached"
|
|
version = "0.3.15"
|
|
dependencies = [
|
|
"ahash",
|
|
"anyhow",
|
|
"dashmap",
|
|
"once_cell",
|
|
"regex",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_common"
|
|
version = "0.29.31"
|
|
dependencies = [
|
|
"ahash",
|
|
"anyhow",
|
|
"arbitrary",
|
|
"ast_node",
|
|
"atty",
|
|
"better_scoped_tls",
|
|
"bytecheck",
|
|
"cfg-if 1.0.0",
|
|
"criterion",
|
|
"either",
|
|
"from_variant",
|
|
"new_debug_unreachable",
|
|
"num-bigint",
|
|
"once_cell",
|
|
"parking_lot",
|
|
"rayon",
|
|
"rkyv",
|
|
"rkyv-test",
|
|
"rustc-hash",
|
|
"serde",
|
|
"serde_json",
|
|
"siphasher",
|
|
"sourcemap",
|
|
"string_cache",
|
|
"swc_atoms",
|
|
"swc_eq_ignore_macros",
|
|
"swc_visit",
|
|
"termcolor",
|
|
"tracing",
|
|
"unicode-width",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_config"
|
|
version = "0.1.4"
|
|
dependencies = [
|
|
"indexmap",
|
|
"serde",
|
|
"serde_json",
|
|
"swc_config_macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_config_macro"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"pmutil",
|
|
"proc-macro2",
|
|
"quote",
|
|
"swc_macros_common",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_core"
|
|
version = "0.59.31"
|
|
dependencies = [
|
|
"anyhow",
|
|
"binding_macros",
|
|
"once_cell",
|
|
"swc",
|
|
"swc_atoms",
|
|
"swc_bundler",
|
|
"swc_cached",
|
|
"swc_common",
|
|
"swc_css_ast",
|
|
"swc_css_codegen",
|
|
"swc_css_compat",
|
|
"swc_css_minifier",
|
|
"swc_css_modules",
|
|
"swc_css_parser",
|
|
"swc_css_prefixer",
|
|
"swc_css_utils",
|
|
"swc_css_visit",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_codegen",
|
|
"swc_ecma_loader",
|
|
"swc_ecma_minifier",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_preset_env",
|
|
"swc_ecma_quote_macros",
|
|
"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_testing",
|
|
"swc_ecma_transforms_typescript",
|
|
"swc_ecma_usage_analyzer",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_node_base",
|
|
"swc_node_bundler",
|
|
"swc_nodejs_common",
|
|
"swc_plugin",
|
|
"swc_plugin_macro",
|
|
"swc_plugin_proxy",
|
|
"swc_plugin_runner",
|
|
"swc_trace_macro",
|
|
"testing",
|
|
"vergen",
|
|
"wasmer",
|
|
"wasmer-wasi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_css"
|
|
version = "0.149.5"
|
|
dependencies = [
|
|
"swc_css_ast",
|
|
"swc_css_codegen",
|
|
"swc_css_compat",
|
|
"swc_css_minifier",
|
|
"swc_css_modules",
|
|
"swc_css_parser",
|
|
"swc_css_prefixer",
|
|
"swc_css_utils",
|
|
"swc_css_visit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_css_ast"
|
|
version = "0.134.4"
|
|
dependencies = [
|
|
"bytecheck",
|
|
"is-macro",
|
|
"rkyv",
|
|
"serde",
|
|
"string_enum",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_css_codegen"
|
|
version = "0.144.4"
|
|
dependencies = [
|
|
"auto_impl",
|
|
"bitflags",
|
|
"rustc-hash",
|
|
"serde",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_css_ast",
|
|
"swc_css_codegen_macros",
|
|
"swc_css_parser",
|
|
"swc_css_utils",
|
|
"swc_css_visit",
|
|
"testing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_css_codegen_macros"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"pmutil",
|
|
"proc-macro2",
|
|
"quote",
|
|
"swc_macros_common",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_css_compat"
|
|
version = "0.20.4"
|
|
dependencies = [
|
|
"bitflags",
|
|
"once_cell",
|
|
"serde",
|
|
"serde_json",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_css_ast",
|
|
"swc_css_codegen",
|
|
"swc_css_parser",
|
|
"swc_css_utils",
|
|
"swc_css_visit",
|
|
"testing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_css_lints"
|
|
version = "0.53.4"
|
|
dependencies = [
|
|
"auto_impl",
|
|
"parking_lot",
|
|
"rayon",
|
|
"serde",
|
|
"serde_json",
|
|
"swc_atoms",
|
|
"swc_cached",
|
|
"swc_common",
|
|
"swc_css_ast",
|
|
"swc_css_parser",
|
|
"swc_css_visit",
|
|
"testing",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_css_minifier"
|
|
version = "0.109.4"
|
|
dependencies = [
|
|
"criterion",
|
|
"serde",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_css_ast",
|
|
"swc_css_codegen",
|
|
"swc_css_parser",
|
|
"swc_css_utils",
|
|
"swc_css_visit",
|
|
"swc_node_base",
|
|
"testing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_css_modules"
|
|
version = "0.21.5"
|
|
dependencies = [
|
|
"rustc-hash",
|
|
"serde",
|
|
"serde_json",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_css_ast",
|
|
"swc_css_codegen",
|
|
"swc_css_compat",
|
|
"swc_css_parser",
|
|
"swc_css_visit",
|
|
"testing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_css_parser"
|
|
version = "0.143.4"
|
|
dependencies = [
|
|
"bitflags",
|
|
"criterion",
|
|
"lexical",
|
|
"serde",
|
|
"serde_json",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_css_ast",
|
|
"swc_css_visit",
|
|
"swc_node_base",
|
|
"testing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_css_prefixer"
|
|
version = "0.146.4"
|
|
dependencies = [
|
|
"once_cell",
|
|
"preset_env_base",
|
|
"serde",
|
|
"serde_json",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_css_ast",
|
|
"swc_css_codegen",
|
|
"swc_css_parser",
|
|
"swc_css_utils",
|
|
"swc_css_visit",
|
|
"testing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_css_utils"
|
|
version = "0.131.4"
|
|
dependencies = [
|
|
"once_cell",
|
|
"serde",
|
|
"serde_json",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_css_ast",
|
|
"swc_css_visit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_css_visit"
|
|
version = "0.133.4"
|
|
dependencies = [
|
|
"serde",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_css_ast",
|
|
"swc_visit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_ast"
|
|
version = "0.96.5"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"bitflags",
|
|
"bytecheck",
|
|
"is-macro",
|
|
"num-bigint",
|
|
"rkyv",
|
|
"rkyv-test",
|
|
"scoped-tls",
|
|
"serde",
|
|
"serde_json",
|
|
"string_enum",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"unicode-id",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_codegen"
|
|
version = "0.129.12"
|
|
dependencies = [
|
|
"base64 0.13.1",
|
|
"criterion",
|
|
"memchr",
|
|
"num-bigint",
|
|
"once_cell",
|
|
"rustc-hash",
|
|
"serde",
|
|
"serde_json",
|
|
"sourcemap",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_codegen_macros",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_testing",
|
|
"swc_node_base",
|
|
"testing",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_codegen_macros"
|
|
version = "0.7.1"
|
|
dependencies = [
|
|
"pmutil",
|
|
"proc-macro2",
|
|
"quote",
|
|
"swc_macros_common",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_dep_graph"
|
|
version = "0.96.9"
|
|
dependencies = [
|
|
"pretty_assertions",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_visit",
|
|
"testing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_ext_transforms"
|
|
version = "0.93.9"
|
|
dependencies = [
|
|
"phf",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_lints"
|
|
version = "0.71.9"
|
|
dependencies = [
|
|
"ahash",
|
|
"auto_impl",
|
|
"dashmap",
|
|
"parking_lot",
|
|
"rayon",
|
|
"regex",
|
|
"serde",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_config",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_codegen",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"testing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_loader"
|
|
version = "0.41.33"
|
|
dependencies = [
|
|
"ahash",
|
|
"anyhow",
|
|
"dashmap",
|
|
"lazy_static",
|
|
"lru",
|
|
"normpath",
|
|
"once_cell",
|
|
"parking_lot",
|
|
"path-clean",
|
|
"pathdiff",
|
|
"serde",
|
|
"serde_json",
|
|
"swc_cached",
|
|
"swc_common",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_minifier"
|
|
version = "0.166.23"
|
|
dependencies = [
|
|
"ahash",
|
|
"ansi_term",
|
|
"anyhow",
|
|
"arrayvec",
|
|
"backtrace",
|
|
"criterion",
|
|
"indexmap",
|
|
"num-bigint",
|
|
"num_cpus",
|
|
"once_cell",
|
|
"parking_lot",
|
|
"pretty_assertions",
|
|
"radix_fmt",
|
|
"rayon",
|
|
"regex",
|
|
"rustc-hash",
|
|
"ryu-js",
|
|
"serde",
|
|
"serde_json",
|
|
"swc_atoms",
|
|
"swc_cached",
|
|
"swc_common",
|
|
"swc_config",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_codegen",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_testing",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_transforms_optimization",
|
|
"swc_ecma_usage_analyzer",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_node_base",
|
|
"swc_timer",
|
|
"testing",
|
|
"tracing",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_parser"
|
|
version = "0.124.9"
|
|
dependencies = [
|
|
"criterion",
|
|
"either",
|
|
"enum_kind",
|
|
"lexical",
|
|
"num-bigint",
|
|
"pretty_assertions",
|
|
"serde",
|
|
"serde_json",
|
|
"smallvec",
|
|
"stacker",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_visit",
|
|
"swc_node_base",
|
|
"testing",
|
|
"tracing",
|
|
"typed-arena",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_preset_env"
|
|
version = "0.180.22"
|
|
dependencies = [
|
|
"ahash",
|
|
"anyhow",
|
|
"criterion",
|
|
"dashmap",
|
|
"indexmap",
|
|
"once_cell",
|
|
"preset_env_base",
|
|
"pretty_assertions",
|
|
"semver 1.0.4",
|
|
"serde",
|
|
"serde_json",
|
|
"st-map",
|
|
"string_enum",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_codegen",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_transforms",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"testing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_quote"
|
|
version = "0.40.10"
|
|
dependencies = [
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_quote_macros",
|
|
"testing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_quote_macros"
|
|
version = "0.35.9"
|
|
dependencies = [
|
|
"anyhow",
|
|
"pmutil",
|
|
"proc-macro2",
|
|
"quote",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_parser",
|
|
"swc_macros_common",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_testing"
|
|
version = "0.20.8"
|
|
dependencies = [
|
|
"anyhow",
|
|
"hex",
|
|
"sha-1",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_transforms"
|
|
version = "0.203.20"
|
|
dependencies = [
|
|
"pretty_assertions",
|
|
"sourcemap",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_codegen",
|
|
"swc_ecma_parser",
|
|
"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_testing",
|
|
"swc_ecma_transforms_typescript",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"tempfile",
|
|
"testing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_transforms_base"
|
|
version = "0.116.9"
|
|
dependencies = [
|
|
"better_scoped_tls",
|
|
"bitflags",
|
|
"criterion",
|
|
"once_cell",
|
|
"phf",
|
|
"rayon",
|
|
"rustc-hash",
|
|
"serde",
|
|
"smallvec",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_codegen",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_transforms_macros",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_node_base",
|
|
"testing",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_transforms_classes"
|
|
version = "0.105.9"
|
|
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.141.11"
|
|
dependencies = [
|
|
"ahash",
|
|
"arrayvec",
|
|
"indexmap",
|
|
"is-macro",
|
|
"num-bigint",
|
|
"rayon",
|
|
"serde",
|
|
"serde_json",
|
|
"smallvec",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_config",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_transforms_classes",
|
|
"swc_ecma_transforms_macros",
|
|
"swc_ecma_transforms_testing",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_trace_macro",
|
|
"testing",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_transforms_macros"
|
|
version = "0.5.0"
|
|
dependencies = [
|
|
"pmutil",
|
|
"proc-macro2",
|
|
"quote",
|
|
"swc_macros_common",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_transforms_module"
|
|
version = "0.158.14"
|
|
dependencies = [
|
|
"Inflector",
|
|
"ahash",
|
|
"anyhow",
|
|
"bitflags",
|
|
"indexmap",
|
|
"is-macro",
|
|
"path-clean",
|
|
"pathdiff",
|
|
"regex",
|
|
"serde",
|
|
"serde_json",
|
|
"swc_atoms",
|
|
"swc_cached",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_loader",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_transforms_compat",
|
|
"swc_ecma_transforms_testing",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"testing",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_transforms_optimization"
|
|
version = "0.172.20"
|
|
dependencies = [
|
|
"ahash",
|
|
"dashmap",
|
|
"indexmap",
|
|
"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_compat",
|
|
"swc_ecma_transforms_macros",
|
|
"swc_ecma_transforms_module",
|
|
"swc_ecma_transforms_proposal",
|
|
"swc_ecma_transforms_react",
|
|
"swc_ecma_transforms_testing",
|
|
"swc_ecma_transforms_typescript",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_fast_graph",
|
|
"testing",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_transforms_proposal"
|
|
version = "0.149.12"
|
|
dependencies = [
|
|
"either",
|
|
"serde",
|
|
"serde_json",
|
|
"smallvec",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_loader",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_transforms_classes",
|
|
"swc_ecma_transforms_compat",
|
|
"swc_ecma_transforms_macros",
|
|
"swc_ecma_transforms_testing",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"testing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_transforms_react"
|
|
version = "0.160.16"
|
|
dependencies = [
|
|
"ahash",
|
|
"base64 0.13.1",
|
|
"dashmap",
|
|
"indexmap",
|
|
"once_cell",
|
|
"rayon",
|
|
"regex",
|
|
"serde",
|
|
"sha-1",
|
|
"string_enum",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_config",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_codegen",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_transforms_compat",
|
|
"swc_ecma_transforms_macros",
|
|
"swc_ecma_transforms_module",
|
|
"swc_ecma_transforms_testing",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"testing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_transforms_testing"
|
|
version = "0.119.9"
|
|
dependencies = [
|
|
"ansi_term",
|
|
"anyhow",
|
|
"base64 0.13.1",
|
|
"hex",
|
|
"serde",
|
|
"serde_json",
|
|
"sha-1",
|
|
"sourcemap",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_codegen",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_testing",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"tempfile",
|
|
"testing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_transforms_typescript"
|
|
version = "0.164.19"
|
|
dependencies = [
|
|
"criterion",
|
|
"serde",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_codegen",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_transforms_compat",
|
|
"swc_ecma_transforms_proposal",
|
|
"swc_ecma_transforms_react",
|
|
"swc_ecma_transforms_testing",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"testing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_usage_analyzer"
|
|
version = "0.3.7"
|
|
dependencies = [
|
|
"ahash",
|
|
"indexmap",
|
|
"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.107.9"
|
|
dependencies = [
|
|
"indexmap",
|
|
"num_cpus",
|
|
"once_cell",
|
|
"rayon",
|
|
"rustc-hash",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_visit",
|
|
"tracing",
|
|
"unicode-id",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecma_visit"
|
|
version = "0.82.5"
|
|
dependencies = [
|
|
"num-bigint",
|
|
"serde",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_visit",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_ecmascript"
|
|
version = "0.213.24"
|
|
dependencies = [
|
|
"swc_ecma_ast",
|
|
"swc_ecma_codegen",
|
|
"swc_ecma_dep_graph",
|
|
"swc_ecma_minifier",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_preset_env",
|
|
"swc_ecma_quote",
|
|
"swc_ecma_transforms",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_eq_ignore_macros"
|
|
version = "0.1.1"
|
|
dependencies = [
|
|
"pmutil",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_error_reporters"
|
|
version = "0.13.32"
|
|
dependencies = [
|
|
"anyhow",
|
|
"miette",
|
|
"once_cell",
|
|
"parking_lot",
|
|
"swc_common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_estree_ast"
|
|
version = "0.19.31"
|
|
dependencies = [
|
|
"better_scoped_tls",
|
|
"serde",
|
|
"serde_json",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_estree_compat"
|
|
version = "0.168.28"
|
|
dependencies = [
|
|
"ahash",
|
|
"anyhow",
|
|
"copyless",
|
|
"criterion",
|
|
"pretty_assertions",
|
|
"rayon",
|
|
"serde",
|
|
"serde_json",
|
|
"swc",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_transforms",
|
|
"swc_ecma_utils",
|
|
"swc_ecma_visit",
|
|
"swc_estree_ast",
|
|
"swc_node_comments",
|
|
"testing",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_fast_graph"
|
|
version = "0.17.32"
|
|
dependencies = [
|
|
"ahash",
|
|
"indexmap",
|
|
"petgraph",
|
|
"swc_common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_graph_analyzer"
|
|
version = "0.18.34"
|
|
dependencies = [
|
|
"ahash",
|
|
"auto_impl",
|
|
"petgraph",
|
|
"swc_fast_graph",
|
|
"testing",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_html"
|
|
version = "0.109.23"
|
|
dependencies = [
|
|
"swc_html_ast",
|
|
"swc_html_codegen",
|
|
"swc_html_minifier",
|
|
"swc_html_parser",
|
|
"swc_html_visit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_html_ast"
|
|
version = "0.28.23"
|
|
dependencies = [
|
|
"bytecheck",
|
|
"is-macro",
|
|
"rkyv",
|
|
"serde",
|
|
"string_enum",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_html_codegen"
|
|
version = "0.37.35"
|
|
dependencies = [
|
|
"auto_impl",
|
|
"bitflags",
|
|
"rustc-hash",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_html_ast",
|
|
"swc_html_codegen_macros",
|
|
"swc_html_parser",
|
|
"swc_html_utils",
|
|
"swc_html_visit",
|
|
"testing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_html_codegen_macros"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"pmutil",
|
|
"proc-macro2",
|
|
"quote",
|
|
"swc_macros_common",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_html_minifier"
|
|
version = "0.106.23"
|
|
dependencies = [
|
|
"criterion",
|
|
"once_cell",
|
|
"serde",
|
|
"serde_json",
|
|
"swc_atoms",
|
|
"swc_cached",
|
|
"swc_common",
|
|
"swc_css_ast",
|
|
"swc_css_codegen",
|
|
"swc_css_minifier",
|
|
"swc_css_parser",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_codegen",
|
|
"swc_ecma_minifier",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_transforms_base",
|
|
"swc_ecma_visit",
|
|
"swc_html_ast",
|
|
"swc_html_codegen",
|
|
"swc_html_parser",
|
|
"swc_html_utils",
|
|
"swc_html_visit",
|
|
"swc_node_base",
|
|
"testing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_html_parser"
|
|
version = "0.34.34"
|
|
dependencies = [
|
|
"criterion",
|
|
"serde",
|
|
"serde_json",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_html_ast",
|
|
"swc_html_utils",
|
|
"swc_html_visit",
|
|
"swc_node_base",
|
|
"testing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_html_utils"
|
|
version = "0.14.32"
|
|
dependencies = [
|
|
"once_cell",
|
|
"serde",
|
|
"serde_json",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_html_visit"
|
|
version = "0.28.23"
|
|
dependencies = [
|
|
"serde",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_html_ast",
|
|
"swc_visit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_macros_common"
|
|
version = "0.3.6"
|
|
dependencies = [
|
|
"pmutil",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_node_base"
|
|
version = "0.5.8"
|
|
dependencies = [
|
|
"mimalloc-rust",
|
|
"tikv-jemallocator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_node_bundler"
|
|
version = "0.32.29"
|
|
dependencies = [
|
|
"anyhow",
|
|
"dashmap",
|
|
"is-macro",
|
|
"once_cell",
|
|
"pretty_assertions",
|
|
"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_node_base",
|
|
"testing",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_node_comments"
|
|
version = "0.16.31"
|
|
dependencies = [
|
|
"ahash",
|
|
"dashmap",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_nodejs_common"
|
|
version = "0.0.5"
|
|
dependencies = [
|
|
"anyhow",
|
|
"napi",
|
|
"serde",
|
|
"serde_json",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_plugin"
|
|
version = "0.90.0"
|
|
dependencies = [
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_plugin_macro"
|
|
version = "0.9.10"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_plugin_proxy"
|
|
version = "0.25.3"
|
|
dependencies = [
|
|
"better_scoped_tls",
|
|
"rkyv",
|
|
"rkyv-test",
|
|
"swc_common",
|
|
"swc_ecma_ast",
|
|
"swc_trace_macro",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_plugin_runner"
|
|
version = "0.85.10"
|
|
dependencies = [
|
|
"anyhow",
|
|
"criterion",
|
|
"enumset",
|
|
"once_cell",
|
|
"parking_lot",
|
|
"serde",
|
|
"serde_json",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_css_ast",
|
|
"swc_css_parser",
|
|
"swc_ecma_ast",
|
|
"swc_ecma_loader",
|
|
"swc_ecma_parser",
|
|
"swc_ecma_visit",
|
|
"swc_node_base",
|
|
"swc_plugin_proxy",
|
|
"testing",
|
|
"tracing",
|
|
"wasmer",
|
|
"wasmer-cache",
|
|
"wasmer-compiler-cranelift",
|
|
"wasmer-engine-universal",
|
|
"wasmer-wasi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_plugin_testing"
|
|
version = "0.24.1"
|
|
|
|
[[package]]
|
|
name = "swc_timer"
|
|
version = "0.17.33"
|
|
dependencies = [
|
|
"testing",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_trace_macro"
|
|
version = "0.1.2"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_visit"
|
|
version = "0.5.4"
|
|
dependencies = [
|
|
"either",
|
|
"swc_visit_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_visit_macros"
|
|
version = "0.5.5"
|
|
dependencies = [
|
|
"Inflector",
|
|
"pmutil",
|
|
"proc-macro2",
|
|
"quote",
|
|
"swc_macros_common",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_xml"
|
|
version = "0.8.14"
|
|
dependencies = [
|
|
"swc_xml_ast",
|
|
"swc_xml_codegen",
|
|
"swc_xml_parser",
|
|
"swc_xml_visit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_xml_ast"
|
|
version = "0.7.13"
|
|
dependencies = [
|
|
"is-macro",
|
|
"serde",
|
|
"string_enum",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_xml_codegen"
|
|
version = "0.8.14"
|
|
dependencies = [
|
|
"auto_impl",
|
|
"bitflags",
|
|
"rustc-hash",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_xml_ast",
|
|
"swc_xml_codegen_macros",
|
|
"swc_xml_parser",
|
|
"swc_xml_visit",
|
|
"testing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_xml_codegen_macros"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"pmutil",
|
|
"proc-macro2",
|
|
"quote",
|
|
"swc_macros_common",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_xml_parser"
|
|
version = "0.8.14"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_json",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_xml_ast",
|
|
"swc_xml_visit",
|
|
"testing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "swc_xml_visit"
|
|
version = "0.7.13"
|
|
dependencies = [
|
|
"serde",
|
|
"swc_atoms",
|
|
"swc_common",
|
|
"swc_visit",
|
|
"swc_xml_ast",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "1.0.107"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "target-lexicon"
|
|
version = "0.12.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9bffcddbc2458fa3e6058414599e3c838a022abae82e5c67b4f7f80298d5bff"
|
|
|
|
[[package]]
|
|
name = "tempdir"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
|
|
dependencies = [
|
|
"rand 0.4.6",
|
|
"remove_dir_all",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tempfile"
|
|
version = "3.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"fastrand",
|
|
"libc",
|
|
"redox_syscall",
|
|
"remove_dir_all",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termcolor"
|
|
version = "1.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "terminal_size"
|
|
version = "0.1.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "testing"
|
|
version = "0.31.33"
|
|
dependencies = [
|
|
"ansi_term",
|
|
"difference",
|
|
"once_cell",
|
|
"pretty_assertions",
|
|
"regex",
|
|
"serde_json",
|
|
"swc_common",
|
|
"swc_error_reporters",
|
|
"testing_macros",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
]
|
|
|
|
[[package]]
|
|
name = "testing_macros"
|
|
version = "0.2.7"
|
|
dependencies = [
|
|
"anyhow",
|
|
"glob",
|
|
"once_cell",
|
|
"pmutil",
|
|
"proc-macro2",
|
|
"quote",
|
|
"regex",
|
|
"relative-path",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "textwrap"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
dependencies = [
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "textwrap"
|
|
version = "0.14.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
|
|
dependencies = [
|
|
"smawk",
|
|
"unicode-linebreak",
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror"
|
|
version = "1.0.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994"
|
|
dependencies = [
|
|
"thiserror-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror-impl"
|
|
version = "1.0.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thread_local"
|
|
version = "1.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
|
dependencies = [
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tikv-jemalloc-sys"
|
|
version = "0.4.3+5.2.1-patched.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"
|
|
dependencies = [
|
|
"cc",
|
|
"fs_extra",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tikv-jemallocator"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a5b7bcecfafe4998587d636f9ae9d55eb9d0499877b88757767c346875067098"
|
|
dependencies = [
|
|
"libc",
|
|
"tikv-jemalloc-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.1.43"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.2.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
|
|
dependencies = [
|
|
"const_fn",
|
|
"libc",
|
|
"standback",
|
|
"stdweb",
|
|
"time-macros",
|
|
"version_check",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.3.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "db76ff9fa4b1458b3c7f077f3ff9887394058460d21e634355b273aaf11eea45"
|
|
dependencies = [
|
|
"itoa 1.0.5",
|
|
"libc",
|
|
"num_threads",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time-macros"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
|
|
dependencies = [
|
|
"proc-macro-hack",
|
|
"time-macros-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time-macros-impl"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
|
|
dependencies = [
|
|
"proc-macro-hack",
|
|
"proc-macro2",
|
|
"quote",
|
|
"standback",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tiny-keccak"
|
|
version = "2.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
|
dependencies = [
|
|
"crunchy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinytemplate"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[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.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
[[package]]
|
|
name = "tokio"
|
|
version = "1.24.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d9f76183f91ecfb55e1d7d5602bd1d979e38a3a522fe900241cf195624d67ae"
|
|
dependencies = [
|
|
"autocfg",
|
|
"bytes",
|
|
"libc",
|
|
"memchr",
|
|
"mio",
|
|
"num_cpus",
|
|
"pin-project-lite",
|
|
"socket2",
|
|
"windows-sys 0.42.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-native-tls"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
|
dependencies = [
|
|
"native-tls",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-util"
|
|
version = "0.7.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "0.5.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tower-service"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
|
|
|
[[package]]
|
|
name = "tracing"
|
|
version = "0.1.37"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"log",
|
|
"pin-project-lite",
|
|
"tracing-attributes",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-attributes"
|
|
version = "0.1.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-core"
|
|
version = "0.1.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
|
dependencies = [
|
|
"once_cell",
|
|
"valuable",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-log"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"log",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-subscriber"
|
|
version = "0.3.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4bc28f93baff38037f64e6f43d34cfa1605f27a49c34e8a04c5e78b0babf2596"
|
|
dependencies = [
|
|
"ansi_term",
|
|
"lazy_static",
|
|
"matchers",
|
|
"regex",
|
|
"sharded-slab",
|
|
"smallvec",
|
|
"thread_local",
|
|
"tracing",
|
|
"tracing-core",
|
|
"tracing-log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "triomphe"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f1ee9bd9239c339d714d657fac840c6d2a4f9c45f4f9ec7b0975113458be78db"
|
|
dependencies = [
|
|
"serde",
|
|
"stable_deref_trait",
|
|
]
|
|
|
|
[[package]]
|
|
name = "try-lock"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
|
|
|
[[package]]
|
|
name = "typed-arena"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae"
|
|
|
|
[[package]]
|
|
name = "typenum"
|
|
version = "1.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
|
|
|
[[package]]
|
|
name = "unicode-bidi"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
|
|
|
|
[[package]]
|
|
name = "unicode-id"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4285d92be83dfbc8950a2601178b89ed36f979ebf51bfcf7b272b17001184e6c"
|
|
|
|
[[package]]
|
|
name = "unicode-ident"
|
|
version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
|
|
|
|
[[package]]
|
|
name = "unicode-linebreak"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3a52dcaab0c48d931f7cc8ef826fa51690a08e1ea55117ef26f89864f532383f"
|
|
dependencies = [
|
|
"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.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
|
|
|
|
[[package]]
|
|
name = "unicode-width"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
|
|
|
[[package]]
|
|
name = "url"
|
|
version = "2.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
|
dependencies = [
|
|
"form_urlencoded",
|
|
"idna",
|
|
"percent-encoding",
|
|
]
|
|
|
|
[[package]]
|
|
name = "valuable"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
[[package]]
|
|
name = "vcpkg"
|
|
version = "0.2.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
[[package]]
|
|
name = "vergen"
|
|
version = "7.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ffa80ed519f45995741e70664d4abcf147d2a47b8c7ea0a4aa495548ef9474f"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cfg-if 1.0.0",
|
|
"enum-iterator 1.1.3",
|
|
"getset",
|
|
"rustversion",
|
|
"thiserror",
|
|
"time 0.3.13",
|
|
]
|
|
|
|
[[package]]
|
|
name = "version_check"
|
|
version = "0.9.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
[[package]]
|
|
name = "walkdir"
|
|
version = "2.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
|
dependencies = [
|
|
"same-file",
|
|
"winapi",
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "want"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
dependencies = [
|
|
"log",
|
|
"try-lock",
|
|
]
|
|
|
|
[[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.83"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"wasm-bindgen-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-backend"
|
|
version = "0.2.83"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
|
|
dependencies = [
|
|
"bumpalo",
|
|
"log",
|
|
"once_cell",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-futures"
|
|
version = "0.4.33"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro"
|
|
version = "0.2.83"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
|
|
dependencies = [
|
|
"quote",
|
|
"wasm-bindgen-macro-support",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro-support"
|
|
version = "0.2.83"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
"wasm-bindgen-backend",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-shared"
|
|
version = "0.2.83"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
|
|
|
|
[[package]]
|
|
name = "wasmer"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ea8d8361c9d006ea3d7797de7bd6b1492ffd0f91a22430cfda6c1658ad57bedf"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"indexmap",
|
|
"js-sys",
|
|
"loupe",
|
|
"more-asserts",
|
|
"target-lexicon",
|
|
"thiserror",
|
|
"wasm-bindgen",
|
|
"wasmer-artifact",
|
|
"wasmer-compiler",
|
|
"wasmer-compiler-cranelift",
|
|
"wasmer-derive",
|
|
"wasmer-engine",
|
|
"wasmer-engine-dylib",
|
|
"wasmer-engine-universal",
|
|
"wasmer-types",
|
|
"wasmer-vm",
|
|
"wasmparser",
|
|
"wat",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-artifact"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7aaf9428c29c1d8ad2ac0e45889ba8a568a835e33fd058964e5e500f2f7ce325"
|
|
dependencies = [
|
|
"enumset",
|
|
"loupe",
|
|
"thiserror",
|
|
"wasmer-compiler",
|
|
"wasmer-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-cache"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0def391ee1631deac5ac1e6ce919c07a5ccb936ad0fd44708cdc2365c49561a4"
|
|
dependencies = [
|
|
"blake3",
|
|
"hex",
|
|
"thiserror",
|
|
"wasmer",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-compiler"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e67a6cd866aed456656db2cfea96c18baabbd33f676578482b85c51e1ee19d2c"
|
|
dependencies = [
|
|
"enumset",
|
|
"loupe",
|
|
"rkyv",
|
|
"serde",
|
|
"serde_bytes",
|
|
"smallvec",
|
|
"target-lexicon",
|
|
"thiserror",
|
|
"wasmer-types",
|
|
"wasmparser",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-compiler-cranelift"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "48be2f9f6495f08649e4f8b946a2cbbe119faf5a654aa1457f9504a99d23dae0"
|
|
dependencies = [
|
|
"cranelift-codegen",
|
|
"cranelift-entity",
|
|
"cranelift-frontend",
|
|
"gimli",
|
|
"loupe",
|
|
"more-asserts",
|
|
"rayon",
|
|
"smallvec",
|
|
"target-lexicon",
|
|
"tracing",
|
|
"wasmer-compiler",
|
|
"wasmer-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-derive"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "00e50405cc2a2f74ff574584710a5f2c1d5c93744acce2ca0866084739284b51"
|
|
dependencies = [
|
|
"proc-macro-error",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-engine"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f98f010978c244db431b392aeab0661df7ea0822343334f8f2a920763548e45"
|
|
dependencies = [
|
|
"backtrace",
|
|
"enumset",
|
|
"lazy_static",
|
|
"loupe",
|
|
"memmap2",
|
|
"more-asserts",
|
|
"rustc-demangle",
|
|
"serde",
|
|
"serde_bytes",
|
|
"target-lexicon",
|
|
"thiserror",
|
|
"wasmer-artifact",
|
|
"wasmer-compiler",
|
|
"wasmer-types",
|
|
"wasmer-vm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-engine-dylib"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ad0358af9c154724587731175553805648d9acb8f6657880d165e378672b7e53"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"enum-iterator 0.7.0",
|
|
"enumset",
|
|
"leb128",
|
|
"libloading",
|
|
"loupe",
|
|
"object 0.28.4",
|
|
"rkyv",
|
|
"serde",
|
|
"tempfile",
|
|
"tracing",
|
|
"wasmer-artifact",
|
|
"wasmer-compiler",
|
|
"wasmer-engine",
|
|
"wasmer-object",
|
|
"wasmer-types",
|
|
"wasmer-vm",
|
|
"which",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-engine-universal"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "440dc3d93c9ca47865a4f4edd037ea81bf983b5796b59b3d712d844b32dbef15"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"enumset",
|
|
"leb128",
|
|
"loupe",
|
|
"region",
|
|
"rkyv",
|
|
"wasmer-compiler",
|
|
"wasmer-engine",
|
|
"wasmer-engine-universal-artifact",
|
|
"wasmer-types",
|
|
"wasmer-vm",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-engine-universal-artifact"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "68f1db3f54152657eb6e86c44b66525ff7801dad8328fe677da48dd06af9ad41"
|
|
dependencies = [
|
|
"enum-iterator 0.7.0",
|
|
"enumset",
|
|
"loupe",
|
|
"rkyv",
|
|
"thiserror",
|
|
"wasmer-artifact",
|
|
"wasmer-compiler",
|
|
"wasmer-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-object"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8d831335ff3a44ecf451303f6f891175c642488036b92ceceb24ac8623a8fa8b"
|
|
dependencies = [
|
|
"object 0.28.4",
|
|
"thiserror",
|
|
"wasmer-compiler",
|
|
"wasmer-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-types"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "39df01ea05dc0a9bab67e054c7cb01521e53b35a7bb90bd02eca564ed0b2667f"
|
|
dependencies = [
|
|
"backtrace",
|
|
"enum-iterator 0.7.0",
|
|
"indexmap",
|
|
"loupe",
|
|
"more-asserts",
|
|
"rkyv",
|
|
"serde",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-vfs"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9302eae3edc53cb540c2d681e7f16d8274918c1ce207591f04fed351649e97c0"
|
|
dependencies = [
|
|
"libc",
|
|
"slab",
|
|
"thiserror",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-vm"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "30d965fa61f4dc4cdb35a54daaf7ecec3563fbb94154a6c35433f879466247dd"
|
|
dependencies = [
|
|
"backtrace",
|
|
"cc",
|
|
"cfg-if 1.0.0",
|
|
"corosensei",
|
|
"enum-iterator 0.7.0",
|
|
"indexmap",
|
|
"lazy_static",
|
|
"libc",
|
|
"loupe",
|
|
"mach",
|
|
"memoffset 0.6.5",
|
|
"more-asserts",
|
|
"region",
|
|
"rkyv",
|
|
"scopeguard",
|
|
"serde",
|
|
"thiserror",
|
|
"wasmer-artifact",
|
|
"wasmer-types",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-wasi"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fadbe31e3c1b6f3e398ad172b169152ae1a743ae6efd5f9ffb34019983319d99"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"generational-arena",
|
|
"getrandom",
|
|
"libc",
|
|
"thiserror",
|
|
"tracing",
|
|
"wasm-bindgen",
|
|
"wasmer",
|
|
"wasmer-vfs",
|
|
"wasmer-wasi-types",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-wasi-types"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "22dc83aadbdf97388de3211cb6f105374f245a3cf2a5c65a16776e7a087a8468"
|
|
dependencies = [
|
|
"byteorder",
|
|
"time 0.2.27",
|
|
"wasmer-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmparser"
|
|
version = "0.83.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"
|
|
|
|
[[package]]
|
|
name = "wast"
|
|
version = "39.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e9bbbd53432b267421186feee3e52436531fa69a7cfee9403f5204352df3dd05"
|
|
dependencies = [
|
|
"leb128",
|
|
"memchr",
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wat"
|
|
version = "1.0.41"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ab98ed25494f97c69f28758617f27c3e92e5336040b5c3a14634f2dd3fe61830"
|
|
dependencies = [
|
|
"wast",
|
|
]
|
|
|
|
[[package]]
|
|
name = "web-sys"
|
|
version = "0.3.60"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
|
|
dependencies = [
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "which"
|
|
version = "4.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
|
|
dependencies = [
|
|
"either",
|
|
"lazy_static",
|
|
"libc",
|
|
]
|
|
|
|
[[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-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.36.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
|
dependencies = [
|
|
"windows_aarch64_msvc 0.36.1",
|
|
"windows_i686_gnu 0.36.1",
|
|
"windows_i686_msvc 0.36.1",
|
|
"windows_x86_64_gnu 0.36.1",
|
|
"windows_x86_64_msvc 0.36.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.42.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
dependencies = [
|
|
"windows_aarch64_gnullvm",
|
|
"windows_aarch64_msvc 0.42.0",
|
|
"windows_i686_gnu 0.42.0",
|
|
"windows_i686_msvc 0.42.0",
|
|
"windows_x86_64_gnu 0.42.0",
|
|
"windows_x86_64_gnullvm",
|
|
"windows_x86_64_msvc 0.42.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_gnullvm"
|
|
version = "0.42.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
|
|
|
|
[[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.36.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
version = "0.42.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
|
|
|
|
[[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.36.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
version = "0.42.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
|
|
|
|
[[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.36.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
version = "0.42.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
|
|
|
|
[[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.36.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
version = "0.42.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnullvm"
|
|
version = "0.42.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
|
|
|
|
[[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.36.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
version = "0.42.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
|
|
|
|
[[package]]
|
|
name = "winreg"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zeroize"
|
|
version = "1.5.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
|