Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
5468 lines (4951 sloc)
127 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 = "abort_on_panic" | |
version = "2.0.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "955f37ac58af2416bac687c8ab66a4ccba282229bd7422a28d2281a5e66a6116" | |
[[package]] | |
name = "adler" | |
version = "1.0.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" | |
[[package]] | |
name = "aead" | |
version = "0.4.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877" | |
dependencies = [ | |
"generic-array", | |
] | |
[[package]] | |
name = "aes" | |
version = "0.7.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8" | |
dependencies = [ | |
"cfg-if", | |
"cipher", | |
"cpufeatures", | |
"opaque-debug", | |
] | |
[[package]] | |
name = "aes-gcm" | |
version = "0.9.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6" | |
dependencies = [ | |
"aead", | |
"aes", | |
"cipher", | |
"ctr", | |
"ghash", | |
"subtle", | |
] | |
[[package]] | |
name = "aes-kw" | |
version = "0.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "da2cfe3156f99bc2978b812bcc9c98c6850810e2c0cd48366abb7163a1beeed0" | |
dependencies = [ | |
"aes", | |
"generic-array", | |
] | |
[[package]] | |
name = "ahash" | |
version = "0.7.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" | |
dependencies = [ | |
"getrandom", | |
"once_cell", | |
"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 = "alloc-no-stdlib" | |
version = "2.0.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "35ef4730490ad1c4eae5c4325b2a95f521d023e5c885853ff7aca0a6a1631db3" | |
[[package]] | |
name = "alloc-stdlib" | |
version = "0.2.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2" | |
dependencies = [ | |
"alloc-no-stdlib", | |
] | |
[[package]] | |
name = "ansi_term" | |
version = "0.12.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" | |
dependencies = [ | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "anyhow" | |
version = "1.0.57" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc" | |
[[package]] | |
name = "arrayvec" | |
version = "0.7.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" | |
dependencies = [ | |
"serde", | |
] | |
[[package]] | |
name = "ash" | |
version = "0.34.0+1.2.203" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "b0f780da53d0063880d45554306489f09dd8d1bda47688b4a57bc579119356df" | |
dependencies = [ | |
"libloading", | |
] | |
[[package]] | |
name = "ast_node" | |
version = "0.7.7" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "bc4c00309ed1c8104732df4a5fa9acc3b796b6f8531dfbd5ce0078c86f997244" | |
dependencies = [ | |
"darling", | |
"pmutil", | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"swc_macros_common", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "async-compression" | |
version = "0.3.13" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "8589c784ff02ac80dafc5e4116c3a2a3743ac5e0c902483518a88eec6559cf99" | |
dependencies = [ | |
"brotli", | |
"flate2", | |
"futures-core", | |
"memchr", | |
"pin-project-lite", | |
"tokio", | |
] | |
[[package]] | |
name = "async-stream" | |
version = "0.3.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e" | |
dependencies = [ | |
"async-stream-impl", | |
"futures-core", | |
] | |
[[package]] | |
name = "async-stream-impl" | |
version = "0.3.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27" | |
dependencies = [ | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "async-trait" | |
version = "0.1.53" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600" | |
dependencies = [ | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "atty" | |
version = "0.2.14" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" | |
dependencies = [ | |
"hermit-abi", | |
"libc", | |
"winapi 0.3.9", | |
] | |
[[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 1.0.38", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "autocfg" | |
version = "0.1.8" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78" | |
dependencies = [ | |
"autocfg 1.1.0", | |
] | |
[[package]] | |
name = "autocfg" | |
version = "1.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" | |
[[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.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" | |
[[package]] | |
name = "base64ct" | |
version = "1.1.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "e6b4d9b1225d28d360ec6a231d65af1fd99a2a095154c8040689617290569c5c" | |
[[package]] | |
name = "bencher" | |
version = "0.1.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "7dfdb4953a096c551ce9ace855a604d702e6e62d77fac690575ae347571717f5" | |
[[package]] | |
name = "better_scoped_tls" | |
version = "0.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "b73e8ecdec39e98aa3b19e8cd0b8ed8f77ccb86a6b0b2dc7cd86d105438a2123" | |
dependencies = [ | |
"scoped-tls", | |
] | |
[[package]] | |
name = "bit-set" | |
version = "0.5.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de" | |
dependencies = [ | |
"bit-vec", | |
] | |
[[package]] | |
name = "bit-vec" | |
version = "0.6.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" | |
[[package]] | |
name = "bitflags" | |
version = "1.3.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" | |
[[package]] | |
name = "bitflags_serde_shim" | |
version = "0.2.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "25c3d626f0280ec39b33a6fc5c6c1067432b4c41e94aee40ded197a6649bf025" | |
dependencies = [ | |
"bitflags", | |
"serde", | |
] | |
[[package]] | |
name = "block" | |
version = "0.1.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" | |
[[package]] | |
name = "block-buffer" | |
version = "0.9.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" | |
dependencies = [ | |
"generic-array", | |
] | |
[[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 = "block-modes" | |
version = "0.8.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "2cb03d1bed155d89dce0f845b7899b18a9a163e148fd004e1c28421a783e2d8e" | |
dependencies = [ | |
"block-padding", | |
"cipher", | |
] | |
[[package]] | |
name = "block-padding" | |
version = "0.2.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae" | |
[[package]] | |
name = "brotli" | |
version = "3.3.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68" | |
dependencies = [ | |
"alloc-no-stdlib", | |
"alloc-stdlib", | |
"brotli-decompressor", | |
] | |
[[package]] | |
name = "brotli-decompressor" | |
version = "2.3.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80" | |
dependencies = [ | |
"alloc-no-stdlib", | |
"alloc-stdlib", | |
] | |
[[package]] | |
name = "bumpalo" | |
version = "3.9.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899" | |
[[package]] | |
name = "byteorder" | |
version = "1.4.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" | |
[[package]] | |
name = "bytes" | |
version = "1.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" | |
[[package]] | |
name = "cache_control" | |
version = "0.2.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "1bf2a5fb3207c12b5d208ebc145f967fea5cac41a021c37417ccc31ba40f39ee" | |
[[package]] | |
name = "cc" | |
version = "1.0.73" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" | |
dependencies = [ | |
"jobserver", | |
] | |
[[package]] | |
name = "cfg-if" | |
version = "1.0.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | |
[[package]] | |
name = "cfg_aliases" | |
version = "0.1.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" | |
[[package]] | |
name = "chrono" | |
version = "0.4.19" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" | |
dependencies = [ | |
"libc", | |
"num-integer", | |
"num-traits", | |
"time 0.1.44", | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "cipher" | |
version = "0.3.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" | |
dependencies = [ | |
"generic-array", | |
] | |
[[package]] | |
name = "clap" | |
version = "3.1.12" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "7c167e37342afc5f33fd87bbc870cedd020d2a6dffa05d45ccd9241fbdd146db" | |
dependencies = [ | |
"atty", | |
"bitflags", | |
"clap_lex", | |
"indexmap", | |
"lazy_static", | |
"strsim 0.10.0", | |
"termcolor", | |
"textwrap", | |
] | |
[[package]] | |
name = "clap_complete" | |
version = "3.1.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "1506b87ee866f7a53a5131f7b31fba656170d797e873d0609884cfd56b8bbda8" | |
dependencies = [ | |
"clap", | |
] | |
[[package]] | |
name = "clap_complete_fig" | |
version = "3.1.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "3918ed0e233c37ab6055a2dc4b2bad2e113d44f56675e0140936b9bd253e4505" | |
dependencies = [ | |
"clap", | |
"clap_complete", | |
] | |
[[package]] | |
name = "clap_lex" | |
version = "0.1.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "189ddd3b5d32a70b35e7686054371742a937b0d99128e76dde6340210e966669" | |
dependencies = [ | |
"os_str_bytes", | |
] | |
[[package]] | |
name = "clipboard-win" | |
version = "4.4.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "2f3e1238132dc01f081e1cbb9dace14e5ef4c3a51ee244bd982275fb514605db" | |
dependencies = [ | |
"error-code", | |
"str-buf", | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "codespan-reporting" | |
version = "0.11.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" | |
dependencies = [ | |
"termcolor", | |
"unicode-width", | |
] | |
[[package]] | |
name = "const-oid" | |
version = "0.6.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "9d6f2aa4d0537bcc1c74df8755072bd31c1ef1a3a1b85a68e8404a8c353b7b8b" | |
[[package]] | |
name = "convert_case" | |
version = "0.4.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" | |
[[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 = "core-graphics-types" | |
version = "0.1.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b" | |
dependencies = [ | |
"bitflags", | |
"core-foundation", | |
"foreign-types", | |
"libc", | |
] | |
[[package]] | |
name = "cpufeatures" | |
version = "0.2.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b" | |
dependencies = [ | |
"libc", | |
] | |
[[package]] | |
name = "crc" | |
version = "2.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "49fc9a695bca7f35f5f4c15cddc84415f66a74ea78eef08e90c5024f2b540e23" | |
dependencies = [ | |
"crc-catalog", | |
] | |
[[package]] | |
name = "crc-catalog" | |
version = "1.1.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "ccaeedb56da03b09f598226e25e80088cb4cd25f316e6e4df7d695f0feeb1403" | |
[[package]] | |
name = "crc32fast" | |
version = "1.3.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" | |
dependencies = [ | |
"cfg-if", | |
] | |
[[package]] | |
name = "crossbeam-channel" | |
version = "0.5.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53" | |
dependencies = [ | |
"cfg-if", | |
"crossbeam-utils", | |
] | |
[[package]] | |
name = "crossbeam-utils" | |
version = "0.8.8" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38" | |
dependencies = [ | |
"cfg-if", | |
"lazy_static", | |
] | |
[[package]] | |
name = "crypto-bigint" | |
version = "0.2.11" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f83bd3bb4314701c568e340cd8cf78c975aa0ca79e03d3f6d1677d5b0c9c0c03" | |
dependencies = [ | |
"generic-array", | |
"rand_core", | |
"subtle", | |
"zeroize", | |
] | |
[[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 = "crypto-mac" | |
version = "0.11.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714" | |
dependencies = [ | |
"generic-array", | |
"subtle", | |
] | |
[[package]] | |
name = "ctor" | |
version = "0.1.22" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c" | |
dependencies = [ | |
"quote 1.0.18", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "ctr" | |
version = "0.8.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea" | |
dependencies = [ | |
"cipher", | |
] | |
[[package]] | |
name = "cty" | |
version = "0.2.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" | |
[[package]] | |
name = "d3d12" | |
version = "0.4.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "2daefd788d1e96e0a9d66dee4b828b883509bc3ea9ce30665f04c3246372690c" | |
dependencies = [ | |
"bitflags", | |
"libloading", | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "darling" | |
version = "0.10.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858" | |
dependencies = [ | |
"darling_core", | |
"darling_macro", | |
] | |
[[package]] | |
name = "darling_core" | |
version = "0.10.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b" | |
dependencies = [ | |
"fnv", | |
"ident_case", | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"strsim 0.9.3", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "darling_macro" | |
version = "0.10.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72" | |
dependencies = [ | |
"darling_core", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "dashmap" | |
version = "5.3.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "391b56fbd302e585b7a9494fb70e40949567b1cf9003a8e4a6041a1687c26573" | |
dependencies = [ | |
"cfg-if", | |
"hashbrown 0.12.1", | |
"lock_api", | |
] | |
[[package]] | |
name = "data-encoding" | |
version = "2.3.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57" | |
[[package]] | |
name = "data-url" | |
version = "0.1.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193" | |
dependencies = [ | |
"matches", | |
] | |
[[package]] | |
name = "debug_unreachable" | |
version = "0.1.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "9a032eac705ca39214d169f83e3d3da290af06d8d1d344d1baad2fd002dca4b3" | |
dependencies = [ | |
"unreachable", | |
] | |
[[package]] | |
name = "deno" | |
version = "1.22.2" | |
dependencies = [ | |
"atty", | |
"base64 0.13.0", | |
"cache_control", | |
"chrono", | |
"clap", | |
"clap_complete", | |
"clap_complete_fig", | |
"data-url", | |
"deno_ast", | |
"deno_bench_util", | |
"deno_broadcast_channel", | |
"deno_console", | |
"deno_core", | |
"deno_crypto", | |
"deno_doc", | |
"deno_emit", | |
"deno_fetch", | |
"deno_graph", | |
"deno_lint", | |
"deno_net", | |
"deno_runtime", | |
"deno_task_shell", | |
"deno_url", | |
"deno_web", | |
"deno_webgpu", | |
"deno_websocket", | |
"deno_webstorage", | |
"dissimilar", | |
"dprint-plugin-json", | |
"dprint-plugin-markdown", | |
"dprint-plugin-typescript", | |
"encoding_rs", | |
"env_logger", | |
"eszip", | |
"fancy-regex", | |
"flaky_test", | |
"fwdansi", | |
"http", | |
"import_map", | |
"indexmap", | |
"jsonc-parser", | |
"libc", | |
"log", | |
"mitata", | |
"nix", | |
"node_resolver", | |
"notify", | |
"once_cell", | |
"os_pipe", | |
"percent-encoding", | |
"pin-project", | |
"pretty_assertions", | |
"rand", | |
"regex", | |
"ring", | |
"rustyline", | |
"rustyline-derive", | |
"semver-parser 0.10.2", | |
"serde", | |
"serde_repr", | |
"shell-escape", | |
"tempfile", | |
"test_util", | |
"text-size", | |
"text_lines", | |
"tokio", | |
"tokio-util 0.7.1", | |
"tower-lsp", | |
"trust-dns-client", | |
"trust-dns-server", | |
"twox-hash", | |
"typed-arena", | |
"uuid", | |
"walkdir", | |
"winapi 0.3.9", | |
"winres", | |
"zstd", | |
] | |
[[package]] | |
name = "deno_ast" | |
version = "0.15.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "a2989afff97ba7da10f186e9a45e946b4ef943b9d4babd2ee7b4b24cc9906b69" | |
dependencies = [ | |
"anyhow", | |
"base64 0.13.0", | |
"data-url", | |
"dprint-swc-ext", | |
"serde", | |
"swc_bundler", | |
"swc_ecmascript", | |
"text_lines", | |
"url", | |
] | |
[[package]] | |
name = "deno_bench_util" | |
version = "0.49.0" | |
dependencies = [ | |
"bencher", | |
"deno_core", | |
"tokio", | |
] | |
[[package]] | |
name = "deno_broadcast_channel" | |
version = "0.49.0" | |
dependencies = [ | |
"async-trait", | |
"deno_core", | |
"tokio", | |
"uuid", | |
] | |
[[package]] | |
name = "deno_console" | |
version = "0.55.0" | |
dependencies = [ | |
"deno_core", | |
] | |
[[package]] | |
name = "deno_core" | |
version = "0.137.0" | |
dependencies = [ | |
"anyhow", | |
"deno_ast", | |
"deno_ops", | |
"futures", | |
"indexmap", | |
"libc", | |
"log", | |
"once_cell", | |
"parking_lot 0.12.0", | |
"pin-project", | |
"serde", | |
"serde_json", | |
"serde_v8", | |
"sourcemap", | |
"tokio", | |
"url", | |
"v8", | |
] | |
[[package]] | |
name = "deno_crypto" | |
version = "0.69.0" | |
dependencies = [ | |
"aes", | |
"aes-gcm", | |
"aes-kw", | |
"base64 0.13.0", | |
"block-modes", | |
"ctr", | |
"deno_core", | |
"deno_web", | |
"elliptic-curve", | |
"num-traits", | |
"once_cell", | |
"p256", | |
"p384", | |
"rand", | |
"ring", | |
"rsa", | |
"serde", | |
"serde_bytes", | |
"sha-1 0.9.8", | |
"sha2 0.9.9", | |
"spki", | |
"tokio", | |
"uuid", | |
] | |
[[package]] | |
name = "deno_doc" | |
version = "0.35.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "cb498c0dcc46a195f565b19eeef5593a6cdbd387ae1ef278ebf7eca2be55128b" | |
dependencies = [ | |
"cfg-if", | |
"deno_ast", | |
"deno_graph", | |
"futures", | |
"lazy_static", | |
"regex", | |
"serde", | |
"serde_json", | |
"termcolor", | |
] | |
[[package]] | |
name = "deno_emit" | |
version = "0.2.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "7d43a724dec6898f53984acc966d4ccf24d4d4c0a568db8e4429055166e3c86d" | |
dependencies = [ | |
"anyhow", | |
"base64 0.13.0", | |
"deno_ast", | |
"deno_graph", | |
"futures", | |
"parking_lot 0.11.2", | |
] | |
[[package]] | |
name = "deno_fetch" | |
version = "0.78.0" | |
dependencies = [ | |
"bytes", | |
"data-url", | |
"deno_core", | |
"deno_tls", | |
"dyn-clone", | |
"http", | |
"reqwest", | |
"serde", | |
"tokio", | |
"tokio-stream", | |
"tokio-util 0.7.1", | |
] | |
[[package]] | |
name = "deno_ffi" | |
version = "0.42.0" | |
dependencies = [ | |
"deno_core", | |
"dlopen", | |
"libffi", | |
"serde", | |
"tokio", | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "deno_graph" | |
version = "0.27.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "99110bbe6cc90fc653a6bd51cf56d8545cd210f3da913aab63d7e362ab9dbaa4" | |
dependencies = [ | |
"anyhow", | |
"cfg-if", | |
"data-url", | |
"deno_ast", | |
"futures", | |
"lazy_static", | |
"parking_lot 0.12.0", | |
"regex", | |
"ring", | |
"serde", | |
"serde_json", | |
"sourcemap", | |
"termcolor", | |
"url", | |
] | |
[[package]] | |
name = "deno_http" | |
version = "0.49.0" | |
dependencies = [ | |
"async-compression", | |
"base64 0.13.0", | |
"bencher", | |
"brotli", | |
"bytes", | |
"cache_control", | |
"deno_core", | |
"deno_websocket", | |
"flate2", | |
"fly-accept-encoding", | |
"hyper", | |
"mime", | |
"percent-encoding", | |
"phf", | |
"ring", | |
"serde", | |
"tokio", | |
"tokio-util 0.7.1", | |
] | |
[[package]] | |
name = "deno_lint" | |
version = "0.30.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "a550a14b0b175707c116ab26dd97d96424f238a8c562a719971376d3d75529be" | |
dependencies = [ | |
"anyhow", | |
"deno_ast", | |
"derive_more", | |
"if_chain", | |
"log", | |
"once_cell", | |
"regex", | |
"serde", | |
"serde_json", | |
] | |
[[package]] | |
name = "deno_net" | |
version = "0.47.0" | |
dependencies = [ | |
"deno_core", | |
"deno_tls", | |
"log", | |
"serde", | |
"socket2", | |
"tokio", | |
"trust-dns-proto", | |
"trust-dns-resolver", | |
] | |
[[package]] | |
name = "deno_ops" | |
version = "0.15.0" | |
dependencies = [ | |
"proc-macro-crate", | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "deno_runtime" | |
version = "0.63.0" | |
dependencies = [ | |
"atty", | |
"deno_broadcast_channel", | |
"deno_console", | |
"deno_core", | |
"deno_crypto", | |
"deno_fetch", | |
"deno_ffi", | |
"deno_http", | |
"deno_net", | |
"deno_tls", | |
"deno_url", | |
"deno_web", | |
"deno_webgpu", | |
"deno_webidl", | |
"deno_websocket", | |
"deno_webstorage", | |
"dlopen", | |
"encoding_rs", | |
"filetime", | |
"fs3", | |
"fwdansi", | |
"http", | |
"hyper", | |
"libc", | |
"log", | |
"lzzzz", | |
"netif", | |
"nix", | |
"notify", | |
"once_cell", | |
"regex", | |
"ring", | |
"serde", | |
"signal-hook-registry", | |
"sys-info", | |
"termcolor", | |
"test_util", | |
"tokio", | |
"uuid", | |
"winapi 0.3.9", | |
"winres", | |
] | |
[[package]] | |
name = "deno_task_shell" | |
version = "0.3.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "308f9cbff42f7110e22add1fc1c1dbff93a48855a1e6bc459f848d6b52a9c09f" | |
dependencies = [ | |
"anyhow", | |
"futures", | |
"os_pipe", | |
"path-dedot", | |
"tokio", | |
] | |
[[package]] | |
name = "deno_tls" | |
version = "0.42.0" | |
dependencies = [ | |
"deno_core", | |
"once_cell", | |
"rustls", | |
"rustls-native-certs", | |
"rustls-pemfile 1.0.0", | |
"serde", | |
"webpki", | |
"webpki-roots", | |
] | |
[[package]] | |
name = "deno_url" | |
version = "0.55.0" | |
dependencies = [ | |
"deno_bench_util", | |
"deno_core", | |
"deno_webidl", | |
"serde", | |
"serde_repr", | |
"urlpattern", | |
] | |
[[package]] | |
name = "deno_web" | |
version = "0.86.0" | |
dependencies = [ | |
"async-trait", | |
"base64 0.13.0", | |
"deno_bench_util", | |
"deno_core", | |
"deno_url", | |
"deno_webidl", | |
"encoding_rs", | |
"flate2", | |
"serde", | |
"tokio", | |
"uuid", | |
] | |
[[package]] | |
name = "deno_webgpu" | |
version = "0.56.0" | |
dependencies = [ | |
"deno_core", | |
"serde", | |
"tokio", | |
"wgpu-core", | |
"wgpu-types", | |
] | |
[[package]] | |
name = "deno_webidl" | |
version = "0.55.0" | |
dependencies = [ | |
"deno_core", | |
] | |
[[package]] | |
name = "deno_websocket" | |
version = "0.60.0" | |
dependencies = [ | |
"deno_core", | |
"deno_tls", | |
"http", | |
"hyper", | |
"serde", | |
"tokio", | |
"tokio-rustls", | |
"tokio-tungstenite", | |
] | |
[[package]] | |
name = "deno_webstorage" | |
version = "0.50.0" | |
dependencies = [ | |
"deno_core", | |
"deno_web", | |
"rusqlite", | |
"serde", | |
] | |
[[package]] | |
name = "der" | |
version = "0.4.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "79b71cca7d95d7681a4b3b9cdf63c8dbc3730d0584c2c74e31416d64a90493f4" | |
dependencies = [ | |
"const-oid", | |
"crypto-bigint", | |
] | |
[[package]] | |
name = "derive_more" | |
version = "0.99.17" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" | |
dependencies = [ | |
"convert_case", | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"rustc_version 0.4.0", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "diff" | |
version = "0.1.12" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" | |
[[package]] | |
name = "digest" | |
version = "0.9.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" | |
dependencies = [ | |
"generic-array", | |
] | |
[[package]] | |
name = "digest" | |
version = "0.10.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506" | |
dependencies = [ | |
"block-buffer 0.10.2", | |
"crypto-common", | |
] | |
[[package]] | |
name = "dissimilar" | |
version = "1.0.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "31ad93652f40969dead8d4bf897a41e9462095152eb21c56e5830537e41179dd" | |
[[package]] | |
name = "dlopen" | |
version = "0.1.8" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "71e80ad39f814a9abe68583cd50a2d45c8a67561c3361ab8da240587dda80937" | |
dependencies = [ | |
"dlopen_derive", | |
"lazy_static", | |
"libc", | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "dlopen_derive" | |
version = "0.1.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f236d9e1b1fbd81cea0f9cbdc8dcc7e8ebcd80e6659cd7cb2ad5f6c05946c581" | |
dependencies = [ | |
"libc", | |
"quote 0.6.13", | |
"syn 0.15.44", | |
] | |
[[package]] | |
name = "dprint-core" | |
version = "0.58.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "8993a9e868c95a365957c95b7f4db599d10c87389a462ce30f102f2e1e9cec0d" | |
dependencies = [ | |
"anyhow", | |
"bumpalo", | |
"indexmap", | |
"rustc-hash", | |
"serde", | |
] | |
[[package]] | |
name = "dprint-plugin-json" | |
version = "0.15.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f1e5fe967adc699073aa92ce4c931de1932ee58f4b755c3b32fed15580636558" | |
dependencies = [ | |
"anyhow", | |
"dprint-core", | |
"jsonc-parser", | |
"serde", | |
"text_lines", | |
] | |
[[package]] | |
name = "dprint-plugin-markdown" | |
version = "0.13.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "749753ef284b5eea8ab11e8baf01a735351c83747cdd72c5913e2351e6b8a309" | |
dependencies = [ | |
"anyhow", | |
"dprint-core", | |
"pulldown-cmark", | |
"regex", | |
"serde", | |
] | |
[[package]] | |
name = "dprint-plugin-typescript" | |
version = "0.68.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "92ecec44e1646cb6d2574ef4ff5e169c56ac2fdc89cb8ada6ac25745a9d4fd64" | |
dependencies = [ | |
"anyhow", | |
"deno_ast", | |
"dprint-core", | |
"rustc-hash", | |
"serde", | |
] | |
[[package]] | |
name = "dprint-swc-ext" | |
version = "0.1.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "3df529037ff02f1c43ae8c6cce54d9ad85546ff89cb5c1988f56130c16e16a48" | |
dependencies = [ | |
"bumpalo", | |
"num-bigint", | |
"rustc-hash", | |
"swc_atoms", | |
"swc_common", | |
"swc_ecmascript", | |
"text_lines", | |
] | |
[[package]] | |
name = "dyn-clone" | |
version = "1.0.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28" | |
[[package]] | |
name = "ecdsa" | |
version = "0.12.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "43ee23aa5b4f68c7a092b5c3beb25f50c406adc75e2363634f242f28ab255372" | |
dependencies = [ | |
"der", | |
"elliptic-curve", | |
"hmac", | |
"signature", | |
] | |
[[package]] | |
name = "either" | |
version = "1.6.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" | |
[[package]] | |
name = "elliptic-curve" | |
version = "0.10.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "beca177dcb8eb540133e7680baff45e7cc4d93bf22002676cec549f82343721b" | |
dependencies = [ | |
"crypto-bigint", | |
"ff", | |
"generic-array", | |
"group", | |
"pkcs8", | |
"rand_core", | |
"subtle", | |
"zeroize", | |
] | |
[[package]] | |
name = "encoding_rs" | |
version = "0.8.31" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b" | |
dependencies = [ | |
"cfg-if", | |
] | |
[[package]] | |
name = "endian-type" | |
version = "0.1.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" | |
[[package]] | |
name = "enum-as-inner" | |
version = "0.4.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73" | |
dependencies = [ | |
"heck", | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "enum_kind" | |
version = "0.2.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "78b940da354ae81ef0926c5eaa428207b8f4f091d3956c891dfbd124162bed99" | |
dependencies = [ | |
"pmutil", | |
"proc-macro2 1.0.38", | |
"swc_macros_common", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "env_logger" | |
version = "0.9.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" | |
dependencies = [ | |
"atty", | |
"humantime", | |
"log", | |
"regex", | |
"termcolor", | |
] | |
[[package]] | |
name = "errno" | |
version = "0.1.8" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "1e2b2decb0484e15560df3210cf0d78654bb0864b2c138977c07e377a1bae0e2" | |
dependencies = [ | |
"kernel32-sys", | |
"libc", | |
"winapi 0.2.8", | |
] | |
[[package]] | |
name = "errno" | |
version = "0.2.8" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" | |
dependencies = [ | |
"errno-dragonfly", | |
"libc", | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "errno-dragonfly" | |
version = "0.1.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" | |
dependencies = [ | |
"cc", | |
"libc", | |
] | |
[[package]] | |
name = "error-code" | |
version = "2.3.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21" | |
dependencies = [ | |
"libc", | |
"str-buf", | |
] | |
[[package]] | |
name = "eszip" | |
version = "0.20.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "9c2a7e3d40eb2f779d30d68f5b3605584d79533d5b314ece9cdbb9c14358cb80" | |
dependencies = [ | |
"anyhow", | |
"base64 0.13.0", | |
"deno_ast", | |
"deno_graph", | |
"futures", | |
"serde", | |
"serde_json", | |
"sha2 0.10.2", | |
"thiserror", | |
"tokio", | |
"url", | |
] | |
[[package]] | |
name = "fallible-iterator" | |
version = "0.2.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" | |
[[package]] | |
name = "fallible-streaming-iterator" | |
version = "0.1.9" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" | |
[[package]] | |
name = "fancy-regex" | |
version = "0.9.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "367dc842ccf982f1cebf8be5ecb65b347db9fd18bdd7fd255c5ad0d3fc02f6a6" | |
dependencies = [ | |
"bit-set", | |
"regex", | |
] | |
[[package]] | |
name = "fastrand" | |
version = "1.7.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf" | |
dependencies = [ | |
"instant", | |
] | |
[[package]] | |
name = "fd-lock" | |
version = "3.0.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "46e245f4c8ec30c6415c56cb132c07e69e74f1942f6b4a4061da748b49f486ca" | |
dependencies = [ | |
"cfg-if", | |
"rustix", | |
"windows-sys 0.30.0", | |
] | |
[[package]] | |
name = "ff" | |
version = "0.10.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d0f40b2dcd8bc322217a5f6559ae5f9e9d1de202a2ecee2e9eafcbece7562a4f" | |
dependencies = [ | |
"rand_core", | |
"subtle", | |
] | |
[[package]] | |
name = "filetime" | |
version = "0.2.16" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "c0408e2626025178a6a7f7ffc05a25bc47103229f19c113755de7bf63816290c" | |
dependencies = [ | |
"cfg-if", | |
"libc", | |
"redox_syscall", | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "fixedbitset" | |
version = "0.4.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e" | |
[[package]] | |
name = "flaky_test" | |
version = "0.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "479cde5eb168cf5a056dd98f311cbfab7494c216394e4fb9eba0336827a8db93" | |
dependencies = [ | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "flate2" | |
version = "1.0.23" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af" | |
dependencies = [ | |
"cfg-if", | |
"crc32fast", | |
"libc", | |
"miniz_oxide", | |
] | |
[[package]] | |
name = "fly-accept-encoding" | |
version = "0.2.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "a3afa7516fdcfd8e5e93a938f8fec857785ced190a1f62d842d1fe1ffbe22ba8" | |
dependencies = [ | |
"http", | |
"itertools", | |
"thiserror", | |
] | |
[[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.0.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" | |
dependencies = [ | |
"matches", | |
"percent-encoding", | |
] | |
[[package]] | |
name = "from_variant" | |
version = "0.1.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "0951635027ca477be98f8774abd6f0345233439d63f307e47101acb40c7cc63d" | |
dependencies = [ | |
"pmutil", | |
"proc-macro2 1.0.38", | |
"swc_macros_common", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "fs3" | |
version = "0.5.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "fb17cf6ed704f72485332f6ab65257460c4f9f3083934cf402bf9f5b3b600a90" | |
dependencies = [ | |
"libc", | |
"rustc_version 0.2.3", | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "fsevent-sys" | |
version = "4.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" | |
dependencies = [ | |
"libc", | |
] | |
[[package]] | |
name = "fslock" | |
version = "0.1.8" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "57eafdd0c16f57161105ae1b98a1238f97645f2f588438b2949c99a2af9616bf" | |
dependencies = [ | |
"libc", | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "futures" | |
version = "0.3.21" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e" | |
dependencies = [ | |
"futures-channel", | |
"futures-core", | |
"futures-executor", | |
"futures-io", | |
"futures-sink", | |
"futures-task", | |
"futures-util", | |
] | |
[[package]] | |
name = "futures-channel" | |
version = "0.3.21" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010" | |
dependencies = [ | |
"futures-core", | |
"futures-sink", | |
] | |
[[package]] | |
name = "futures-core" | |
version = "0.3.21" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3" | |
[[package]] | |
name = "futures-executor" | |
version = "0.3.21" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6" | |
dependencies = [ | |
"futures-core", | |
"futures-task", | |
"futures-util", | |
] | |
[[package]] | |
name = "futures-io" | |
version = "0.3.21" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b" | |
[[package]] | |
name = "futures-macro" | |
version = "0.3.21" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512" | |
dependencies = [ | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "futures-sink" | |
version = "0.3.21" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868" | |
[[package]] | |
name = "futures-task" | |
version = "0.3.21" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a" | |
[[package]] | |
name = "futures-util" | |
version = "0.3.21" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a" | |
dependencies = [ | |
"futures-channel", | |
"futures-core", | |
"futures-io", | |
"futures-macro", | |
"futures-sink", | |
"futures-task", | |
"memchr", | |
"pin-project-lite", | |
"pin-utils", | |
"slab", | |
] | |
[[package]] | |
name = "fwdansi" | |
version = "1.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208" | |
dependencies = [ | |
"memchr", | |
"termcolor", | |
] | |
[[package]] | |
name = "fxhash" | |
version = "0.2.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" | |
dependencies = [ | |
"byteorder", | |
] | |
[[package]] | |
name = "generic-array" | |
version = "0.14.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803" | |
dependencies = [ | |
"typenum", | |
"version_check", | |
] | |
[[package]] | |
name = "getrandom" | |
version = "0.2.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad" | |
dependencies = [ | |
"cfg-if", | |
"libc", | |
"wasi 0.10.0+wasi-snapshot-preview1", | |
] | |
[[package]] | |
name = "ghash" | |
version = "0.4.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99" | |
dependencies = [ | |
"opaque-debug", | |
"polyval", | |
] | |
[[package]] | |
name = "glow" | |
version = "0.11.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d8bd5877156a19b8ac83a29b2306fe20537429d318f3ff0a1a2119f8d9c61919" | |
dependencies = [ | |
"js-sys", | |
"slotmap", | |
"wasm-bindgen", | |
"web-sys", | |
] | |
[[package]] | |
name = "gpu-alloc" | |
version = "0.5.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "7fc59e5f710e310e76e6707f86c561dd646f69a8876da9131703b2f717de818d" | |
dependencies = [ | |
"bitflags", | |
"gpu-alloc-types", | |
] | |
[[package]] | |
name = "gpu-alloc-types" | |
version = "0.2.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5" | |
dependencies = [ | |
"bitflags", | |
] | |
[[package]] | |
name = "gpu-descriptor" | |
version = "0.2.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "a538f217be4d405ff4719a283ca68323cc2384003eca5baaa87501e821c81dda" | |
dependencies = [ | |
"bitflags", | |
"gpu-descriptor-types", | |
"hashbrown 0.11.2", | |
] | |
[[package]] | |
name = "gpu-descriptor-types" | |
version = "0.1.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126" | |
dependencies = [ | |
"bitflags", | |
] | |
[[package]] | |
name = "group" | |
version = "0.10.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "1c363a5301b8f153d80747126a04b3c82073b9fe3130571a9d170cacdeaf7912" | |
dependencies = [ | |
"ff", | |
"rand_core", | |
"subtle", | |
] | |
[[package]] | |
name = "h2" | |
version = "0.3.13" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57" | |
dependencies = [ | |
"bytes", | |
"fnv", | |
"futures-core", | |
"futures-sink", | |
"futures-util", | |
"http", | |
"indexmap", | |
"slab", | |
"tokio", | |
"tokio-util 0.7.1", | |
"tracing", | |
] | |
[[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.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3" | |
[[package]] | |
name = "hashlink" | |
version = "0.7.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf" | |
dependencies = [ | |
"hashbrown 0.11.2", | |
] | |
[[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 = "hexf-parse" | |
version = "0.2.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" | |
[[package]] | |
name = "hmac" | |
version = "0.11.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b" | |
dependencies = [ | |
"crypto-mac", | |
"digest 0.9.0", | |
] | |
[[package]] | |
name = "hostname" | |
version = "0.3.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" | |
dependencies = [ | |
"libc", | |
"match_cfg", | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "http" | |
version = "0.2.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03" | |
dependencies = [ | |
"bytes", | |
"fnv", | |
"itoa", | |
] | |
[[package]] | |
name = "http-body" | |
version = "0.4.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6" | |
dependencies = [ | |
"bytes", | |
"http", | |
"pin-project-lite", | |
] | |
[[package]] | |
name = "httparse" | |
version = "1.7.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c" | |
[[package]] | |
name = "httpdate" | |
version = "1.0.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" | |
[[package]] | |
name = "humantime" | |
version = "2.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" | |
[[package]] | |
name = "hyper" | |
version = "0.14.18" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2" | |
dependencies = [ | |
"bytes", | |
"futures-channel", | |
"futures-core", | |
"futures-util", | |
"h2", | |
"http", | |
"http-body", | |
"httparse", | |
"httpdate", | |
"itoa", | |
"pin-project-lite", | |
"socket2", | |
"tokio", | |
"tower-service", | |
"tracing", | |
"want", | |
] | |
[[package]] | |
name = "hyper-rustls" | |
version = "0.23.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac" | |
dependencies = [ | |
"http", | |
"hyper", | |
"rustls", | |
"tokio", | |
"tokio-rustls", | |
] | |
[[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.2.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" | |
dependencies = [ | |
"matches", | |
"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 = "import_map" | |
version = "0.9.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f99e0f89d56c163538ea6bf1f250049669298a26daeee15a9a18f4118cc503f1" | |
dependencies = [ | |
"indexmap", | |
"log", | |
"serde", | |
"serde_json", | |
"url", | |
] | |
[[package]] | |
name = "indexmap" | |
version = "1.8.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee" | |
dependencies = [ | |
"autocfg 1.1.0", | |
"hashbrown 0.11.2", | |
"serde", | |
] | |
[[package]] | |
name = "inotify" | |
version = "0.9.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" | |
dependencies = [ | |
"bitflags", | |
"inotify-sys", | |
"libc", | |
] | |
[[package]] | |
name = "inotify-sys" | |
version = "0.1.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" | |
dependencies = [ | |
"libc", | |
] | |
[[package]] | |
name = "inplace_it" | |
version = "0.3.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "90953f308a79fe6d62a4643e51f848fbfddcd05975a38e69fdf4ab86a7baf7ca" | |
[[package]] | |
name = "instant" | |
version = "0.1.12" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" | |
dependencies = [ | |
"cfg-if", | |
] | |
[[package]] | |
name = "io-lifetimes" | |
version = "0.6.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "9448015e586b611e5d322f6703812bbca2f1e709d5773ecd38ddb4e3bb649504" | |
[[package]] | |
name = "ipconfig" | |
version = "0.3.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "723519edce41262b05d4143ceb95050e4c614f483e78e9fd9e39a8275a84ad98" | |
dependencies = [ | |
"socket2", | |
"widestring", | |
"winapi 0.3.9", | |
"winreg 0.7.0", | |
] | |
[[package]] | |
name = "ipnet" | |
version = "2.5.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b" | |
[[package]] | |
name = "is-macro" | |
version = "0.2.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "94b2c46692aee0d1b3aad44e781ac0f0e7db42ef27adaa0a877b627040019813" | |
dependencies = [ | |
"Inflector", | |
"pmutil", | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
] | |
[[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 = "1.0.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" | |
[[package]] | |
name = "jobserver" | |
version = "0.1.24" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa" | |
dependencies = [ | |
"libc", | |
] | |
[[package]] | |
name = "js-sys" | |
version = "0.3.57" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397" | |
dependencies = [ | |
"wasm-bindgen", | |
] | |
[[package]] | |
name = "jsonc-parser" | |
version = "0.19.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "34bbb0cd324c4ed32861be1d00c58635b94d03a2d2c70f6aec5f1a419c532783" | |
dependencies = [ | |
"serde_json", | |
] | |
[[package]] | |
name = "kernel32-sys" | |
version = "0.2.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | |
dependencies = [ | |
"winapi 0.2.8", | |
"winapi-build", | |
] | |
[[package]] | |
name = "khronos-egl" | |
version = "4.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3" | |
dependencies = [ | |
"libc", | |
"libloading", | |
] | |
[[package]] | |
name = "kqueue" | |
version = "1.0.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "4d6112e8f37b59803ac47a42d14f1f3a59bbf72fc6857ffc5be455e28a691f8e" | |
dependencies = [ | |
"kqueue-sys", | |
"libc", | |
] | |
[[package]] | |
name = "kqueue-sys" | |
version = "1.0.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587" | |
dependencies = [ | |
"bitflags", | |
"libc", | |
] | |
[[package]] | |
name = "lazy_static" | |
version = "1.4.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | |
dependencies = [ | |
"spin", | |
] | |
[[package]] | |
name = "lexical" | |
version = "6.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "ccd3e434c16f0164124ade12dcdee324fcc3dafb1cad0c7f1d8c2451a1aa6886" | |
dependencies = [ | |
"lexical-core", | |
] | |
[[package]] | |
name = "lexical-core" | |
version = "0.8.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "92912c4af2e7d9075be3e5e3122c4d7263855fa6cce34fbece4dd08e5884624d" | |
dependencies = [ | |
"lexical-parse-float", | |
"lexical-parse-integer", | |
"lexical-util", | |
"lexical-write-float", | |
"lexical-write-integer", | |
] | |
[[package]] | |
name = "lexical-parse-float" | |
version = "0.8.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f518eed87c3be6debe6d26b855c97358d8a11bf05acec137e5f53080f5ad2dd8" | |
dependencies = [ | |
"lexical-parse-integer", | |
"lexical-util", | |
"static_assertions", | |
] | |
[[package]] | |
name = "lexical-parse-integer" | |
version = "0.8.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "afc852ec67c6538bbb2b9911116a385b24510e879a69ab516e6a151b15a79168" | |
dependencies = [ | |
"lexical-util", | |
"static_assertions", | |
] | |
[[package]] | |
name = "lexical-util" | |
version = "0.8.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "c72a9d52c5c4e62fa2cdc2cb6c694a39ae1382d9c2a17a466f18e272a0930eb1" | |
dependencies = [ | |
"static_assertions", | |
] | |
[[package]] | |
name = "lexical-write-float" | |
version = "0.8.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "8a89ec1d062e481210c309b672f73a0567b7855f21e7d2fae636df44d12e97f9" | |
dependencies = [ | |
"lexical-util", | |
"lexical-write-integer", | |
"static_assertions", | |
] | |
[[package]] | |
name = "lexical-write-integer" | |
version = "0.8.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "094060bd2a7c2ff3a16d5304a6ae82727cb3cc9d1c70f813cc73f744c319337e" | |
dependencies = [ | |
"lexical-util", | |
"static_assertions", | |
] | |
[[package]] | |
name = "libc" | |
version = "0.2.126" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" | |
[[package]] | |
name = "libffi" | |
version = "3.0.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "0e08093a2ddeee94bd0c830a53d895ff91f1f3bb0f9b3c8c6b00739cdf76bc1d" | |
dependencies = [ | |
"abort_on_panic", | |
"libc", | |
"libffi-sys", | |
] | |
[[package]] | |
name = "libffi-sys" | |
version = "2.0.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "ab4106b7f09d7b87d021334d5618fac1dfcfb824d4c5fe111ff0074dfd242e15" | |
dependencies = [ | |
"cc", | |
] | |
[[package]] | |
name = "libloading" | |
version = "0.7.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd" | |
dependencies = [ | |
"cfg-if", | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "libm" | |
version = "0.2.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db" | |
[[package]] | |
name = "libsqlite3-sys" | |
version = "0.24.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14" | |
dependencies = [ | |
"cc", | |
"pkg-config", | |
"vcpkg", | |
] | |
[[package]] | |
name = "linked-hash-map" | |
version = "0.5.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" | |
[[package]] | |
name = "linux-raw-sys" | |
version = "0.0.46" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d" | |
[[package]] | |
name = "lock_api" | |
version = "0.4.7" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53" | |
dependencies = [ | |
"autocfg 1.1.0", | |
"scopeguard", | |
] | |
[[package]] | |
name = "log" | |
version = "0.4.16" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8" | |
dependencies = [ | |
"cfg-if", | |
"serde", | |
] | |
[[package]] | |
name = "lru-cache" | |
version = "0.1.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" | |
dependencies = [ | |
"linked-hash-map", | |
] | |
[[package]] | |
name = "lsp-types" | |
version = "0.93.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "70c74e2173b2b31f8655d33724b4b45ac13f439386f66290f539c22b144c2212" | |
dependencies = [ | |
"bitflags", | |
"serde", | |
"serde_json", | |
"serde_repr", | |
"url", | |
] | |
[[package]] | |
name = "lzzzz" | |
version = "0.8.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f6d891cedd3b1659c206a60ff8afd15bccd7c2754b157f8a164861989e042b88" | |
dependencies = [ | |
"cc", | |
] | |
[[package]] | |
name = "malloc_buf" | |
version = "0.0.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" | |
dependencies = [ | |
"libc", | |
] | |
[[package]] | |
name = "match_cfg" | |
version = "0.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" | |
[[package]] | |
name = "matches" | |
version = "0.1.9" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" | |
[[package]] | |
name = "memchr" | |
version = "2.5.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" | |
[[package]] | |
name = "memoffset" | |
version = "0.6.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" | |
dependencies = [ | |
"autocfg 1.1.0", | |
] | |
[[package]] | |
name = "metal" | |
version = "0.23.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "e0514f491f4cc03632ab399ee01e2c1c1b12d3e1cf2d667c1ff5f87d6dcd2084" | |
dependencies = [ | |
"bitflags", | |
"block", | |
"core-graphics-types", | |
"foreign-types", | |
"log", | |
"objc", | |
] | |
[[package]] | |
name = "mime" | |
version = "0.3.16" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" | |
[[package]] | |
name = "miniz_oxide" | |
version = "0.5.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082" | |
dependencies = [ | |
"adler", | |
] | |
[[package]] | |
name = "mio" | |
version = "0.8.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799" | |
dependencies = [ | |
"libc", | |
"log", | |
"wasi 0.11.0+wasi-snapshot-preview1", | |
"windows-sys 0.36.1", | |
] | |
[[package]] | |
name = "mitata" | |
version = "0.0.7" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "21fd49a3bd69c5be5d2c21899e2995ed99193b48e2c9f3ac09596a0d69f7fa79" | |
dependencies = [ | |
"clap", | |
] | |
[[package]] | |
name = "naga" | |
version = "0.8.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "3012f2dbcc79e8e0b5825a4836a7106a75dd9b2fe42c528163be0f572538c705" | |
dependencies = [ | |
"bit-set", | |
"bitflags", | |
"codespan-reporting", | |
"hexf-parse", | |
"indexmap", | |
"log", | |
"num-traits", | |
"rustc-hash", | |
"serde", | |
"spirv", | |
"thiserror", | |
] | |
[[package]] | |
name = "netif" | |
version = "0.1.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "97ea59a9e719be226ab85078ed524f1cf62b43c0ebf3014d50aa22f988996dfe" | |
dependencies = [ | |
"libc", | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "new_debug_unreachable" | |
version = "1.0.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" | |
[[package]] | |
name = "nibble_vec" | |
version = "0.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" | |
dependencies = [ | |
"smallvec", | |
] | |
[[package]] | |
name = "nix" | |
version = "0.23.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f305c2c2e4c39a82f7bf0bf65fb557f9070ce06781d4f2454295cc34b1c43188" | |
dependencies = [ | |
"bitflags", | |
"cc", | |
"cfg-if", | |
"libc", | |
"memoffset", | |
] | |
[[package]] | |
name = "node_resolver" | |
version = "0.1.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f1012fcb4f5cc14c272731f4baf6ba8a2d40c650908f4d2531f7ed17f214e5ae" | |
dependencies = [ | |
"anyhow", | |
"path-clean", | |
"serde", | |
"serde_json", | |
] | |
[[package]] | |
name = "notify" | |
version = "5.0.0-pre.14" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d13c22db70a63592e098fb51735bab36646821e6389a0ba171f3549facdf0b74" | |
dependencies = [ | |
"bitflags", | |
"crossbeam-channel", | |
"filetime", | |
"fsevent-sys", | |
"inotify", | |
"kqueue", | |
"libc", | |
"mio", | |
"walkdir", | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "num-bigint" | |
version = "0.4.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" | |
dependencies = [ | |
"autocfg 1.1.0", | |
"num-integer", | |
"num-traits", | |
"serde", | |
] | |
[[package]] | |
name = "num-bigint-dig" | |
version = "0.7.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "4547ee5541c18742396ae2c895d0717d0f886d8823b8399cdaf7b07d63ad0480" | |
dependencies = [ | |
"autocfg 0.1.8", | |
"byteorder", | |
"lazy_static", | |
"libm", | |
"num-integer", | |
"num-iter", | |
"num-traits", | |
"rand", | |
"smallvec", | |
"zeroize", | |
] | |
[[package]] | |
name = "num-integer" | |
version = "0.1.45" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" | |
dependencies = [ | |
"autocfg 1.1.0", | |
"num-traits", | |
] | |
[[package]] | |
name = "num-iter" | |
version = "0.1.43" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" | |
dependencies = [ | |
"autocfg 1.1.0", | |
"num-integer", | |
"num-traits", | |
] | |
[[package]] | |
name = "num-traits" | |
version = "0.2.15" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" | |
dependencies = [ | |
"autocfg 1.1.0", | |
"libm", | |
] | |
[[package]] | |
name = "num_cpus" | |
version = "1.13.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" | |
dependencies = [ | |
"hermit-abi", | |
"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 = "objc" | |
version = "0.2.7" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" | |
dependencies = [ | |
"malloc_buf", | |
"objc_exception", | |
] | |
[[package]] | |
name = "objc_exception" | |
version = "0.1.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4" | |
dependencies = [ | |
"cc", | |
] | |
[[package]] | |
name = "once_cell" | |
version = "1.10.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9" | |
[[package]] | |
name = "opaque-debug" | |
version = "0.3.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" | |
[[package]] | |
name = "openssl-probe" | |
version = "0.1.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" | |
[[package]] | |
name = "os_pipe" | |
version = "1.0.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "2c92f2b54f081d635c77e7120862d48db8e91f7f21cef23ab1b4fe9971c59f55" | |
dependencies = [ | |
"libc", | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "os_str_bytes" | |
version = "6.0.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" | |
[[package]] | |
name = "output_vt100" | |
version = "0.1.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" | |
dependencies = [ | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "p256" | |
version = "0.9.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d053368e1bae4c8a672953397bd1bd7183dde1c72b0b7612a15719173148d186" | |
dependencies = [ | |
"ecdsa", | |
"elliptic-curve", | |
"sha2 0.9.9", | |
] | |
[[package]] | |
name = "p384" | |
version = "0.8.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f23bc88c404ccc881c8a1ad62ba5cd7d336a64ecbf46de4874f2ad955f67b157" | |
dependencies = [ | |
"elliptic-curve", | |
] | |
[[package]] | |
name = "parking_lot" | |
version = "0.11.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" | |
dependencies = [ | |
"instant", | |
"lock_api", | |
"parking_lot_core 0.8.5", | |
] | |
[[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 0.9.3", | |
] | |
[[package]] | |
name = "parking_lot_core" | |
version = "0.8.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" | |
dependencies = [ | |
"cfg-if", | |
"instant", | |
"libc", | |
"redox_syscall", | |
"smallvec", | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "parking_lot_core" | |
version = "0.9.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929" | |
dependencies = [ | |
"cfg-if", | |
"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 = "path-dedot" | |
version = "3.0.17" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d611d5291372b3738a34ebf0d1f849e58b1dcc1101032f76a346eaa1f8ddbb5b" | |
dependencies = [ | |
"once_cell", | |
] | |
[[package]] | |
name = "pathdiff" | |
version = "0.2.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" | |
[[package]] | |
name = "pem-rfc7468" | |
version = "0.2.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "84e93a3b1cc0510b03020f33f21e62acdde3dcaef432edc95bea377fbd4c2cd4" | |
dependencies = [ | |
"base64ct", | |
] | |
[[package]] | |
name = "percent-encoding" | |
version = "2.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" | |
[[package]] | |
name = "pest" | |
version = "2.1.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53" | |
dependencies = [ | |
"ucd-trie", | |
] | |
[[package]] | |
name = "petgraph" | |
version = "0.6.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f" | |
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", | |
] | |
[[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 1.0.38", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
] | |
[[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" | |
version = "1.0.10" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e" | |
dependencies = [ | |
"pin-project-internal", | |
] | |
[[package]] | |
name = "pin-project-internal" | |
version = "1.0.10" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb" | |
dependencies = [ | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
] | |
[[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 = "pkcs1" | |
version = "0.2.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "116bee8279d783c0cf370efa1a94632f2108e5ef0bb32df31f051647810a4e2c" | |
dependencies = [ | |
"der", | |
"zeroize", | |
] | |
[[package]] | |
name = "pkcs8" | |
version = "0.7.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "ee3ef9b64d26bad0536099c816c6734379e45bbd5f14798def6809e5cc350447" | |
dependencies = [ | |
"der", | |
"pem-rfc7468", | |
"pkcs1", | |
"spki", | |
"zeroize", | |
] | |
[[package]] | |
name = "pkg-config" | |
version = "0.3.25" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" | |
[[package]] | |
name = "pmutil" | |
version = "0.5.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "3894e5d549cccbe44afecf72922f277f603cd4bb0219c8342631ef18fffbe004" | |
dependencies = [ | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "polyval" | |
version = "0.5.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1" | |
dependencies = [ | |
"cfg-if", | |
"cpufeatures", | |
"opaque-debug", | |
"universal-hash", | |
] | |
[[package]] | |
name = "ppv-lite86" | |
version = "0.2.16" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" | |
[[package]] | |
name = "precomputed-hash" | |
version = "0.1.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" | |
[[package]] | |
name = "pretty_assertions" | |
version = "1.2.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "c89f989ac94207d048d92db058e4f6ec7342b0971fc58d1271ca148b799b3563" | |
dependencies = [ | |
"ansi_term", | |
"ctor", | |
"diff", | |
"output_vt100", | |
] | |
[[package]] | |
name = "proc-macro-crate" | |
version = "1.1.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a" | |
dependencies = [ | |
"thiserror", | |
"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 1.0.38", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
"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 1.0.38", | |
"quote 1.0.18", | |
"version_check", | |
] | |
[[package]] | |
name = "proc-macro-hack" | |
version = "0.5.19" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" | |
[[package]] | |
name = "proc-macro2" | |
version = "0.4.30" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" | |
dependencies = [ | |
"unicode-xid 0.1.0", | |
] | |
[[package]] | |
name = "proc-macro2" | |
version = "1.0.38" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "9027b48e9d4c9175fa2218adf3557f91c1137021739951d4932f5f8268ac48aa" | |
dependencies = [ | |
"unicode-xid 0.2.3", | |
] | |
[[package]] | |
name = "profiling" | |
version = "1.0.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "9145ac0af1d93c638c98c40cf7d25665f427b2a44ad0a99b1dccf3e2f25bb987" | |
[[package]] | |
name = "pty" | |
version = "0.2.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f50f3d255966981eb4e4c5df3e983e6f7d163221f547406d83b6a460ff5c5ee8" | |
dependencies = [ | |
"errno 0.1.8", | |
"libc", | |
] | |
[[package]] | |
name = "pulldown-cmark" | |
version = "0.9.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "34f197a544b0c9ab3ae46c359a7ec9cbbb5c7bf97054266fecb7ead794a181d6" | |
dependencies = [ | |
"bitflags", | |
"memchr", | |
"unicase", | |
] | |
[[package]] | |
name = "quick-error" | |
version = "1.2.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" | |
[[package]] | |
name = "quote" | |
version = "0.6.13" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" | |
dependencies = [ | |
"proc-macro2 0.4.30", | |
] | |
[[package]] | |
name = "quote" | |
version = "1.0.18" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1" | |
dependencies = [ | |
"proc-macro2 1.0.38", | |
] | |
[[package]] | |
name = "radix_fmt" | |
version = "1.0.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "ce082a9940a7ace2ad4a8b7d0b1eac6aa378895f18be598230c5f2284ac05426" | |
[[package]] | |
name = "radix_trie" | |
version = "0.2.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" | |
dependencies = [ | |
"endian-type", | |
"nibble_vec", | |
] | |
[[package]] | |
name = "rand" | |
version = "0.8.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" | |
dependencies = [ | |
"libc", | |
"rand_chacha", | |
"rand_core", | |
] | |
[[package]] | |
name = "rand_chacha" | |
version = "0.3.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" | |
dependencies = [ | |
"ppv-lite86", | |
"rand_core", | |
] | |
[[package]] | |
name = "rand_core" | |
version = "0.6.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" | |
dependencies = [ | |
"getrandom", | |
] | |
[[package]] | |
name = "range-alloc" | |
version = "0.1.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "63e935c45e09cc6dcf00d2f0b2d630a58f4095320223d47fc68918722f0538b6" | |
[[package]] | |
name = "raw-window-handle" | |
version = "0.4.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41" | |
dependencies = [ | |
"cty", | |
] | |
[[package]] | |
name = "redox_syscall" | |
version = "0.2.13" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42" | |
dependencies = [ | |
"bitflags", | |
] | |
[[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-syntax" | |
version = "0.6.25" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" | |
[[package]] | |
name = "relative-path" | |
version = "1.7.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "b4e112eddc95bbf25365df3b5414354ad2fe7ee465eddb9965a515faf8c3b6d9" | |
[[package]] | |
name = "remove_dir_all" | |
version = "0.5.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" | |
dependencies = [ | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "renderdoc-sys" | |
version = "0.7.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157" | |
[[package]] | |
name = "reqwest" | |
version = "0.11.10" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "46a1f7aa4f35e5e8b4160449f51afc758f0ce6454315a9fa7d0d113e958c41eb" | |
dependencies = [ | |
"async-compression", | |
"base64 0.13.0", | |
"bytes", | |
"encoding_rs", | |
"futures-core", | |
"futures-util", | |
"h2", | |
"http", | |
"http-body", | |
"hyper", | |
"hyper-rustls", | |
"ipnet", | |
"js-sys", | |
"lazy_static", | |
"log", | |
"mime", | |
"percent-encoding", | |
"pin-project-lite", | |
"rustls", | |
"rustls-pemfile 0.3.0", | |
"serde", | |
"serde_json", | |
"serde_urlencoded", | |
"tokio", | |
"tokio-rustls", | |
"tokio-util 0.6.9", | |
"url", | |
"wasm-bindgen", | |
"wasm-bindgen-futures", | |
"web-sys", | |
"webpki-roots", | |
"winreg 0.10.1", | |
] | |
[[package]] | |
name = "resolv-conf" | |
version = "0.7.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" | |
dependencies = [ | |
"hostname", | |
"quick-error", | |
] | |
[[package]] | |
name = "retain_mut" | |
version = "0.1.7" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086" | |
[[package]] | |
name = "ring" | |
version = "0.16.20" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" | |
dependencies = [ | |
"cc", | |
"libc", | |
"once_cell", | |
"spin", | |
"untrusted", | |
"web-sys", | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "ron" | |
version = "0.7.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "1b861ecaade43ac97886a512b360d01d66be9f41f3c61088b42cedf92e03d678" | |
dependencies = [ | |
"base64 0.13.0", | |
"bitflags", | |
"serde", | |
] | |
[[package]] | |
name = "rsa" | |
version = "0.5.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "e05c2603e2823634ab331437001b411b9ed11660fbc4066f3908c84a9439260d" | |
dependencies = [ | |
"byteorder", | |
"digest 0.9.0", | |
"lazy_static", | |
"num-bigint-dig", | |
"num-integer", | |
"num-iter", | |
"num-traits", | |
"pkcs1", | |
"pkcs8", | |
"rand", | |
"subtle", | |
"zeroize", | |
] | |
[[package]] | |
name = "rusqlite" | |
version = "0.27.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "85127183a999f7db96d1a976a309eebbfb6ea3b0b400ddd8340190129de6eb7a" | |
dependencies = [ | |
"bitflags", | |
"fallible-iterator", | |
"fallible-streaming-iterator", | |
"hashlink", | |
"libsqlite3-sys", | |
"memchr", | |
"smallvec", | |
] | |
[[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.9", | |
] | |
[[package]] | |
name = "rustix" | |
version = "0.34.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f3e74b3f02f2b6eb33790923756784614f456de79d821d6b2670dc7d5fbea807" | |
dependencies = [ | |
"bitflags", | |
"errno 0.2.8", | |
"io-lifetimes", | |
"libc", | |
"linux-raw-sys", | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "rustls" | |
version = "0.20.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "a024a432ae760ab3bff924ad91ce1cfa52cb57ed16e1ef32d0d249cfee1a6c13" | |
dependencies = [ | |
"log", | |
"ring", | |
"sct", | |
"webpki", | |
] | |
[[package]] | |
name = "rustls-native-certs" | |
version = "0.6.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50" | |
dependencies = [ | |
"openssl-probe", | |
"rustls-pemfile 1.0.0", | |
"schannel", | |
"security-framework", | |
] | |
[[package]] | |
name = "rustls-pemfile" | |
version = "0.3.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "1ee86d63972a7c661d1536fefe8c3c8407321c3df668891286de28abcd087360" | |
dependencies = [ | |
"base64 0.13.0", | |
] | |
[[package]] | |
name = "rustls-pemfile" | |
version = "1.0.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9" | |
dependencies = [ | |
"base64 0.13.0", | |
] | |
[[package]] | |
name = "rustyline" | |
version = "9.1.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "db7826789c0e25614b03e5a54a0717a86f9ff6e6e5247f92b369472869320039" | |
dependencies = [ | |
"bitflags", | |
"cfg-if", | |
"clipboard-win", | |
"fd-lock", | |
"libc", | |
"log", | |
"memchr", | |
"nix", | |
"radix_trie", | |
"scopeguard", | |
"smallvec", | |
"unicode-segmentation", | |
"unicode-width", | |
"utf8parse", | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "rustyline-derive" | |
version = "0.6.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "bb35a55ab810b5c0fe31606fe9b47d1354e4dc519bec0a102655f78ea2b38057" | |
dependencies = [ | |
"quote 1.0.18", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "ryu" | |
version = "1.0.9" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f" | |
[[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.19" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" | |
dependencies = [ | |
"lazy_static", | |
"winapi 0.3.9", | |
] | |
[[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 = "sct" | |
version = "0.7.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" | |
dependencies = [ | |
"ring", | |
"untrusted", | |
] | |
[[package]] | |
name = "security-framework" | |
version = "2.6.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc" | |
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 0.7.0", | |
] | |
[[package]] | |
name = "semver" | |
version = "1.0.9" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd" | |
[[package]] | |
name = "semver-parser" | |
version = "0.7.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | |
[[package]] | |
name = "semver-parser" | |
version = "0.10.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" | |
dependencies = [ | |
"pest", | |
] | |
[[package]] | |
name = "serde" | |
version = "1.0.136" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789" | |
dependencies = [ | |
"serde_derive", | |
] | |
[[package]] | |
name = "serde_bytes" | |
version = "0.11.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "212e73464ebcde48d723aa02eb270ba62eff38a9b732df31f33f1b4e145f3a54" | |
dependencies = [ | |
"serde", | |
] | |
[[package]] | |
name = "serde_derive" | |
version = "1.0.136" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9" | |
dependencies = [ | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "serde_json" | |
version = "1.0.81" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c" | |
dependencies = [ | |
"indexmap", | |
"itoa", | |
"ryu", | |
"serde", | |
] | |
[[package]] | |
name = "serde_repr" | |
version = "0.1.8" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "a2ad84e47328a31223de7fed7a4f5087f2d6ddfe586cf3ca25b7a165bc0a5aed" | |
dependencies = [ | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "serde_urlencoded" | |
version = "0.7.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" | |
dependencies = [ | |
"form_urlencoded", | |
"itoa", | |
"ryu", | |
"serde", | |
] | |
[[package]] | |
name = "serde_v8" | |
version = "0.48.0" | |
dependencies = [ | |
"bencher", | |
"bytes", | |
"derive_more", | |
"serde", | |
"serde_json", | |
"v8", | |
] | |
[[package]] | |
name = "sha-1" | |
version = "0.9.8" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6" | |
dependencies = [ | |
"block-buffer 0.9.0", | |
"cfg-if", | |
"cpufeatures", | |
"digest 0.9.0", | |
"opaque-debug", | |
] | |
[[package]] | |
name = "sha-1" | |
version = "0.10.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f" | |
dependencies = [ | |
"cfg-if", | |
"cpufeatures", | |
"digest 0.10.3", | |
] | |
[[package]] | |
name = "sha2" | |
version = "0.9.9" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" | |
dependencies = [ | |
"block-buffer 0.9.0", | |
"cfg-if", | |
"cpufeatures", | |
"digest 0.9.0", | |
"opaque-debug", | |
] | |
[[package]] | |
name = "sha2" | |
version = "0.10.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676" | |
dependencies = [ | |
"cfg-if", | |
"cpufeatures", | |
"digest 0.10.3", | |
] | |
[[package]] | |
name = "shell-escape" | |
version = "0.1.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" | |
[[package]] | |
name = "signal-hook-registry" | |
version = "1.4.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" | |
dependencies = [ | |
"libc", | |
] | |
[[package]] | |
name = "signature" | |
version = "1.3.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f2807892cfa58e081aa1f1111391c7a0649d4fa127a4ffbe34bcbfb35a1171a4" | |
dependencies = [ | |
"digest 0.9.0", | |
"rand_core", | |
] | |
[[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.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32" | |
[[package]] | |
name = "slotmap" | |
version = "1.0.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342" | |
dependencies = [ | |
"version_check", | |
] | |
[[package]] | |
name = "smallvec" | |
version = "1.8.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" | |
[[package]] | |
name = "socket2" | |
version = "0.4.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" | |
dependencies = [ | |
"libc", | |
"winapi 0.3.9", | |
] | |
[[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 = "spin" | |
version = "0.5.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" | |
[[package]] | |
name = "spirv" | |
version = "0.2.0+1.5.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830" | |
dependencies = [ | |
"bitflags", | |
"num-traits", | |
] | |
[[package]] | |
name = "spki" | |
version = "0.4.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "5c01a0c15da1b0b0e1494112e7af814a678fec9bd157881b49beac661e9b6f32" | |
dependencies = [ | |
"der", | |
] | |
[[package]] | |
name = "static_assertions" | |
version = "1.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" | |
[[package]] | |
name = "str-buf" | |
version = "1.0.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d44a3643b4ff9caf57abcee9c2c621d6c03d9135e0d8b589bd9afb5992cb176a" | |
[[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 0.12.0", | |
"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 1.0.38", | |
"quote 1.0.18", | |
] | |
[[package]] | |
name = "string_enum" | |
version = "0.3.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f584cc881e9e5f1fd6bf827b0444aa94c30d8fe6378cf241071b5f5700b2871f" | |
dependencies = [ | |
"pmutil", | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"swc_macros_common", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "strsim" | |
version = "0.9.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c" | |
[[package]] | |
name = "strsim" | |
version = "0.10.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" | |
[[package]] | |
name = "subtle" | |
version = "2.4.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" | |
[[package]] | |
name = "swc_atoms" | |
version = "0.2.11" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "ba8735ce37e421749498e038955abc1135eec6a4af0b54a173e55d2e5542d472" | |
dependencies = [ | |
"string_cache", | |
"string_cache_codegen", | |
] | |
[[package]] | |
name = "swc_bundler" | |
version = "0.147.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "21cb7497dc98ccc6b677b6c0be2890c5ee827e4763f5151ef6d60a82e9b93bb8" | |
dependencies = [ | |
"ahash", | |
"anyhow", | |
"crc", | |
"indexmap", | |
"is-macro", | |
"once_cell", | |
"parking_lot 0.12.0", | |
"petgraph", | |
"radix_fmt", | |
"relative-path", | |
"retain_mut", | |
"swc_atoms", | |
"swc_common", | |
"swc_ecma_ast", | |
"swc_ecma_codegen", | |
"swc_ecma_loader", | |
"swc_ecma_parser", | |
"swc_ecma_transforms_base", | |
"swc_ecma_transforms_optimization", | |
"swc_ecma_utils", | |
"swc_ecma_visit", | |
"swc_fast_graph", | |
"swc_graph_analyzer", | |
"tracing", | |
] | |
[[package]] | |
name = "swc_common" | |
version = "0.18.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "269446a3916d32071ca4c1adb39761fd067bc352ba40e40fca11de881ece8007" | |
dependencies = [ | |
"ahash", | |
"ast_node", | |
"better_scoped_tls", | |
"cfg-if", | |
"debug_unreachable", | |
"either", | |
"from_variant", | |
"num-bigint", | |
"once_cell", | |
"rustc-hash", | |
"serde", | |
"siphasher", | |
"sourcemap", | |
"string_cache", | |
"swc_eq_ignore_macros", | |
"swc_visit", | |
"tracing", | |
"unicode-width", | |
"url", | |
] | |
[[package]] | |
name = "swc_config" | |
version = "0.1.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "b8bb05ef56c14b95dd7e62e95960153af811b9a447287f1f6ca59f1337fb83d4" | |
dependencies = [ | |
"anyhow", | |
"indexmap", | |
"serde", | |
"serde_json", | |
"swc_config_macro", | |
] | |
[[package]] | |
name = "swc_config_macro" | |
version = "0.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "fb64bc03d90fd5c90d6ab917bb2b1d7fbd31957df39e31ea24a3f554b4372251" | |
dependencies = [ | |
"pmutil", | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"swc_macros_common", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "swc_ecma_ast" | |
version = "0.78.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "21f40169fe465e9a93cda5fe397c3afcb69be5ba2f76c4ab22137af6effaebcc" | |
dependencies = [ | |
"is-macro", | |
"num-bigint", | |
"scoped-tls", | |
"serde", | |
"string_enum", | |
"swc_atoms", | |
"swc_common", | |
"unicode-id", | |
] | |
[[package]] | |
name = "swc_ecma_codegen" | |
version = "0.108.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "012de8d3583c4cce8ce08891dc6317136730f87ba53937d5f0eb3b86bca31048" | |
dependencies = [ | |
"bitflags", | |
"memchr", | |
"num-bigint", | |
"once_cell", | |
"rustc-hash", | |
"sourcemap", | |
"swc_atoms", | |
"swc_common", | |
"swc_ecma_ast", | |
"swc_ecma_codegen_macros", | |
"tracing", | |
] | |
[[package]] | |
name = "swc_ecma_codegen_macros" | |
version = "0.7.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "59949619b2ef45eedb6c399d05f2c3c7bc678b5074b3103bb670f9e05bb99042" | |
dependencies = [ | |
"pmutil", | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"swc_macros_common", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "swc_ecma_dep_graph" | |
version = "0.76.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "553628795fd79a45f3e23b1a732684d887356f9177128cd8c3e90c3631075116" | |
dependencies = [ | |
"swc_atoms", | |
"swc_common", | |
"swc_ecma_ast", | |
"swc_ecma_visit", | |
] | |
[[package]] | |
name = "swc_ecma_loader" | |
version = "0.30.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "0f7baaa5b99cdf49e830caf54b837891c5c38275ac94c31d555859be95f6479c" | |
dependencies = [ | |
"ahash", | |
"anyhow", | |
"pathdiff", | |
"serde", | |
"swc_common", | |
"tracing", | |
] | |
[[package]] | |
name = "swc_ecma_parser" | |
version = "0.104.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "efb97dc6efc95313dedc5158055cc811da77395ef7b54be61948b5ad097a3671" | |
dependencies = [ | |
"either", | |
"enum_kind", | |
"lexical", | |
"num-bigint", | |
"serde", | |
"smallvec", | |
"swc_atoms", | |
"swc_common", | |
"swc_ecma_ast", | |
"tracing", | |
"typed-arena", | |
"unicode-id", | |
] | |
[[package]] | |
name = "swc_ecma_transforms" | |
version = "0.154.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "2bce21d9e8ff785aaf9b4ac11375d9f5767630fcaf882f72e6af0516224085a6" | |
dependencies = [ | |
"swc_atoms", | |
"swc_common", | |
"swc_ecma_ast", | |
"swc_ecma_transforms_base", | |
"swc_ecma_transforms_proposal", | |
"swc_ecma_transforms_react", | |
"swc_ecma_transforms_typescript", | |
"swc_ecma_utils", | |
"swc_ecma_visit", | |
] | |
[[package]] | |
name = "swc_ecma_transforms_base" | |
version = "0.85.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "8262876d5387887776f23c4894fbddff26e5f184edadf2375f3dc19fca2b42a4" | |
dependencies = [ | |
"better_scoped_tls", | |
"once_cell", | |
"phf", | |
"rustc-hash", | |
"serde", | |
"smallvec", | |
"swc_atoms", | |
"swc_common", | |
"swc_ecma_ast", | |
"swc_ecma_parser", | |
"swc_ecma_utils", | |
"swc_ecma_visit", | |
"tracing", | |
] | |
[[package]] | |
name = "swc_ecma_transforms_classes" | |
version = "0.73.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "e74a27c29def9db5ff03db4d3ab3d37701fb6d100951162223b71132908451eb" | |
dependencies = [ | |
"swc_atoms", | |
"swc_common", | |
"swc_ecma_ast", | |
"swc_ecma_transforms_base", | |
"swc_ecma_utils", | |
"swc_ecma_visit", | |
] | |
[[package]] | |
name = "swc_ecma_transforms_macros" | |
version = "0.3.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "18712e4aab969c6508dff3540ade6358f1e013464aa58b3d30da2ab2d9fcbbed" | |
dependencies = [ | |
"pmutil", | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"swc_macros_common", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "swc_ecma_transforms_optimization" | |
version = "0.124.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "c995fb0565ace6368253af588cb848a92f0347dd74aef39e64af3c56466206d5" | |
dependencies = [ | |
"ahash", | |
"dashmap", | |
"indexmap", | |
"once_cell", | |
"rustc-hash", | |
"serde_json", | |
"swc_atoms", | |
"swc_common", | |
"swc_ecma_ast", | |
"swc_ecma_parser", | |
"swc_ecma_transforms_base", | |
"swc_ecma_transforms_macros", | |
"swc_ecma_utils", | |
"swc_ecma_visit", | |
"tracing", | |
] | |
[[package]] | |
name = "swc_ecma_transforms_proposal" | |
version = "0.107.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "47fc0f3b336764f89adf1899830321c3f5a7e845ede3ad5949eeb7468aa260ab" | |
dependencies = [ | |
"either", | |
"serde", | |
"smallvec", | |
"swc_atoms", | |
"swc_common", | |
"swc_ecma_ast", | |
"swc_ecma_transforms_base", | |
"swc_ecma_transforms_classes", | |
"swc_ecma_transforms_macros", | |
"swc_ecma_utils", | |
"swc_ecma_visit", | |
] | |
[[package]] | |
name = "swc_ecma_transforms_react" | |
version = "0.114.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "2fbfcd197ebeb0547b59dee39a164633bcf4fb0edbae886f8046e471e6a10502" | |
dependencies = [ | |
"ahash", | |
"base64 0.13.0", | |
"dashmap", | |
"indexmap", | |
"once_cell", | |
"regex", | |
"serde", | |
"sha-1 0.10.0", | |
"string_enum", | |
"swc_atoms", | |
"swc_common", | |
"swc_config", | |
"swc_ecma_ast", | |
"swc_ecma_parser", | |
"swc_ecma_transforms_base", | |
"swc_ecma_transforms_macros", | |
"swc_ecma_utils", | |
"swc_ecma_visit", | |
] | |
[[package]] | |
name = "swc_ecma_transforms_typescript" | |
version = "0.117.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "fa8f32954c5a7c6bdead39c8a8a1580127a1759f33ef8b87d00f754882e6090a" | |
dependencies = [ | |
"serde", | |
"swc_atoms", | |
"swc_common", | |
"swc_ecma_ast", | |
"swc_ecma_transforms_base", | |
"swc_ecma_transforms_react", | |
"swc_ecma_utils", | |
"swc_ecma_visit", | |
] | |
[[package]] | |
name = "swc_ecma_utils" | |
version = "0.85.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "dff9d469b284a48317a695a81346a9609d04ce3a31da4493aac508e0d48a4257" | |
dependencies = [ | |
"indexmap", | |
"once_cell", | |
"swc_atoms", | |
"swc_common", | |
"swc_ecma_ast", | |
"swc_ecma_visit", | |
"tracing", | |
] | |
[[package]] | |
name = "swc_ecma_visit" | |
version = "0.64.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f2d3783a0dd1e301ae2945ab1241405f913427f9512ec62756d3d2072f7c21bb" | |
dependencies = [ | |
"num-bigint", | |
"swc_atoms", | |
"swc_common", | |
"swc_ecma_ast", | |
"swc_visit", | |
"tracing", | |
] | |
[[package]] | |
name = "swc_ecmascript" | |
version = "0.157.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "bd35679e1dc392f776b691b125692d90a7bebd5d23ec96699cfe37d8ae8633b1" | |
dependencies = [ | |
"swc_ecma_ast", | |
"swc_ecma_codegen", | |
"swc_ecma_dep_graph", | |
"swc_ecma_parser", | |
"swc_ecma_transforms", | |
"swc_ecma_utils", | |
"swc_ecma_visit", | |
] | |
[[package]] | |
name = "swc_eq_ignore_macros" | |
version = "0.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "8c8f200a2eaed938e7c1a685faaa66e6d42fa9e17da5f62572d3cbc335898f5e" | |
dependencies = [ | |
"pmutil", | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "swc_fast_graph" | |
version = "0.6.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "dccdc7e1f2d987c1e2fc7dfb36ef86666f04e5fad4fe88d3a1d05e4f01181d95" | |
dependencies = [ | |
"ahash", | |
"indexmap", | |
"petgraph", | |
"swc_common", | |
] | |
[[package]] | |
name = "swc_graph_analyzer" | |
version = "0.7.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "c279894062688a31a6de1c95e00eb7cfcaa2a471334f6b741f083b86096f2a84" | |
dependencies = [ | |
"ahash", | |
"auto_impl", | |
"petgraph", | |
"swc_fast_graph", | |
"tracing", | |
] | |
[[package]] | |
name = "swc_macros_common" | |
version = "0.3.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d5dca3f08d02da4684c3373150f7c045128f81ea00f0c434b1b012bc65a6cce3" | |
dependencies = [ | |
"pmutil", | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "swc_visit" | |
version = "0.3.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "e5c639379dd2a8a0221fa1e12fafbdd594ba53a0cace6560054da52409dfcc1a" | |
dependencies = [ | |
"either", | |
"swc_visit_macros", | |
] | |
[[package]] | |
name = "swc_visit_macros" | |
version = "0.3.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "c3b9b72892df873972549838bf84d6c56234c7502148a7e23b5a3da6e0fedfb8" | |
dependencies = [ | |
"Inflector", | |
"pmutil", | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"swc_macros_common", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "syn" | |
version = "0.15.44" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" | |
dependencies = [ | |
"proc-macro2 0.4.30", | |
"quote 0.6.13", | |
"unicode-xid 0.1.0", | |
] | |
[[package]] | |
name = "syn" | |
version = "1.0.93" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "04066589568b72ec65f42d65a1a52436e954b168773148893c020269563decf2" | |
dependencies = [ | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"unicode-xid 0.2.3", | |
] | |
[[package]] | |
name = "synstructure" | |
version = "0.12.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" | |
dependencies = [ | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
"unicode-xid 0.2.3", | |
] | |
[[package]] | |
name = "sys-info" | |
version = "0.9.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c" | |
dependencies = [ | |
"cc", | |
"libc", | |
] | |
[[package]] | |
name = "tempfile" | |
version = "3.3.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" | |
dependencies = [ | |
"cfg-if", | |
"fastrand", | |
"libc", | |
"redox_syscall", | |
"remove_dir_all", | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "termcolor" | |
version = "1.1.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" | |
dependencies = [ | |
"winapi-util", | |
] | |
[[package]] | |
name = "test_ffi" | |
version = "0.1.0" | |
dependencies = [ | |
"test_util", | |
] | |
[[package]] | |
name = "test_util" | |
version = "0.1.0" | |
dependencies = [ | |
"anyhow", | |
"async-stream", | |
"atty", | |
"base64 0.13.0", | |
"futures", | |
"hyper", | |
"lazy_static", | |
"once_cell", | |
"os_pipe", | |
"parking_lot 0.12.0", | |
"pretty_assertions", | |
"pty", | |
"regex", | |
"rustls-pemfile 1.0.0", | |
"serde", | |
"serde_json", | |
"tokio", | |
"tokio-rustls", | |
"tokio-tungstenite", | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "text-size" | |
version = "1.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "288cb548dbe72b652243ea797201f3d481a0609a967980fcc5b2315ea811560a" | |
[[package]] | |
name = "text_lines" | |
version = "0.4.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "e49e3c53dd04de8b8e8390bc4fab57f6db7af7d33b086fe411803e6351c9f9f9" | |
dependencies = [ | |
"serde", | |
] | |
[[package]] | |
name = "textwrap" | |
version = "0.15.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" | |
[[package]] | |
name = "thiserror" | |
version = "1.0.31" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a" | |
dependencies = [ | |
"thiserror-impl", | |
] | |
[[package]] | |
name = "thiserror-impl" | |
version = "1.0.31" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a" | |
dependencies = [ | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "time" | |
version = "0.1.44" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" | |
dependencies = [ | |
"libc", | |
"wasi 0.10.0+wasi-snapshot-preview1", | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "time" | |
version = "0.3.9" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd" | |
dependencies = [ | |
"libc", | |
"num_threads", | |
] | |
[[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.17.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee" | |
dependencies = [ | |
"bytes", | |
"libc", | |
"memchr", | |
"mio", | |
"num_cpus", | |
"once_cell", | |
"parking_lot 0.12.0", | |
"pin-project-lite", | |
"signal-hook-registry", | |
"socket2", | |
"tokio-macros", | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "tokio-macros" | |
version = "1.7.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7" | |
dependencies = [ | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "tokio-rustls" | |
version = "0.23.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" | |
dependencies = [ | |
"rustls", | |
"tokio", | |
"webpki", | |
] | |
[[package]] | |
name = "tokio-stream" | |
version = "0.1.8" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3" | |
dependencies = [ | |
"futures-core", | |
"pin-project-lite", | |
"tokio", | |
] | |
[[package]] | |
name = "tokio-tungstenite" | |
version = "0.16.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "e80b39df6afcc12cdf752398ade96a6b9e99c903dfdc36e53ad10b9c366bca72" | |
dependencies = [ | |
"futures-util", | |
"log", | |
"rustls", | |
"tokio", | |
"tokio-rustls", | |
"tungstenite", | |
"webpki", | |
"webpki-roots", | |
] | |
[[package]] | |
name = "tokio-util" | |
version = "0.6.9" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0" | |
dependencies = [ | |
"bytes", | |
"futures-core", | |
"futures-sink", | |
"log", | |
"pin-project-lite", | |
"tokio", | |
] | |
[[package]] | |
name = "tokio-util" | |
version = "0.7.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764" | |
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" | |
version = "0.4.12" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "9a89fd63ad6adf737582df5db40d286574513c69a11dac5214dc3b5603d6713e" | |
dependencies = [ | |
"futures-core", | |
"futures-util", | |
"pin-project", | |
"pin-project-lite", | |
"tower-layer", | |
"tower-service", | |
] | |
[[package]] | |
name = "tower-layer" | |
version = "0.3.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62" | |
[[package]] | |
name = "tower-lsp" | |
version = "0.17.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "43e094780b4447366c59f79acfd65b1375ecaa84e61dddbde1421aa506334024" | |
dependencies = [ | |
"async-trait", | |
"auto_impl", | |
"bytes", | |
"dashmap", | |
"futures", | |
"httparse", | |
"log", | |
"lsp-types", | |
"memchr", | |
"serde", | |
"serde_json", | |
"tokio", | |
"tokio-util 0.7.1", | |
"tower", | |
"tower-lsp-macros", | |
] | |
[[package]] | |
name = "tower-lsp-macros" | |
version = "0.6.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "7ebd99eec668d0a450c177acbc4d05e0d0d13b1f8d3db13cd706c52cbec4ac04" | |
dependencies = [ | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "tower-service" | |
version = "0.3.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" | |
[[package]] | |
name = "tracing" | |
version = "0.1.34" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09" | |
dependencies = [ | |
"cfg-if", | |
"pin-project-lite", | |
"tracing-attributes", | |
"tracing-core", | |
] | |
[[package]] | |
name = "tracing-attributes" | |
version = "0.1.21" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c" | |
dependencies = [ | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
] | |
[[package]] | |
name = "tracing-core" | |
version = "0.1.26" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f" | |
dependencies = [ | |
"lazy_static", | |
] | |
[[package]] | |
name = "trust-dns-client" | |
version = "0.21.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "a6d9ba1c6079f6f9b4664e482db1700bd53d2ee77b1c9752c1d7a66c0c8bda99" | |
dependencies = [ | |
"cfg-if", | |
"data-encoding", | |
"futures-channel", | |
"futures-util", | |
"lazy_static", | |
"log", | |
"radix_trie", | |
"rand", | |
"thiserror", | |
"time 0.3.9", | |
"tokio", | |
"trust-dns-proto", | |
] | |
[[package]] | |
name = "trust-dns-proto" | |
version = "0.21.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d" | |
dependencies = [ | |
"async-trait", | |
"cfg-if", | |
"data-encoding", | |
"enum-as-inner", | |
"futures-channel", | |
"futures-io", | |
"futures-util", | |
"idna", | |
"ipnet", | |
"lazy_static", | |
"log", | |
"rand", | |
"serde", | |
"smallvec", | |
"thiserror", | |
"tinyvec", | |
"tokio", | |
"url", | |
] | |
[[package]] | |
name = "trust-dns-resolver" | |
version = "0.21.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558" | |
dependencies = [ | |
"cfg-if", | |
"futures-util", | |
"ipconfig", | |
"lazy_static", | |
"log", | |
"lru-cache", | |
"parking_lot 0.12.0", | |
"resolv-conf", | |
"serde", | |
"smallvec", | |
"thiserror", | |
"tokio", | |
"trust-dns-proto", | |
] | |
[[package]] | |
name = "trust-dns-server" | |
version = "0.21.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "a395a2e0fd8aac9b4613767a5b4ba4b2040de1b767fa03ace8c9d6f351d60b2d" | |
dependencies = [ | |
"async-trait", | |
"bytes", | |
"cfg-if", | |
"enum-as-inner", | |
"env_logger", | |
"futures-executor", | |
"futures-util", | |
"log", | |
"serde", | |
"thiserror", | |
"time 0.3.9", | |
"tokio", | |
"toml", | |
"trust-dns-client", | |
"trust-dns-proto", | |
] | |
[[package]] | |
name = "try-lock" | |
version = "0.2.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" | |
[[package]] | |
name = "tungstenite" | |
version = "0.16.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1" | |
dependencies = [ | |
"base64 0.13.0", | |
"byteorder", | |
"bytes", | |
"http", | |
"httparse", | |
"log", | |
"rand", | |
"rustls", | |
"sha-1 0.9.8", | |
"thiserror", | |
"url", | |
"utf-8", | |
"webpki", | |
] | |
[[package]] | |
name = "twox-hash" | |
version = "1.6.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0" | |
dependencies = [ | |
"cfg-if", | |
"rand", | |
"static_assertions", | |
] | |
[[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 = "ucd-trie" | |
version = "0.1.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" | |
[[package]] | |
name = "unic-char-property" | |
version = "0.9.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" | |
dependencies = [ | |
"unic-char-range", | |
] | |
[[package]] | |
name = "unic-char-range" | |
version = "0.9.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" | |
[[package]] | |
name = "unic-common" | |
version = "0.9.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" | |
[[package]] | |
name = "unic-ucd-ident" | |
version = "0.9.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987" | |
dependencies = [ | |
"unic-char-property", | |
"unic-char-range", | |
"unic-ucd-version", | |
] | |
[[package]] | |
name = "unic-ucd-version" | |
version = "0.9.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" | |
dependencies = [ | |
"unic-common", | |
] | |
[[package]] | |
name = "unicase" | |
version = "2.6.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" | |
dependencies = [ | |
"version_check", | |
] | |
[[package]] | |
name = "unicode-bidi" | |
version = "0.3.8" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992" | |
[[package]] | |
name = "unicode-id" | |
version = "0.3.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "69fe8d9274f490a36442acb4edfd0c4e473fdfc6a8b5cd32f28a0235761aedbe" | |
[[package]] | |
name = "unicode-normalization" | |
version = "0.1.19" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9" | |
dependencies = [ | |
"tinyvec", | |
] | |
[[package]] | |
name = "unicode-segmentation" | |
version = "1.9.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99" | |
[[package]] | |
name = "unicode-width" | |
version = "0.1.9" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" | |
[[package]] | |
name = "unicode-xid" | |
version = "0.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" | |
[[package]] | |
name = "unicode-xid" | |
version = "0.2.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04" | |
[[package]] | |
name = "universal-hash" | |
version = "0.4.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05" | |
dependencies = [ | |
"generic-array", | |
"subtle", | |
] | |
[[package]] | |
name = "unreachable" | |
version = "0.1.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91" | |
dependencies = [ | |
"void", | |
] | |
[[package]] | |
name = "untrusted" | |
version = "0.7.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" | |
[[package]] | |
name = "url" | |
version = "2.2.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" | |
dependencies = [ | |
"form_urlencoded", | |
"idna", | |
"matches", | |
"percent-encoding", | |
"serde", | |
] | |
[[package]] | |
name = "urlpattern" | |
version = "0.1.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "2c2761073dd27e1b88de9aa082bbc085c35fae2b848379cedfafefc40a54f809" | |
dependencies = [ | |
"derive_more", | |
"regex", | |
"serde", | |
"unic-ucd-ident", | |
"url", | |
] | |
[[package]] | |
name = "utf-8" | |
version = "0.7.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" | |
[[package]] | |
name = "utf8parse" | |
version = "0.2.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372" | |
[[package]] | |
name = "uuid" | |
version = "1.0.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "8cfcd319456c4d6ea10087ed423473267e1a071f3bc0aa89f80d60997843c6f0" | |
dependencies = [ | |
"getrandom", | |
"serde", | |
] | |
[[package]] | |
name = "v8" | |
version = "0.43.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "1c87ec36fec9ea2cd5a368ae9d0a662a7c5e8caa8768ec1fcc02bea623681b98" | |
dependencies = [ | |
"bitflags", | |
"fslock", | |
"lazy_static", | |
"libc", | |
"which", | |
] | |
[[package]] | |
name = "vcpkg" | |
version = "0.2.15" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" | |
[[package]] | |
name = "version_check" | |
version = "0.9.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" | |
[[package]] | |
name = "void" | |
version = "1.0.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" | |
[[package]] | |
name = "walkdir" | |
version = "2.3.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" | |
dependencies = [ | |
"same-file", | |
"winapi 0.3.9", | |
"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.10.0+wasi-snapshot-preview1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" | |
[[package]] | |
name = "wasi" | |
version = "0.11.0+wasi-snapshot-preview1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" | |
[[package]] | |
name = "wasm-bindgen" | |
version = "0.2.80" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad" | |
dependencies = [ | |
"cfg-if", | |
"wasm-bindgen-macro", | |
] | |
[[package]] | |
name = "wasm-bindgen-backend" | |
version = "0.2.80" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4" | |
dependencies = [ | |
"bumpalo", | |
"lazy_static", | |
"log", | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
"wasm-bindgen-shared", | |
] | |
[[package]] | |
name = "wasm-bindgen-futures" | |
version = "0.4.30" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2" | |
dependencies = [ | |
"cfg-if", | |
"js-sys", | |
"wasm-bindgen", | |
"web-sys", | |
] | |
[[package]] | |
name = "wasm-bindgen-macro" | |
version = "0.2.80" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5" | |
dependencies = [ | |
"quote 1.0.18", | |
"wasm-bindgen-macro-support", | |
] | |
[[package]] | |
name = "wasm-bindgen-macro-support" | |
version = "0.2.80" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b" | |
dependencies = [ | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
"wasm-bindgen-backend", | |
"wasm-bindgen-shared", | |
] | |
[[package]] | |
name = "wasm-bindgen-shared" | |
version = "0.2.80" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744" | |
[[package]] | |
name = "web-sys" | |
version = "0.3.57" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283" | |
dependencies = [ | |
"js-sys", | |
"wasm-bindgen", | |
] | |
[[package]] | |
name = "webpki" | |
version = "0.22.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" | |
dependencies = [ | |
"ring", | |
"untrusted", | |
] | |
[[package]] | |
name = "webpki-roots" | |
version = "0.22.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf" | |
dependencies = [ | |
"webpki", | |
] | |
[[package]] | |
name = "wgpu-core" | |
version = "0.12.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "c4688c000eb841ca55f7b35db659b78d6e1cd77d7caf8fb929f4e181f754047d" | |
dependencies = [ | |
"arrayvec", | |
"bitflags", | |
"cfg_aliases", | |
"codespan-reporting", | |
"copyless", | |
"fxhash", | |
"log", | |
"naga", | |
"parking_lot 0.11.2", | |
"profiling", | |
"ron", | |
"serde", | |
"smallvec", | |
"thiserror", | |
"wgpu-hal", | |
"wgpu-types", | |
] | |
[[package]] | |
name = "wgpu-hal" | |
version = "0.12.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d684ea6a34974a2fc19f1dfd183d11a62e22d75c4f187a574bb1224df8e056c2" | |
dependencies = [ | |
"arrayvec", | |
"ash", | |
"bit-set", | |
"bitflags", | |
"block", | |
"core-graphics-types", | |
"d3d12", | |
"foreign-types", | |
"fxhash", | |
"glow", | |
"gpu-alloc", | |
"gpu-descriptor", | |
"inplace_it", | |
"js-sys", | |
"khronos-egl", | |
"libloading", | |
"log", | |
"metal", | |
"naga", | |
"objc", | |
"parking_lot 0.11.2", | |
"profiling", | |
"range-alloc", | |
"raw-window-handle", | |
"renderdoc-sys", | |
"thiserror", | |
"wasm-bindgen", | |
"web-sys", | |
"wgpu-types", | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "wgpu-types" | |
version = "0.12.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "549533d9e1cdd4b4cda7718d33ff500fc4c34b5467b71d76b547ae0324f3b2a2" | |
dependencies = [ | |
"bitflags", | |
"bitflags_serde_shim", | |
"serde", | |
] | |
[[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 = "widestring" | |
version = "0.5.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983" | |
[[package]] | |
name = "winapi" | |
version = "0.2.8" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | |
[[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-build" | |
version = "0.1.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | |
[[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 0.3.9", | |
] | |
[[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.30.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "030b7ff91626e57a05ca64a07c481973cbb2db774e4852c9c7ca342408c6a99a" | |
dependencies = [ | |
"windows_aarch64_msvc 0.30.0", | |
"windows_i686_gnu 0.30.0", | |
"windows_i686_msvc 0.30.0", | |
"windows_x86_64_gnu 0.30.0", | |
"windows_x86_64_msvc 0.30.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_aarch64_msvc" | |
version = "0.30.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "29277a4435d642f775f63c7d1faeb927adba532886ce0287bd985bffb16b6bca" | |
[[package]] | |
name = "windows_aarch64_msvc" | |
version = "0.36.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" | |
[[package]] | |
name = "windows_i686_gnu" | |
version = "0.30.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "1145e1989da93956c68d1864f32fb97c8f561a8f89a5125f6a2b7ea75524e4b8" | |
[[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_msvc" | |
version = "0.30.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d4a09e3a0d4753b73019db171c1339cd4362c8c44baf1bcea336235e955954a6" | |
[[package]] | |
name = "windows_i686_msvc" | |
version = "0.36.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" | |
[[package]] | |
name = "windows_x86_64_gnu" | |
version = "0.30.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "8ca64fcb0220d58db4c119e050e7af03c69e6f4f415ef69ec1773d9aab422d5a" | |
[[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_msvc" | |
version = "0.30.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "08cabc9f0066848fef4bc6a1c1668e6efce38b661d2aeec75d18d8617eebb5f1" | |
[[package]] | |
name = "windows_x86_64_msvc" | |
version = "0.36.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" | |
[[package]] | |
name = "winreg" | |
version = "0.7.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69" | |
dependencies = [ | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "winreg" | |
version = "0.10.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" | |
dependencies = [ | |
"winapi 0.3.9", | |
] | |
[[package]] | |
name = "winres" | |
version = "0.1.12" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c" | |
dependencies = [ | |
"toml", | |
] | |
[[package]] | |
name = "zeroize" | |
version = "1.4.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d68d9dcec5f9b43a30d38c49f91dfedfaac384cb8f085faca366c26207dd1619" | |
dependencies = [ | |
"zeroize_derive", | |
] | |
[[package]] | |
name = "zeroize_derive" | |
version = "1.3.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17" | |
dependencies = [ | |
"proc-macro2 1.0.38", | |
"quote 1.0.18", | |
"syn 1.0.93", | |
"synstructure", | |
] | |
[[package]] | |
name = "zstd" | |
version = "0.11.1+zstd.1.5.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "77a16b8414fde0414e90c612eba70985577451c4c504b99885ebed24762cb81a" | |
dependencies = [ | |
"zstd-safe", | |
] | |
[[package]] | |
name = "zstd-safe" | |
version = "5.0.1+zstd.1.5.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "7c12659121420dd6365c5c3de4901f97145b79651fb1d25814020ed2ed0585ae" | |
dependencies = [ | |
"libc", | |
"zstd-sys", | |
] | |
[[package]] | |
name = "zstd-sys" | |
version = "2.0.1+zstd.1.5.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b" | |
dependencies = [ | |
"cc", | |
"libc", | |
] |