From 720669ba762b1f4ccc77b18f60db8afcbbfad2f6 Mon Sep 17 00:00:00 2001 From: Hana Date: Thu, 11 Aug 2022 10:33:53 +0800 Subject: [PATCH] chore: add explicit feature for example (#524) --- Cargo.lock | 5351 ++++++++++++++++++++++++++-------------------------- 1 file changed, 2646 insertions(+), 2705 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e99bc7e833..65ae0b551f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3,4606 +3,4547 @@ 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", + "lazy_static", + "regex", ] -name = "Inflector" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.4" [[package]] +name = "addr2line" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b" dependencies = [ - "gimli", + "gimli", ] -name = "addr2line" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.17.0" [[package]] -checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" name = "adler" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] +name = "ahash" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" dependencies = [ - "getrandom", - "once_cell", - "serde", - "version_check", + "getrandom", + "once_cell", + "serde", + "version_check", ] -name = "ahash" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.6" [[package]] +name = "aho-corasick" +version = "0.7.18" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" dependencies = [ - "memchr", + "memchr", ] -name = "aho-corasick" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.18" [[package]] +name = "android_system_properties" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7ed72e1635e121ca3e79420540282af22da58be50de153d36f81ddc6b83aa9e" dependencies = [ - "libc", + "libc", ] -name = "android_system_properties" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.4" [[package]] +name = "ansi_term" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" dependencies = [ - "winapi", + "winapi", ] -name = "ansi_term" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.1" [[package]] +name = "anyhow" +version = "1.0.61" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "508b352bb5c066aac251f6daf6b36eccd03e8a88e8081cd44959ea277a3af9a8" dependencies = [ - "backtrace", + "backtrace", ] -name = "anyhow" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.61" [[package]] -checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" name = "arrayvec" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" [[package]] +name = "ast_node" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a36288803cd1605bc4f0e3189970a0db8e602bb01a39f8133889f35ece7ddde" dependencies = [ - "darling 0.13.4", - "pmutil", - "proc-macro2", - "quote", - "swc_macros_common", - "syn", + "darling 0.13.4", + "pmutil", + "proc-macro2", + "quote", + "swc_macros_common", + "syn", ] -name = "ast_node" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.2" [[package]] +name = "async-trait" +version = "0.1.57" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f" dependencies = [ - "proc-macro2", - "quote", - "syn", + "proc-macro2", + "quote", + "syn", ] -name = "async-trait" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.57" [[package]] +name = "atty" +version = "0.2.14" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" dependencies = [ - "hermit-abi", - "libc", - "winapi", + "hermit-abi", + "libc", + "winapi", ] -name = "atty" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.14" [[package]] +name = "auto_impl" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4" dependencies = [ - "proc-macro-error", - "proc-macro2", - "quote", - "syn", + "proc-macro-error", + "proc-macro2", + "quote", + "syn", ] -name = "auto_impl" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.0" [[package]] -checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" name = "autocfg" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] +name = "backtrace" +version = "0.3.66" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7" dependencies = [ - "addr2line", - "cc", - "cfg-if", - "libc", - "miniz_oxide", - "object", - "rustc-demangle", + "addr2line", + "cc", + "cfg-if", + "libc", + "miniz_oxide", + "object", + "rustc-demangle", ] -name = "backtrace" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.66" [[package]] -checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" name = "base64" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" [[package]] -checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" name = "base64" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" [[package]] +name = "better_scoped_tls" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b73e8ecdec39e98aa3b19e8cd0b8ed8f77ccb86a6b0b2dc7cd86d105438a2123" dependencies = [ - "scoped-tls", + "scoped-tls", ] -name = "better_scoped_tls" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.0" [[package]] -checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" name = "bitflags" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] +name = "block-buffer" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" dependencies = [ - "generic-array", + "generic-array", ] -name = "block-buffer" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.0" [[package]] +name = "block-buffer" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324" dependencies = [ - "generic-array", + "generic-array", ] -name = "block-buffer" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.2" [[package]] +name = "browserslist-rs" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c689fb4e42bd511c1927856b078d8a582690f5be196199d1c9005b9d4feae8c" dependencies = [ - "ahash", - "anyhow", - "chrono", - "either", - "itertools", - "js-sys", - "nom", - "once_cell", - "quote", - "serde", - "serde-wasm-bindgen", - "serde_json", - "string_cache", - "string_cache_codegen", - "thiserror", - "wasm-bindgen", + "ahash", + "anyhow", + "chrono", + "either", + "itertools", + "js-sys", + "nom", + "once_cell", + "quote", + "serde", + "serde-wasm-bindgen", + "serde_json", + "string_cache", + "string_cache_codegen", + "thiserror", + "wasm-bindgen", ] -name = "browserslist-rs" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.0" [[package]] +name = "bstr" +version = "0.2.17" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" dependencies = [ - "lazy_static", - "memchr", - "regex-automata", - "serde", + "lazy_static", + "memchr", + "regex-automata", + "serde", ] -name = "bstr" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.17" [[package]] +name = "buf_redux" +version = "0.8.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f" dependencies = [ - "memchr", - "safemem", + "memchr", + "safemem", ] -name = "buf_redux" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.4" [[package]] -checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3" name = "bumpalo" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "3.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3" [[package]] -checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" name = "byteorder" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] -checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" name = "bytes" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" [[package]] -dependencies = [ - "clap 3.2.17", - "derive_builder", - "rspack_test", -] name = "cargo-rst" version = "0.1.0" +dependencies = [ + "clap 3.2.17", + "derive_builder", + "rspack_test", +] [[package]] -checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" name = "cast" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] -checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" name = "cc" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.73" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" [[package]] -checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" name = "cfg-if" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] +name = "chrono" +version = "0.4.22" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1" dependencies = [ - "iana-time-zone", - "js-sys", - "num-integer", - "num-traits", - "time", - "wasm-bindgen", - "winapi", + "iana-time-zone", + "js-sys", + "num-integer", + "num-traits", + "time", + "wasm-bindgen", + "winapi", ] -name = "chrono" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.22" [[package]] +name = "clap" +version = "2.34.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" dependencies = [ - "bitflags", - "textwrap 0.11.0", - "unicode-width", + "bitflags", + "textwrap 0.11.0", + "unicode-width", ] -name = "clap" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.34.0" [[package]] +name = "clap" +version = "3.2.17" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29e724a68d9319343bb3328c9cc2dfde263f4b3142ee1059a9980580171c954b" dependencies = [ - "atty", - "bitflags", - "clap_derive", - "clap_lex", - "indexmap", - "once_cell", - "strsim", - "termcolor", - "textwrap 0.15.0", + "atty", + "bitflags", + "clap_derive", + "clap_lex", + "indexmap", + "once_cell", + "strsim", + "termcolor", + "textwrap 0.15.0", ] -name = "clap" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "3.2.17" [[package]] +name = "clap_derive" +version = "3.2.17" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13547f7012c01ab4a0e8f8967730ada8f9fdf419e8b6c792788f39cf4e46eefa" dependencies = [ - "heck", - "proc-macro-error", - "proc-macro2", - "quote", - "syn", + "heck", + "proc-macro-error", + "proc-macro2", + "quote", + "syn", ] -name = "clap_derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "3.2.17" [[package]] +name = "clap_lex" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" dependencies = [ - "os_str_bytes", + "os_str_bytes", ] -name = "clap_lex" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.4" [[package]] +name = "colored" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd" dependencies = [ - "atty", - "lazy_static", - "winapi", + "atty", + "lazy_static", + "winapi", ] -name = "colored" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.0.0" [[package]] +name = "console" +version = "0.15.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "89eab4d20ce20cea182308bca13088fecea9c05f6776cf287205d41a0ed3c847" dependencies = [ - "encode_unicode", - "libc", - "once_cell", - "terminal_size", - "winapi", + "encode_unicode", + "libc", + "once_cell", + "terminal_size", + "winapi", ] -name = "console" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.15.1" [[package]] -checksum = "fb4a24b1aaf0fd0ce8b45161144d6f42cd91677fd5940fd431183eb023b3a2b8" name = "convert_case" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fb4a24b1aaf0fd0ce8b45161144d6f42cd91677fd5940fd431183eb023b3a2b8" [[package]] -checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" name = "core-foundation-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" [[package]] +name = "cpufeatures" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b" dependencies = [ - "libc", + "libc", ] -name = "cpufeatures" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.2" [[package]] +name = "criterion" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f" dependencies = [ - "atty", - "cast", - "clap 2.34.0", - "criterion-plot", - "csv", - "futures", - "itertools", - "lazy_static", - "num-traits", - "oorandom", - "plotters", - "rayon", - "regex", - "serde", - "serde_cbor", - "serde_derive", - "serde_json", - "tinytemplate", - "tokio", - "walkdir", + "atty", + "cast", + "clap 2.34.0", + "criterion-plot", + "csv", + "futures", + "itertools", + "lazy_static", + "num-traits", + "oorandom", + "plotters", + "rayon", + "regex", + "serde", + "serde_cbor", + "serde_derive", + "serde_json", + "tinytemplate", + "tokio", + "walkdir", ] -name = "criterion" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.6" [[package]] +name = "criterion-plot" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876" dependencies = [ - "cast", - "itertools", + "cast", + "itertools", ] -name = "criterion-plot" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.5" [[package]] +name = "crossbeam" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c" dependencies = [ - "cfg-if", - "crossbeam-channel", - "crossbeam-deque", - "crossbeam-epoch", - "crossbeam-queue", - "crossbeam-utils", + "cfg-if", + "crossbeam-channel", + "crossbeam-deque", + "crossbeam-epoch", + "crossbeam-queue", + "crossbeam-utils", ] -name = "crossbeam" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.2" [[package]] +name = "crossbeam-channel" +version = "0.5.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" dependencies = [ - "cfg-if", - "crossbeam-utils", + "cfg-if", + "crossbeam-utils", ] -name = "crossbeam-channel" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.6" [[package]] +name = "crossbeam-deque" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" dependencies = [ - "cfg-if", - "crossbeam-epoch", - "crossbeam-utils", + "cfg-if", + "crossbeam-epoch", + "crossbeam-utils", ] -name = "crossbeam-deque" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.2" [[package]] +name = "crossbeam-epoch" +version = "0.9.10" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1" dependencies = [ - "autocfg", - "cfg-if", - "crossbeam-utils", - "memoffset", - "once_cell", - "scopeguard", + "autocfg", + "cfg-if", + "crossbeam-utils", + "memoffset", + "once_cell", + "scopeguard", ] -name = "crossbeam-epoch" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.10" [[package]] +name = "crossbeam-queue" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7" dependencies = [ - "cfg-if", - "crossbeam-utils", + "cfg-if", + "crossbeam-utils", ] -name = "crossbeam-queue" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.6" [[package]] +name = "crossbeam-utils" +version = "0.8.11" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc" dependencies = [ - "cfg-if", - "once_cell", + "cfg-if", + "once_cell", ] -name = "crossbeam-utils" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.11" [[package]] +name = "crypto-common" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" dependencies = [ - "generic-array", - "typenum", + "generic-array", + "typenum", ] -name = "crypto-common" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.6" [[package]] +name = "csv" +version = "1.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1" dependencies = [ - "bstr", - "csv-core", - "itoa 0.4.8", - "ryu", - "serde", + "bstr", + "csv-core", + "itoa 0.4.8", + "ryu", + "serde", ] -name = "csv" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.1.6" [[package]] +name = "csv-core" +version = "0.1.10" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" dependencies = [ - "memchr", + "memchr", ] -name = "csv-core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.10" [[package]] +name = "ctor" +version = "0.1.23" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb" dependencies = [ - "quote", - "syn", + "quote", + "syn", ] -name = "ctor" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.23" [[package]] -checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" name = "cty" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" [[package]] -checksum = "048e6559119e79b1d2964ddc0afdaaf583af18b6e3e1ab09ee5fb5e0b83fe7a5" name = "daachorse" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "048e6559119e79b1d2964ddc0afdaaf583af18b6e3e1ab09ee5fb5e0b83fe7a5" [[package]] +name = "darling" +version = "0.13.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c" dependencies = [ - "darling_core 0.13.4", - "darling_macro 0.13.4", + "darling_core 0.13.4", + "darling_macro 0.13.4", ] -name = "darling" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.13.4" [[package]] +name = "darling" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4529658bdda7fd6769b8614be250cdcfc3aeb0ee72fe66f9e41e5e5eb73eac02" dependencies = [ - "darling_core 0.14.1", - "darling_macro 0.14.1", + "darling_core 0.14.1", + "darling_macro 0.14.1", ] -name = "darling" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.14.1" [[package]] +name = "darling_core" +version = "0.13.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610" dependencies = [ - "fnv", - "ident_case", - "proc-macro2", - "quote", - "strsim", - "syn", + "fnv", + "ident_case", + "proc-macro2", + "quote", + "strsim", + "syn", ] -name = "darling_core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.13.4" [[package]] +name = "darling_core" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "649c91bc01e8b1eac09fb91e8dbc7d517684ca6be8ebc75bb9cafc894f9fdb6f" dependencies = [ - "fnv", - "ident_case", - "proc-macro2", - "quote", - "strsim", - "syn", + "fnv", + "ident_case", + "proc-macro2", + "quote", + "strsim", + "syn", ] -name = "darling_core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.14.1" [[package]] +name = "darling_macro" +version = "0.13.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835" dependencies = [ - "darling_core 0.13.4", - "quote", - "syn", + "darling_core 0.13.4", + "quote", + "syn", ] -name = "darling_macro" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.13.4" [[package]] +name = "darling_macro" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ddfc69c5bfcbd2fc09a0f38451d2daf0e372e367986a83906d1b0dbc88134fb5" dependencies = [ - "darling_core 0.14.1", - "quote", - "syn", + "darling_core 0.14.1", + "quote", + "syn", ] -name = "darling_macro" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.14.1" [[package]] +name = "dashmap" +version = "5.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3495912c9c1ccf2e18976439f4443f3fee0fd61f424ff99fde6a66b15ecb448f" dependencies = [ - "cfg-if", - "hashbrown", - "lock_api", - "parking_lot_core", + "cfg-if", + "hashbrown", + "lock_api", + "parking_lot_core", ] -name = "dashmap" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "5.3.4" [[package]] +name = "debug_unreachable" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a032eac705ca39214d169f83e3d3da290af06d8d1d344d1baad2fd002dca4b3" dependencies = [ - "unreachable", + "unreachable", ] -name = "debug_unreachable" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.1" [[package]] +name = "derive_builder" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d07adf7be193b71cc36b193d0f5fe60b918a3a9db4dad0449f57bcfd519704a3" dependencies = [ - "derive_builder_macro", + "derive_builder_macro", ] -name = "derive_builder" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.2" [[package]] +name = "derive_builder_core" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f91d4cfa921f1c05904dc3c57b4a32c38aed3340cce209f3a6fd1478babafc4" dependencies = [ - "darling 0.14.1", - "proc-macro2", - "quote", - "syn", + "darling 0.14.1", + "proc-macro2", + "quote", + "syn", ] -name = "derive_builder_core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.2" [[package]] +name = "derive_builder_macro" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68" dependencies = [ - "derive_builder_core", - "syn", + "derive_builder_core", + "syn", ] -name = "derive_builder_macro" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.2" [[package]] +name = "digest" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" dependencies = [ - "generic-array", + "generic-array", ] -name = "digest" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.0" [[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", + "block-buffer 0.10.2", + "crypto-common", ] -name = "digest" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.3" [[package]] -checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2" name = "dyn-clone" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2" [[package]] -checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be" name = "either" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be" [[package]] -checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" name = "encode_unicode" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" [[package]] +name = "enum_kind" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78b940da354ae81ef0926c5eaa428207b8f4f091d3956c891dfbd124162bed99" dependencies = [ - "pmutil", - "proc-macro2", - "swc_macros_common", - "syn", + "pmutil", + "proc-macro2", + "swc_macros_common", + "syn", ] -name = "enum_kind" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.1" [[package]] +name = "fastrand" +version = "1.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" dependencies = [ - "instant", + "instant", ] -name = "fastrand" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.8.0" [[package]] -checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" name = "fixedbitset" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] -checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" name = "fnv" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] +name = "form_urlencoded" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" dependencies = [ - "matches", - "percent-encoding", + "matches", + "percent-encoding", ] -name = "form_urlencoded" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.1" [[package]] +name = "from_variant" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0951635027ca477be98f8774abd6f0345233439d63f307e47101acb40c7cc63d" dependencies = [ - "pmutil", - "proc-macro2", - "swc_macros_common", - "syn", + "pmutil", + "proc-macro2", + "swc_macros_common", + "syn", ] -name = "from_variant" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.3" [[package]] +name = "futures" +version = "0.3.23" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab30e97ab6aacfe635fad58f22c2bb06c8b685f7421eb1e064a729e2a5f481fa" dependencies = [ - "futures-channel", - "futures-core", - "futures-executor", - "futures-io", - "futures-sink", - "futures-task", - "futures-util", + "futures-channel", + "futures-core", + "futures-executor", + "futures-io", + "futures-sink", + "futures-task", + "futures-util", ] -name = "futures" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.23" [[package]] +name = "futures-channel" +version = "0.3.23" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2bfc52cbddcfd745bf1740338492bb0bd83d76c67b445f91c5fb29fae29ecaa1" dependencies = [ - "futures-core", - "futures-sink", + "futures-core", + "futures-sink", ] -name = "futures-channel" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.23" [[package]] -checksum = "d2acedae88d38235936c3922476b10fced7b2b68136f5e3c03c2d5be348a1115" name = "futures-core" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2acedae88d38235936c3922476b10fced7b2b68136f5e3c03c2d5be348a1115" [[package]] +name = "futures-executor" +version = "0.3.23" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d11aa21b5b587a64682c0094c2bdd4df0076c5324961a40cc3abd7f37930528" dependencies = [ - "futures-core", - "futures-task", - "futures-util", + "futures-core", + "futures-task", + "futures-util", ] -name = "futures-executor" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.23" [[package]] -checksum = "93a66fc6d035a26a3ae255a6d2bca35eda63ae4c5512bef54449113f7a1228e5" name = "futures-io" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93a66fc6d035a26a3ae255a6d2bca35eda63ae4c5512bef54449113f7a1228e5" [[package]] +name = "futures-macro" +version = "0.3.23" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0db9cce532b0eae2ccf2766ab246f114b56b9cf6d445e00c2549fbc100ca045d" dependencies = [ - "proc-macro2", - "quote", - "syn", + "proc-macro2", + "quote", + "syn", ] -name = "futures-macro" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.23" [[package]] -checksum = "ca0bae1fe9752cf7fd9b0064c674ae63f97b37bc714d745cbde0afb7ec4e6765" name = "futures-sink" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca0bae1fe9752cf7fd9b0064c674ae63f97b37bc714d745cbde0afb7ec4e6765" [[package]] -checksum = "842fc63b931f4056a24d59de13fb1272134ce261816e063e634ad0c15cdc5306" name = "futures-task" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "842fc63b931f4056a24d59de13fb1272134ce261816e063e634ad0c15cdc5306" [[package]] +name = "futures-util" +version = "0.3.23" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0828a5471e340229c11c77ca80017937ce3c58cb788a17e5f1c2d5c485a9577" dependencies = [ - "futures-channel", - "futures-core", - "futures-io", - "futures-macro", - "futures-sink", - "futures-task", - "memchr", - "pin-project-lite", - "pin-utils", - "slab", + "futures-channel", + "futures-core", + "futures-io", + "futures-macro", + "futures-sink", + "futures-task", + "memchr", + "pin-project-lite", + "pin-utils", + "slab", ] -name = "futures-util" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.23" [[package]] +name = "generic-array" +version = "0.14.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" dependencies = [ - "typenum", - "version_check", + "typenum", + "version_check", ] -name = "generic-array" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.14.6" [[package]] +name = "getrandom" +version = "0.2.7" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" dependencies = [ - "cfg-if", - "libc", - "wasi 0.11.0+wasi-snapshot-preview1", + "cfg-if", + "libc", + "wasi 0.11.0+wasi-snapshot-preview1", ] -name = "getrandom" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.7" [[package]] -checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" name = "gimli" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.26.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" [[package]] -checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" name = "glob" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" [[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.3", - "tracing", + "bytes", + "fnv", + "futures-core", + "futures-sink", + "futures-util", + "http", + "indexmap", + "slab", + "tokio", + "tokio-util 0.7.3", + "tracing", ] -name = "h2" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.13" [[package]] -checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" name = "half" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" [[package]] +name = "hashbrown" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" dependencies = [ - "ahash", - "rayon", + "ahash", + "rayon", ] -name = "hashbrown" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.3" [[package]] +name = "headers" +version = "0.3.7" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4cff78e5788be1e0ab65b04d306b2ed5092c815ec97ec70f4ebd5aee158aa55d" dependencies = [ - "base64 0.13.0", - "bitflags", - "bytes", - "headers-core", - "http", - "httpdate", - "mime", - "sha-1 0.10.0", + "base64 0.13.0", + "bitflags", + "bytes", + "headers-core", + "http", + "httpdate", + "mime", + "sha-1 0.10.0", ] -name = "headers" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.7" [[package]] +name = "headers-core" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" dependencies = [ - "http", + "http", ] -name = "headers-core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.0" [[package]] -checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" name = "heck" -source = "registry+https://github.com/rust-lang/crates.io-index" 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", + "libc", ] -name = "hermit-abi" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.19" [[package]] +name = "http" +version = "0.2.8" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" dependencies = [ - "bytes", - "fnv", - "itoa 1.0.3", + "bytes", + "fnv", + "itoa 1.0.3", ] -name = "http" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.8" [[package]] +name = "http-body" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" dependencies = [ - "bytes", - "http", - "pin-project-lite", + "bytes", + "http", + "pin-project-lite", ] -name = "http-body" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.5" [[package]] -checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c" name = "httparse" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c" [[package]] -checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" name = "httpdate" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" [[package]] +name = "hyper" +version = "0.14.20" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac" dependencies = [ - "bytes", - "futures-channel", - "futures-core", - "futures-util", - "h2", - "http", - "http-body", - "httparse", - "httpdate", - "itoa 1.0.3", - "pin-project-lite", - "socket2", - "tokio", - "tower-service", - "tracing", - "want", + "bytes", + "futures-channel", + "futures-core", + "futures-util", + "h2", + "http", + "http-body", + "httparse", + "httpdate", + "itoa 1.0.3", + "pin-project-lite", + "socket2", + "tokio", + "tower-service", + "tracing", + "want", ] -name = "hyper" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.14.20" [[package]] +name = "iana-time-zone" +version = "0.1.44" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "808cf7d67cf4a22adc5be66e75ebdf769b3f2ea032041437a7061f97a63dad4b" dependencies = [ - "android_system_properties", - "core-foundation-sys", - "js-sys", - "wasm-bindgen", - "winapi", + "android_system_properties", + "core-foundation-sys", + "js-sys", + "wasm-bindgen", + "winapi", ] -name = "iana-time-zone" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.44" [[package]] -checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" name = "ident_case" -source = "registry+https://github.com/rust-lang/crates.io-index" 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", + "matches", + "unicode-bidi", + "unicode-normalization", ] -name = "idna" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.3" [[package]] -checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" name = "if_chain" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" [[package]] +name = "indexmap" +version = "1.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" dependencies = [ - "autocfg", - "hashbrown", - "serde", + "autocfg", + "hashbrown", + "serde", ] -name = "indexmap" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.9.1" [[package]] +name = "instant" +version = "0.1.12" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" dependencies = [ - "cfg-if", + "cfg-if", ] -name = "instant" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.12" [[package]] +name = "is-macro" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c068d4c6b922cd6284c609cfa6dec0e41615c9c5a1a4ba729a970d8daba05fb" dependencies = [ - "Inflector", - "pmutil", - "proc-macro2", - "quote", - "syn", + "Inflector", + "pmutil", + "proc-macro2", + "quote", + "syn", ] -name = "is-macro" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.1" [[package]] -checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb" name = "is_ci" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb" [[package]] +name = "itertools" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" dependencies = [ - "either", + "either", ] -name = "itertools" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.3" [[package]] -checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" name = "itoa" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.4.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" [[package]] -checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754" name = "itoa" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754" [[package]] +name = "js-sys" +version = "0.3.59" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2" dependencies = [ - "wasm-bindgen", + "wasm-bindgen", ] -name = "js-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.59" [[package]] -checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd" name = "json" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd" [[package]] -checksum = "41ee439ee368ba4a77ac70d04f14015415af8600d6c894dc1f11bd79758c57d5" name = "json_comments" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41ee439ee368ba4a77ac70d04f14015415af8600d6c894dc1f11bd79758c57d5" [[package]] +name = "jsonc-parser" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ccff81ff106af12c93c06935c50ee0723325095e8cbb8c0b41ed276b9469c4cb" dependencies = [ - "serde_json", + "serde_json", ] -name = "jsonc-parser" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.20.0" [[package]] -checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" name = "lazy_static" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] +name = "lexical" +version = "6.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7aefb36fd43fef7003334742cbf77b243fcd36418a1d1bdd480d613a67968f6" dependencies = [ - "lexical-core", + "lexical-core", ] -name = "lexical" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "6.1.1" [[package]] +name = "lexical-core" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46" dependencies = [ - "lexical-parse-float", - "lexical-parse-integer", - "lexical-util", - "lexical-write-float", - "lexical-write-integer", + "lexical-parse-float", + "lexical-parse-integer", + "lexical-util", + "lexical-write-float", + "lexical-write-integer", ] -name = "lexical-core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.5" [[package]] +name = "lexical-parse-float" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f" dependencies = [ - "lexical-parse-integer", - "lexical-util", - "static_assertions", + "lexical-parse-integer", + "lexical-util", + "static_assertions", ] -name = "lexical-parse-float" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.5" [[package]] +name = "lexical-parse-integer" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9" dependencies = [ - "lexical-util", - "static_assertions", + "lexical-util", + "static_assertions", ] -name = "lexical-parse-integer" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.6" [[package]] +name = "lexical-util" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc" dependencies = [ - "static_assertions", + "static_assertions", ] -name = "lexical-util" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.5" [[package]] +name = "lexical-write-float" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862" dependencies = [ - "lexical-util", - "lexical-write-integer", - "static_assertions", + "lexical-util", + "lexical-write-integer", + "static_assertions", ] -name = "lexical-write-float" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.5" [[package]] +name = "lexical-write-integer" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446" dependencies = [ - "lexical-util", - "static_assertions", + "lexical-util", + "static_assertions", ] -name = "lexical-write-integer" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.5" [[package]] -checksum = "04c3b4822ccebfa39c02fc03d1534441b22ead323fa0f48bb7ddd8e6ba076a40" name = "libc" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.131" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04c3b4822ccebfa39c02fc03d1534441b22ead323fa0f48bb7ddd8e6ba076a40" [[package]] +name = "libloading" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd" dependencies = [ - "cfg-if", - "winapi", + "cfg-if", + "winapi", ] -name = "libloading" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.3" [[package]] -checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" name = "linked-hash-map" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.5.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" [[package]] +name = "linked_hash_set" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588" dependencies = [ - "linked-hash-map", + "linked-hash-map", ] -name = "linked_hash_set" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.4" [[package]] +name = "lock_api" +version = "0.4.7" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53" dependencies = [ - "autocfg", - "scopeguard", + "autocfg", + "scopeguard", ] -name = "lock_api" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.7" [[package]] +name = "log" +version = "0.4.17" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" dependencies = [ - "cfg-if", + "cfg-if", ] -name = "log" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.17" [[package]] +name = "lru" +version = "0.7.8" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a" dependencies = [ - "hashbrown", + "hashbrown", ] -name = "lru" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.8" [[package]] +name = "matchers" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" dependencies = [ - "regex-automata", + "regex-automata", ] -name = "matchers" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.0" [[package]] -checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" name = "matches" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" [[package]] -checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" name = "memchr" -source = "registry+https://github.com/rust-lang/crates.io-index" 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", + "autocfg", ] -name = "memoffset" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.5" [[package]] +name = "miette" +version = "4.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c90329e44f9208b55f45711f9558cec15d7ef8295cc65ecd6d4188ae8edc58c" dependencies = [ - "atty", - "backtrace", - "miette-derive", - "once_cell", - "owo-colors", - "supports-color", - "supports-hyperlinks", - "supports-unicode", - "terminal_size", - "textwrap 0.15.0", - "thiserror", - "unicode-width", + "atty", + "backtrace", + "miette-derive", + "once_cell", + "owo-colors", + "supports-color", + "supports-hyperlinks", + "supports-unicode", + "terminal_size", + "textwrap 0.15.0", + "thiserror", + "unicode-width", ] -name = "miette" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "4.7.1" [[package]] +name = "miette-derive" +version = "4.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6b5bc45b761bcf1b5e6e6c4128cd93b84c218721a8d9b894aa0aff4ed180174c" dependencies = [ - "proc-macro2", - "quote", - "syn", + "proc-macro2", + "quote", + "syn", ] -name = "miette-derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "4.7.1" [[package]] +name = "mimalloc-rust" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bcc30df9dfdb5bb6cb2470de65ca604c3eaa3e5dc2ad02a9a98f567df5844472" dependencies = [ - "cty", - "mimalloc-rust-sys", + "cty", + "mimalloc-rust-sys", ] -name = "mimalloc-rust" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.5" [[package]] +name = "mimalloc-rust-sys" +version = "1.7.3-source" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3adc8731262b982f4e0860770dba118305cafe1b2e7ebe95b29b2c2f46a70666" dependencies = [ - "cc", - "cty", + "cc", + "cty", ] -name = "mimalloc-rust-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.7.3-source" [[package]] -checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" name = "mime" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" [[package]] +name = "mime_guess" +version = "2.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" dependencies = [ - "mime", - "unicase", + "mime", + "unicase", ] -name = "mime_guess" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.0.4" [[package]] -checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" name = "minimal-lexical" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] -checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc" -dependencies = [ - "adler", -] name = "miniz_oxide" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc" +dependencies = [ + "adler", +] [[package]] +name = "mio" +version = "0.8.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf" dependencies = [ - "libc", - "log", - "wasi 0.11.0+wasi-snapshot-preview1", - "windows-sys", + "libc", + "log", + "wasi 0.11.0+wasi-snapshot-preview1", + "windows-sys", ] -name = "mio" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.4" [[package]] +name = "multipart" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182" dependencies = [ - "buf_redux", - "httparse", - "log", - "mime", - "mime_guess", - "quick-error", - "rand", - "safemem", - "tempfile", - "twoway", + "buf_redux", + "httparse", + "log", + "mime", + "mime_guess", + "quick-error", + "rand", + "safemem", + "tempfile", + "twoway", ] -name = "multipart" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.18.0" [[package]] -dependencies = [ - "ctor", - "lazy_static", - "napi-sys", - "serde", - "serde_json", - "thread_local", - "tokio", -] name = "napi" -source = "git+https://github.com/speedy-js/napi-rs?branch=speedy#628b2c500476cd9f70100158236fbdde6c256f7c" version = "2.4.3" +source = "git+https://github.com/speedy-js/napi-rs?branch=speedy#628b2c500476cd9f70100158236fbdde6c256f7c" +dependencies = [ + "ctor", + "lazy_static", + "napi-sys", + "serde", + "serde_json", + "thread_local", + "tokio", +] [[package]] -checksum = "ebd4419172727423cf30351406c54f6cc1b354a2cfb4f1dba3e6cd07f6d5522b" name = "napi-build" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebd4419172727423cf30351406c54f6cc1b354a2cfb4f1dba3e6cd07f6d5522b" [[package]] -dependencies = [ - "convert_case", - "napi-derive-backend", - "proc-macro2", - "quote", - "syn", -] name = "napi-derive" -source = "git+https://github.com/speedy-js/napi-rs?branch=speedy#628b2c500476cd9f70100158236fbdde6c256f7c" version = "2.4.1" - -[[package]] +source = "git+https://github.com/speedy-js/napi-rs?branch=speedy#628b2c500476cd9f70100158236fbdde6c256f7c" dependencies = [ - "convert_case", - "once_cell", - "proc-macro2", - "quote", - "regex", - "syn", + "convert_case", + "napi-derive-backend", + "proc-macro2", + "quote", + "syn", ] -name = "napi-derive-backend" -source = "git+https://github.com/speedy-js/napi-rs?branch=speedy#628b2c500476cd9f70100158236fbdde6c256f7c" -version = "1.0.32" [[package]] +name = "napi-derive-backend" +version = "1.0.32" +source = "git+https://github.com/speedy-js/napi-rs?branch=speedy#628b2c500476cd9f70100158236fbdde6c256f7c" dependencies = [ - "libloading", + "convert_case", + "once_cell", + "proc-macro2", + "quote", + "regex", + "syn", ] + +[[package]] name = "napi-sys" -source = "git+https://github.com/speedy-js/napi-rs?branch=speedy#628b2c500476cd9f70100158236fbdde6c256f7c" version = "2.2.2" +source = "git+https://github.com/speedy-js/napi-rs?branch=speedy#628b2c500476cd9f70100158236fbdde6c256f7c" +dependencies = [ + "libloading", +] [[package]] -checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" name = "new_debug_unreachable" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" [[package]] +name = "nodejs-resolver" +version = "0.0.14" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62c75bdd9cfb53fb4bc1dd9e98f60ee9c50c772352a53253d44ec504f1dbbfe9" dependencies = [ - "daachorse", - "dashmap", - "indexmap", - "once_cell", - "phf 0.10.1", - "serde_json", - "smol_str", + "daachorse", + "dashmap", + "indexmap", + "once_cell", + "phf 0.10.1", + "serde_json", + "smol_str", ] -name = "nodejs-resolver" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.0.14" [[package]] +name = "nodejs-resolver" +version = "0.0.35" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25e092bc34b850d6ca2f60eeab430d8edd9e313a03594ed541d99708406e1380" dependencies = [ - "daachorse", - "dashmap", - "indexmap", - "jsonc-parser", - "once_cell", - "phf 0.11.1", - "serde_json", - "smol_str", - "tracing", + "daachorse", + "dashmap", + "indexmap", + "jsonc-parser", + "once_cell", + "phf 0.11.1", + "serde_json", + "smol_str", + "tracing", ] -name = "nodejs-resolver" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.0.35" [[package]] +name = "nom" +version = "7.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36" dependencies = [ - "memchr", - "minimal-lexical", + "memchr", + "minimal-lexical", ] -name = "nom" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "7.1.1" [[package]] +name = "normpath" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a9da8c9922c35a1033d76f7272dfc2e7ee20392083d75aeea6ced23c6266578" dependencies = [ - "winapi", + "winapi", ] -name = "normpath" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.0" [[package]] +name = "num-bigint" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" dependencies = [ - "autocfg", - "num-integer", - "num-traits", - "serde", + "autocfg", + "num-integer", + "num-traits", + "serde", ] -name = "num-bigint" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.3" [[package]] +name = "num-integer" +version = "0.1.45" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" dependencies = [ - "autocfg", - "num-traits", + "autocfg", + "num-traits", ] -name = "num-integer" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.45" [[package]] +name = "num-traits" +version = "0.2.15" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" dependencies = [ - "autocfg", + "autocfg", ] -name = "num-traits" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.15" [[package]] +name = "num_cpus" +version = "1.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" dependencies = [ - "hermit-abi", - "libc", + "hermit-abi", + "libc", ] -name = "num_cpus" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.13.1" [[package]] +name = "object" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53" dependencies = [ - "memchr", + "memchr", ] -name = "object" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.29.0" [[package]] -checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" name = "once_cell" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" [[package]] -checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" name = "oorandom" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "11.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" [[package]] -checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" name = "opaque-debug" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] +name = "ordered-float" +version = "2.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87" dependencies = [ - "num-traits", + "num-traits", ] -name = "ordered-float" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.10.0" [[package]] -checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff" name = "os_str_bytes" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "6.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff" [[package]] -checksum = "decf7381921fea4dcb2549c5667eda59b3ec297ab7e2b5fc33eac69d2e7da87b" name = "owo-colors" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "3.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "decf7381921fea4dcb2549c5667eda59b3ec297ab7e2b5fc33eac69d2e7da87b" [[package]] +name = "parking_lot" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" dependencies = [ - "lock_api", - "parking_lot_core", + "lock_api", + "parking_lot_core", ] -name = "parking_lot" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.1" [[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", + "cfg-if", + "libc", + "redox_syscall", + "smallvec", + "windows-sys", ] -name = "parking_lot_core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.3" [[package]] -checksum = "ecba01bf2678719532c5e3059e0b5f0811273d94b397088b82e3bd0a78c78fdd" name = "path-clean" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ecba01bf2678719532c5e3059e0b5f0811273d94b397088b82e3bd0a78c78fdd" [[package]] -checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" name = "pathdiff" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" [[package]] -checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" name = "percent-encoding" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] +name = "petgraph" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143" dependencies = [ - "fixedbitset", - "indexmap", + "fixedbitset", + "indexmap", ] -name = "petgraph" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.2" [[package]] +name = "phf" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" dependencies = [ - "phf_macros 0.10.0", - "phf_shared 0.10.0", - "proc-macro-hack", + "phf_macros 0.10.0", + "phf_shared 0.10.0", + "proc-macro-hack", ] -name = "phf" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.1" [[package]] +name = "phf" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c" dependencies = [ - "phf_macros 0.11.1", - "phf_shared 0.11.1", + "phf_macros 0.11.1", + "phf_shared 0.11.1", ] -name = "phf" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.1" [[package]] +name = "phf_generator" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" dependencies = [ - "phf_shared 0.10.0", - "rand", + "phf_shared 0.10.0", + "rand", ] -name = "phf_generator" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.0" [[package]] +name = "phf_generator" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf" dependencies = [ - "phf_shared 0.11.1", - "rand", + "phf_shared 0.11.1", + "rand", ] -name = "phf_generator" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.1" [[package]] +name = "phf_macros" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0" dependencies = [ - "phf_generator 0.10.0", - "phf_shared 0.10.0", - "proc-macro-hack", - "proc-macro2", - "quote", - "syn", + "phf_generator 0.10.0", + "phf_shared 0.10.0", + "proc-macro-hack", + "proc-macro2", + "quote", + "syn", ] -name = "phf_macros" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.0" [[package]] +name = "phf_macros" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "92aacdc5f16768709a569e913f7451034034178b05bdc8acda226659a3dccc66" dependencies = [ - "phf_generator 0.11.1", - "phf_shared 0.11.1", - "proc-macro2", - "quote", - "syn", + "phf_generator 0.11.1", + "phf_shared 0.11.1", + "proc-macro2", + "quote", + "syn", ] -name = "phf_macros" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.1" [[package]] +name = "phf_shared" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" dependencies = [ - "siphasher", + "siphasher", ] -name = "phf_shared" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.0" [[package]] +name = "phf_shared" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676" dependencies = [ - "siphasher", + "siphasher", ] -name = "phf_shared" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.1" [[package]] +name = "pin-project" +version = "1.0.11" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260" dependencies = [ - "pin-project-internal", + "pin-project-internal", ] -name = "pin-project" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.11" [[package]] +name = "pin-project-internal" +version = "1.0.11" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74" dependencies = [ - "proc-macro2", - "quote", - "syn", + "proc-macro2", + "quote", + "syn", ] -name = "pin-project-internal" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.11" [[package]] -checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" name = "pin-project-lite" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" [[package]] -checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" name = "pin-utils" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] +name = "plotters" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9428003b84df1496fb9d6eeee9c5f8145cb41ca375eb0dad204328888832811f" dependencies = [ - "num-traits", - "plotters-backend", - "plotters-svg", - "wasm-bindgen", - "web-sys", + "num-traits", + "plotters-backend", + "plotters-svg", + "wasm-bindgen", + "web-sys", ] -name = "plotters" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.2" [[package]] -checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142" name = "plotters-backend" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142" [[package]] +name = "plotters-svg" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e0918736323d1baff32ee0eade54984f6f201ad7e97d5cfb5d6ab4a358529615" dependencies = [ - "plotters-backend", + "plotters-backend", ] -name = "plotters-svg" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.2" [[package]] +name = "pmutil" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3894e5d549cccbe44afecf72922f277f603cd4bb0219c8342631ef18fffbe004" dependencies = [ - "proc-macro2", - "quote", - "syn", + "proc-macro2", + "quote", + "syn", ] -name = "pmutil" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.3" [[package]] -checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" name = "ppv-lite86" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" [[package]] -checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" name = "precomputed-hash" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" [[package]] +name = "preset_env_base" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f68dc2366d2258e280ad44221403aa0af50868b3e6dc1cb9fb14a302cc01948" dependencies = [ - "ahash", - "anyhow", - "browserslist-rs", - "dashmap", - "from_variant", - "once_cell", - "semver 1.0.13", - "serde", - "st-map", - "tracing", + "ahash", + "anyhow", + "browserslist-rs", + "dashmap", + "from_variant", + "once_cell", + "semver 1.0.13", + "serde", + "st-map", + "tracing", ] -name = "preset_env_base" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.4" [[package]] +name = "proc-macro-error" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" dependencies = [ - "proc-macro-error-attr", - "proc-macro2", - "quote", - "syn", - "version_check", + "proc-macro-error-attr", + "proc-macro2", + "quote", + "syn", + "version_check", ] -name = "proc-macro-error" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.4" [[package]] +name = "proc-macro-error-attr" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" dependencies = [ - "proc-macro2", - "quote", - "version_check", + "proc-macro2", + "quote", + "version_check", ] -name = "proc-macro-error-attr" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.4" [[package]] -checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" name = "proc-macro-hack" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.5.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" [[package]] +name = "proc-macro2" +version = "1.0.43" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab" dependencies = [ - "unicode-ident", + "unicode-ident", ] -name = "proc-macro2" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.43" [[package]] -checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" name = "quick-error" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[package]] +name = "quote" +version = "1.0.21" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" dependencies = [ - "proc-macro2", + "proc-macro2", ] -name = "quote" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.21" [[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", + "libc", + "rand_chacha", + "rand_core", ] -name = "rand" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.5" [[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", + "ppv-lite86", + "rand_core", ] -name = "rand_chacha" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.1" [[package]] +name = "rand_core" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" dependencies = [ - "getrandom", + "getrandom", ] -name = "rand_core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.3" [[package]] +name = "rayon" +version = "1.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d" dependencies = [ - "autocfg", - "crossbeam-deque", - "either", - "rayon-core", + "autocfg", + "crossbeam-deque", + "either", + "rayon-core", ] -name = "rayon" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.5.3" [[package]] +name = "rayon-core" +version = "1.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f" dependencies = [ - "crossbeam-channel", - "crossbeam-deque", - "crossbeam-utils", - "num_cpus", + "crossbeam-channel", + "crossbeam-deque", + "crossbeam-utils", + "num_cpus", ] -name = "rayon-core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.9.3" [[package]] +name = "redox_syscall" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" dependencies = [ - "bitflags", + "bitflags", ] -name = "redox_syscall" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.16" [[package]] +name = "regex" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" dependencies = [ - "aho-corasick", - "memchr", - "regex-syntax", + "aho-corasick", + "memchr", + "regex-syntax", ] -name = "regex" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.6.0" [[package]] +name = "regex-automata" +version = "0.1.10" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" dependencies = [ - "regex-syntax", + "regex-syntax", ] -name = "regex-automata" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.10" [[package]] -checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" name = "regex-syntax" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.6.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" [[package]] -checksum = "0df32d82cedd1499386877b062ebe8721f806de80b08d183c70184ef17dd1d42" name = "relative-path" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0df32d82cedd1499386877b062ebe8721f806de80b08d183c70184ef17dd1d42" [[package]] +name = "remove_dir_all" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" dependencies = [ - "winapi", + "winapi", ] -name = "remove_dir_all" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.3" [[package]] -checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0" name = "retain_mut" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0" [[package]] -dependencies = [ - "anyhow", - "async-trait", - "criterion", - "crossbeam", - "dashmap", - "hashbrown", - "nodejs-resolver 0.0.14", - "once_cell", - "rspack_core", - "rspack_plugin_asset", - "rspack_plugin_css", - "rspack_plugin_html", - "rspack_plugin_javascript", - "rspack_plugin_json", - "rspack_plugin_runtime", - "sugar_path", - "temp_test_utils", - "testing_macros", - "tokio", - "tracing", - "tracing-subscriber", - "warp", -] name = "rspack" version = "0.1.0" - -[[package]] dependencies = [ - "anyhow", - "async-trait", - "crossbeam", - "dashmap", - "hashbrown", - "nodejs-resolver 0.0.35", - "once_cell", - "petgraph", - "rayon", - "sugar_path", - "swc_css", - "swc_ecma_ast 0.90.7", - "tokio", - "tracing", - "tracing-chrome", - "tracing-subscriber", - "url", + "anyhow", + "async-trait", + "criterion", + "crossbeam", + "dashmap", + "hashbrown", + "nodejs-resolver 0.0.14", + "once_cell", + "rspack_core", + "rspack_plugin_asset", + "rspack_plugin_css", + "rspack_plugin_html", + "rspack_plugin_javascript", + "rspack_plugin_json", + "rspack_plugin_runtime", + "sugar_path", + "temp_test_utils", + "testing_macros", + "tokio", + "tracing", + "tracing-subscriber", + "warp", ] -name = "rspack_core" -version = "0.1.0" [[package]] +name = "rspack_core" +version = "0.1.0" dependencies = [ - "anyhow", - "async-trait", - "rspack_core", - "similar-asserts", - "tokio", - "tracing", - "tracing-subscriber", - "url", + "anyhow", + "async-trait", + "crossbeam", + "dashmap", + "hashbrown", + "nodejs-resolver 0.0.35", + "once_cell", + "petgraph", + "rayon", + "sugar_path", + "swc_css", + "swc_ecma_ast 0.90.7", + "tokio", + "tracing", + "tracing-chrome", + "tracing-subscriber", + "url", ] -name = "rspack_loader_runner" -version = "0.1.0" [[package]] +name = "rspack_loader_runner" +version = "0.1.0" dependencies = [ - "anyhow", - "async-trait", - "backtrace", - "dashmap", - "futures", - "mimalloc-rust", - "napi", - "napi-build", - "napi-derive", - "once_cell", - "rspack", - "rspack_core", - "rspack_plugin_html", - "serde", - "serde_json", - "tokio", - "tracing", + "anyhow", + "async-trait", + "rspack_core", + "similar-asserts", + "tokio", + "tracing", + "tracing-subscriber", + "url", ] -name = "rspack_node" -version = "0.1.0" [[package]] +name = "rspack_node" +version = "0.1.0" dependencies = [ - "anyhow", - "async-trait", - "base64 0.13.0", - "hashbrown", - "mime_guess", - "once_cell", - "rayon", - "rspack_core", - "temp_test_utils", - "testing_macros", - "tokio", - "tracing", + "anyhow", + "async-trait", + "backtrace", + "dashmap", + "futures", + "mimalloc-rust", + "napi", + "napi-build", + "napi-derive", + "once_cell", + "rspack", + "rspack_core", + "rspack_plugin_html", + "serde", + "serde_json", + "tokio", + "tracing", ] -name = "rspack_plugin_asset" -version = "0.1.0" [[package]] +name = "rspack_plugin_asset" +version = "0.1.0" dependencies = [ - "anyhow", - "better_scoped_tls", - "dashmap", - "hashbrown", - "linked_hash_set", - "once_cell", - "rayon", - "rspack", - "rspack_core", - "sugar_path", - "swc_atoms 0.4.5", - "swc_common 0.27.8", - "swc_css", - "swc_css_prefixer", - "temp_test_utils", - "testing_macros", - "tokio", - "tracing", + "anyhow", + "async-trait", + "base64 0.13.0", + "hashbrown", + "mime_guess", + "once_cell", + "rayon", + "rspack_core", + "temp_test_utils", + "testing_macros", + "tokio", + "tracing", ] -name = "rspack_plugin_css" -version = "0.1.0" [[package]] +name = "rspack_plugin_css" +version = "0.1.0" dependencies = [ - "anyhow", - "base64 0.13.0", - "hashbrown", - "once_cell", - "rayon", - "rspack_core", - "serde", - "serde_json", - "sha2", - "swc_atoms 0.2.13", - "swc_common 0.24.3", - "swc_html", - "swc_html_minifier", - "temp_test_utils", - "testing_macros", + "anyhow", + "better_scoped_tls", + "dashmap", + "hashbrown", + "linked_hash_set", + "once_cell", + "rayon", + "rspack", + "rspack_core", + "sugar_path", + "swc_atoms 0.4.5", + "swc_common 0.27.8", + "swc_css", + "swc_css_prefixer", + "temp_test_utils", + "testing_macros", + "tokio", + "tracing", ] -name = "rspack_plugin_html" -version = "0.1.0" [[package]] +name = "rspack_plugin_html" +version = "0.1.0" dependencies = [ - "anyhow", - "better_scoped_tls", - "hashbrown", - "linked_hash_set", - "once_cell", - "rayon", - "rspack_core", - "swc", - "swc_atoms 0.4.5", - "swc_common 0.27.8", - "swc_ecma_ast 0.90.7", - "swc_ecma_parser 0.117.4", - "swc_ecma_transforms", - "swc_ecma_utils 0.99.4", - "swc_ecma_visit 0.76.5", - "temp_test_utils", - "testing_macros", - "tracing", + "anyhow", + "base64 0.13.0", + "hashbrown", + "once_cell", + "rayon", + "rspack_core", + "serde", + "serde_json", + "sha2", + "swc_atoms 0.2.13", + "swc_common 0.24.3", + "swc_html", + "swc_html_minifier", + "temp_test_utils", + "testing_macros", ] -name = "rspack_plugin_javascript" -version = "0.1.0" [[package]] +name = "rspack_plugin_javascript" +version = "0.1.0" dependencies = [ - "anyhow", - "hashbrown", - "json", - "rspack_core", - "temp_test_utils", - "testing_macros", - "tracing", + "anyhow", + "better_scoped_tls", + "hashbrown", + "linked_hash_set", + "once_cell", + "rayon", + "rspack_core", + "swc", + "swc_atoms 0.4.5", + "swc_common 0.27.8", + "swc_ecma_ast 0.90.7", + "swc_ecma_parser 0.117.4", + "swc_ecma_transforms", + "swc_ecma_utils 0.99.4", + "swc_ecma_visit 0.76.5", + "temp_test_utils", + "testing_macros", + "tracing", ] -name = "rspack_plugin_json" -version = "0.1.0" [[package]] +name = "rspack_plugin_json" +version = "0.1.0" dependencies = [ - "anyhow", - "rspack_core", + "anyhow", + "hashbrown", + "json", + "rspack_core", + "temp_test_utils", + "testing_macros", + "tracing", ] -name = "rspack_plugin_runtime" -version = "0.1.0" [[package]] +name = "rspack_plugin_runtime" +version = "0.1.0" dependencies = [ - "rspack_core", + "anyhow", + "rspack_core", ] -name = "rspack_plugin_split_chunks" -version = "0.1.0" [[package]] +name = "rspack_plugin_split_chunks" +version = "0.1.0" dependencies = [ - "colored", - "derive_builder", - "rayon", - "rspack", - "rspack_core", - "serde", - "serde_json", - "similar", - "testing_macros", - "tokio", + "rspack_core", ] + +[[package]] name = "rspack_test" version = "0.1.0" +dependencies = [ + "colored", + "derive_builder", + "rayon", + "rspack", + "rspack_core", + "serde", + "serde_json", + "similar", + "testing_macros", + "tokio", +] [[package]] -checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" name = "rustc-demangle" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" [[package]] -checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" name = "rustc-hash" -source = "registry+https://github.com/rust-lang/crates.io-index" 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", + "semver 0.9.0", ] -name = "rustc_version" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.3" [[package]] -checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" name = "ryu" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" [[package]] -checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" name = "safemem" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" [[package]] +name = "same-file" +version = "1.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" dependencies = [ - "winapi-util", + "winapi-util", ] -name = "same-file" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.6" [[package]] +name = "schemars" +version = "0.8.10" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1847b767a3d62d95cbf3d8a9f0e421cf57a0d8aa4f411d4b16525afb0284d4ed" dependencies = [ - "dyn-clone", - "schemars_derive", - "serde", - "serde_json", + "dyn-clone", + "schemars_derive", + "serde", + "serde_json", ] -name = "schemars" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.10" [[package]] +name = "schemars_derive" +version = "0.8.10" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af4d7e1b012cb3d9129567661a63755ea4b8a7386d339dc945ae187e403c6743" dependencies = [ - "proc-macro2", - "quote", - "serde_derive_internals", - "syn", + "proc-macro2", + "quote", + "serde_derive_internals", + "syn", ] -name = "schemars_derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.10" [[package]] -checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" name = "scoped-tls" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" [[package]] -checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" name = "scopeguard" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] +name = "semver" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" dependencies = [ - "semver-parser", + "semver-parser", ] -name = "semver" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.0" [[package]] +name = "semver" +version = "1.0.13" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f6841e709003d68bb2deee8c343572bf446003ec20a583e76f7b15cebf3711" dependencies = [ - "serde", + "serde", ] -name = "semver" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.13" [[package]] -checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" name = "semver-parser" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] +name = "serde" +version = "1.0.143" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "53e8e5d5b70924f74ff5c6d64d9a5acd91422117c60f48c4e07855238a254553" dependencies = [ - "serde_derive", + "serde_derive", ] -name = "serde" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.143" [[package]] +name = "serde-wasm-bindgen" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1cfc62771e7b829b517cb213419236475f434fb480eddd76112ae182d274434a" dependencies = [ - "js-sys", - "serde", - "wasm-bindgen", + "js-sys", + "serde", + "wasm-bindgen", ] -name = "serde-wasm-bindgen" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.3" [[package]] +name = "serde_cbor" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" dependencies = [ - "half", - "serde", + "half", + "serde", ] -name = "serde_cbor" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.2" [[package]] +name = "serde_derive" +version = "1.0.143" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3d8e8de557aee63c26b85b947f5e59b690d0454c753f3adeb5cd7835ab88391" dependencies = [ - "proc-macro2", - "quote", - "syn", + "proc-macro2", + "quote", + "syn", ] -name = "serde_derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.143" [[package]] +name = "serde_derive_internals" +version = "0.26.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c" dependencies = [ - "proc-macro2", - "quote", - "syn", + "proc-macro2", + "quote", + "syn", ] -name = "serde_derive_internals" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.26.0" [[package]] +name = "serde_json" +version = "1.0.83" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7" dependencies = [ - "indexmap", - "itoa 1.0.3", - "ryu", - "serde", + "indexmap", + "itoa 1.0.3", + "ryu", + "serde", ] -name = "serde_json" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.83" [[package]] -checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" -dependencies = [ - "form_urlencoded", - "itoa 1.0.3", - "ryu", - "serde", -] name = "serde_urlencoded" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" +dependencies = [ + "form_urlencoded", + "itoa 1.0.3", + "ryu", + "serde", +] [[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", + "block-buffer 0.9.0", + "cfg-if", + "cpufeatures", + "digest 0.9.0", + "opaque-debug", ] -name = "sha-1" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.8" [[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", + "cfg-if", + "cpufeatures", + "digest 0.10.3", ] -name = "sha-1" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.0" [[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", + "cfg-if", + "cpufeatures", + "digest 0.10.3", ] -name = "sha2" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.2" [[package]] +name = "sharded-slab" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" dependencies = [ - "lazy_static", + "lazy_static", ] -name = "sharded-slab" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.4" [[package]] +name = "signal-hook-registry" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" dependencies = [ - "libc", + "libc", ] -name = "signal-hook-registry" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.4.0" [[package]] +name = "similar" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803" dependencies = [ - "bstr", - "unicode-segmentation", + "bstr", + "unicode-segmentation", ] -name = "similar" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.2.0" [[package]] +name = "similar-asserts" +version = "1.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18" dependencies = [ - "console", - "similar", + "console", + "similar", ] -name = "similar-asserts" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.4.2" [[package]] -checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" name = "siphasher" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" [[package]] +name = "slab" +version = "0.4.7" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" dependencies = [ - "autocfg", + "autocfg", ] -name = "slab" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.7" [[package]] -checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" name = "smallvec" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" [[package]] -checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043" name = "smawk" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043" [[package]] +name = "smol_str" +version = "0.1.23" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7475118a28b7e3a2e157ce0131ba8c5526ea96e90ee601d9f6bb2e286a35ab44" dependencies = [ - "serde", + "serde", ] -name = "smol_str" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.23" [[package]] +name = "socket2" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" dependencies = [ - "libc", - "winapi", + "libc", + "winapi", ] -name = "socket2" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.4" [[package]] +name = "sourcemap" +version = "6.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2ca89636b276071e7276488131f531dbf43ad1c19bc4bd5a04f6a0ce1ddc138" dependencies = [ - "base64 0.11.0", - "if_chain", - "lazy_static", - "regex", - "rustc_version", - "serde", - "serde_json", - "url", + "base64 0.11.0", + "if_chain", + "lazy_static", + "regex", + "rustc_version", + "serde", + "serde_json", + "url", ] -name = "sourcemap" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "6.0.2" [[package]] +name = "st-map" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc9c9f3a1df5f73b7392bd9773108fef41ad9126f0282412fd5904389f0c0c4f" dependencies = [ - "arrayvec", - "static-map-macro", + "arrayvec", + "static-map-macro", ] -name = "st-map" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.6" [[package]] +name = "static-map-macro" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "752564de9cd8937fdbc1c55d47ac391758c352ab3755607cc391b659fe87d56b" dependencies = [ - "pmutil", - "proc-macro2", - "quote", - "syn", + "pmutil", + "proc-macro2", + "quote", + "syn", ] -name = "static-map-macro" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.3" [[package]] -checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" name = "static_assertions" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] +name = "string_cache" +version = "0.8.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08" dependencies = [ - "new_debug_unreachable", - "once_cell", - "parking_lot", - "phf_shared 0.10.0", - "precomputed-hash", - "serde", + "new_debug_unreachable", + "once_cell", + "parking_lot", + "phf_shared 0.10.0", + "precomputed-hash", + "serde", ] -name = "string_cache" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.4" [[package]] +name = "string_cache_codegen" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" dependencies = [ - "phf_generator 0.10.0", - "phf_shared 0.10.0", - "proc-macro2", - "quote", + "phf_generator 0.10.0", + "phf_shared 0.10.0", + "proc-macro2", + "quote", ] -name = "string_cache_codegen" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.2" [[package]] +name = "string_enum" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f584cc881e9e5f1fd6bf827b0444aa94c30d8fe6378cf241071b5f5700b2871f" dependencies = [ - "pmutil", - "proc-macro2", - "quote", - "swc_macros_common", - "syn", + "pmutil", + "proc-macro2", + "quote", + "swc_macros_common", + "syn", ] -name = "string_enum" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.1" [[package]] -checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" name = "strsim" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] +name = "sugar_path" +version = "0.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d005dc095332806e0fdea4ec2f6c77d7d3626173b30825e7cd3c416d8a566606" dependencies = [ - "once_cell", + "once_cell", ] -name = "sugar_path" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.0.5" [[package]] +name = "supports-color" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4872ced36b91d47bae8a214a683fe54e7078875b399dfa251df346c9b547d1f9" dependencies = [ - "atty", - "is_ci", + "atty", + "is_ci", ] -name = "supports-color" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.3.0" [[package]] +name = "supports-hyperlinks" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "590b34f7c5f01ecc9d78dba4b3f445f31df750a67621cf31626f3b7441ce6406" dependencies = [ - "atty", + "atty", ] -name = "supports-hyperlinks" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.2.0" [[package]] +name = "supports-unicode" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8b945e45b417b125a8ec51f1b7df2f8df7920367700d1f98aedd21e5735f8b2" dependencies = [ - "atty", + "atty", ] -name = "supports-unicode" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.2" [[package]] +name = "swc" +version = "0.213.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a7ec59e3268cf5dc3f5b85e44372b0e7868a820197e87032c109cb0f19b94d77" dependencies = [ - "ahash", - "anyhow", - "base64 0.13.0", - "dashmap", - "either", - "indexmap", - "json_comments", - "lru", - "once_cell", - "parking_lot", - "pathdiff", - "regex", - "rustc-hash", - "serde", - "serde_json", - "sourcemap", - "swc_atoms 0.4.5", - "swc_cached 0.3.5", - "swc_common 0.27.8", - "swc_config", - "swc_ecma_ast 0.90.7", - "swc_ecma_codegen 0.121.4", - "swc_ecma_ext_transforms", - "swc_ecma_lints", - "swc_ecma_loader", - "swc_ecma_minifier 0.143.2", - "swc_ecma_parser 0.117.4", - "swc_ecma_preset_env", - "swc_ecma_transforms", - "swc_ecma_transforms_base 0.103.7", - "swc_ecma_transforms_compat", - "swc_ecma_transforms_optimization 0.151.2", - "swc_ecma_utils 0.99.4", - "swc_ecma_visit 0.76.5", - "swc_error_reporters", - "swc_node_comments", - "swc_timer 0.15.4", - "swc_visit", - "tracing", + "ahash", + "anyhow", + "base64 0.13.0", + "dashmap", + "either", + "indexmap", + "json_comments", + "lru", + "once_cell", + "parking_lot", + "pathdiff", + "regex", + "rustc-hash", + "serde", + "serde_json", + "sourcemap", + "swc_atoms 0.4.5", + "swc_cached 0.3.5", + "swc_common 0.27.8", + "swc_config", + "swc_ecma_ast 0.90.7", + "swc_ecma_codegen 0.121.4", + "swc_ecma_ext_transforms", + "swc_ecma_lints", + "swc_ecma_loader", + "swc_ecma_minifier 0.143.2", + "swc_ecma_parser 0.117.4", + "swc_ecma_preset_env", + "swc_ecma_transforms", + "swc_ecma_transforms_base 0.103.7", + "swc_ecma_transforms_compat", + "swc_ecma_transforms_optimization 0.151.2", + "swc_ecma_utils 0.99.4", + "swc_ecma_visit 0.76.5", + "swc_error_reporters", + "swc_node_comments", + "swc_timer 0.15.4", + "swc_visit", + "tracing", ] -name = "swc" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.213.3" [[package]] +name = "swc_atoms" +version = "0.2.13" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d99c0ac33707dd1162a3665d6ca1a28b2f6594e9c37c4703e417fc5e1ce532e" dependencies = [ - "once_cell", - "rustc-hash", - "serde", - "string_cache", - "string_cache_codegen", + "once_cell", + "rustc-hash", + "serde", + "string_cache", + "string_cache_codegen", ] -name = "swc_atoms" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.13" [[package]] +name = "swc_atoms" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "013b8129d72b54f337bc3733a075389d97a5714fb58d3ead5df49977a45322fc" dependencies = [ - "once_cell", - "rustc-hash", - "serde", - "string_cache", - "string_cache_codegen", + "once_cell", + "rustc-hash", + "serde", + "string_cache", + "string_cache_codegen", ] -name = "swc_atoms" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.5" [[package]] +name = "swc_cached" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "84fed4a980e12c737171a7b17c5e0a2f4272899266fa0632ea4e31264ebdfdb5" dependencies = [ - "ahash", - "anyhow", - "dashmap", - "once_cell", - "regex", - "serde", - "swc_atoms 0.2.13", + "ahash", + "anyhow", + "dashmap", + "once_cell", + "regex", + "serde", + "swc_atoms 0.2.13", ] -name = "swc_cached" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.1" [[package]] +name = "swc_cached" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "395389d54bea607246bb4a400b9b3df2e55adfe8fcce7965a5b99fed7816cf4d" dependencies = [ - "ahash", - "anyhow", - "dashmap", - "once_cell", - "regex", - "serde", - "swc_atoms 0.4.5", + "ahash", + "anyhow", + "dashmap", + "once_cell", + "regex", + "serde", + "swc_atoms 0.4.5", ] -name = "swc_cached" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.5" [[package]] +name = "swc_common" +version = "0.24.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ab11102e24889bbc6d034255dd15c4d13806d7fe89171b6d9d8b648effc1f05" dependencies = [ - "ahash", - "ast_node", - "better_scoped_tls", - "cfg-if", - "debug_unreachable", - "either", - "from_variant", - "num-bigint", - "once_cell", - "rustc-hash", - "serde", - "siphasher", - "string_cache", - "swc_atoms 0.2.13", - "swc_eq_ignore_macros", - "swc_visit", - "tracing", - "unicode-width", - "url", + "ahash", + "ast_node", + "better_scoped_tls", + "cfg-if", + "debug_unreachable", + "either", + "from_variant", + "num-bigint", + "once_cell", + "rustc-hash", + "serde", + "siphasher", + "string_cache", + "swc_atoms 0.2.13", + "swc_eq_ignore_macros", + "swc_visit", + "tracing", + "unicode-width", + "url", ] -name = "swc_common" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.24.3" [[package]] +name = "swc_common" +version = "0.27.8" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6950d061940150c048956c9c90bb729283d94750696b6fddbcbfaedcb245196e" dependencies = [ - "ahash", - "ast_node", - "better_scoped_tls", - "cfg-if", - "debug_unreachable", - "either", - "from_variant", - "num-bigint", - "once_cell", - "parking_lot", - "rustc-hash", - "serde", - "siphasher", - "sourcemap", - "string_cache", - "swc_atoms 0.4.5", - "swc_eq_ignore_macros", - "swc_visit", - "tracing", - "unicode-width", - "url", + "ahash", + "ast_node", + "better_scoped_tls", + "cfg-if", + "debug_unreachable", + "either", + "from_variant", + "num-bigint", + "once_cell", + "parking_lot", + "rustc-hash", + "serde", + "siphasher", + "sourcemap", + "string_cache", + "swc_atoms 0.4.5", + "swc_eq_ignore_macros", + "swc_visit", + "tracing", + "unicode-width", + "url", ] -name = "swc_common" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.27.8" [[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", + "anyhow", + "indexmap", + "serde", + "serde_json", + "swc_config_macro", ] -name = "swc_config" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.1" [[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", - "quote", - "swc_macros_common", - "syn", + "pmutil", + "proc-macro2", + "quote", + "swc_macros_common", + "syn", ] -name = "swc_config_macro" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.0" [[package]] +name = "swc_css" +version = "0.118.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eaa88f5bbffa8ce01c770d6889ae7338a3663eb792388979718dad25eb878c29" dependencies = [ - "swc_css_ast 0.105.3", - "swc_css_codegen 0.115.2", - "swc_css_parser 0.114.2", - "swc_css_utils 0.102.2", - "swc_css_visit 0.104.2", + "swc_css_ast 0.105.3", + "swc_css_codegen 0.115.2", + "swc_css_parser 0.114.2", + "swc_css_utils 0.102.2", + "swc_css_visit 0.104.2", ] -name = "swc_css" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.118.2" [[package]] +name = "swc_css_ast" +version = "0.100.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f935e240a149706022f55e9a9c5448d7ff70d15e5a9ad54aadf082d85f3d4a68" dependencies = [ - "is-macro", - "serde", - "string_enum", - "swc_atoms 0.2.13", - "swc_common 0.24.3", + "is-macro", + "serde", + "string_enum", + "swc_atoms 0.2.13", + "swc_common 0.24.3", ] -name = "swc_css_ast" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.100.0" [[package]] +name = "swc_css_ast" +version = "0.105.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "817ba5dd9d185580a12cacfb9884732ffccb0704d0085573549c62107d232b09" dependencies = [ - "is-macro", - "serde", - "string_enum", - "swc_atoms 0.4.5", - "swc_common 0.27.8", + "is-macro", + "serde", + "string_enum", + "swc_atoms 0.4.5", + "swc_common 0.27.8", ] -name = "swc_css_ast" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.105.3" [[package]] +name = "swc_css_codegen" +version = "0.110.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2594e2a48da021360549fe39d536102356d88215c748f47cd4fa663907a95061" dependencies = [ - "auto_impl", - "bitflags", - "rustc-hash", - "serde", - "swc_atoms 0.2.13", - "swc_common 0.24.3", - "swc_css_ast 0.100.0", - "swc_css_codegen_macros", + "auto_impl", + "bitflags", + "rustc-hash", + "serde", + "swc_atoms 0.2.13", + "swc_common 0.24.3", + "swc_css_ast 0.100.0", + "swc_css_codegen_macros", ] -name = "swc_css_codegen" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.110.0" [[package]] +name = "swc_css_codegen" +version = "0.115.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6fec1bfd727ed7d81ddc02fb6fb4b499bf63d9d88444b52569dada1177506fa" dependencies = [ - "auto_impl", - "bitflags", - "rustc-hash", - "serde", - "swc_atoms 0.4.5", - "swc_common 0.27.8", - "swc_css_ast 0.105.3", - "swc_css_codegen_macros", + "auto_impl", + "bitflags", + "rustc-hash", + "serde", + "swc_atoms 0.4.5", + "swc_common 0.27.8", + "swc_css_ast 0.105.3", + "swc_css_codegen_macros", ] -name = "swc_css_codegen" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.115.2" [[package]] +name = "swc_css_codegen_macros" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fe27425548d11afee43ddbe1d0cd882cb5e042f61b1503651dae2219c92333f5" dependencies = [ - "pmutil", - "proc-macro2", - "quote", - "swc_macros_common", - "syn", + "pmutil", + "proc-macro2", + "quote", + "swc_macros_common", + "syn", ] -name = "swc_css_codegen_macros" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.0" [[package]] +name = "swc_css_minifier" +version = "0.75.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9cef65424a1699eb0cb72b17143b91302f5cb72708d6c5c34e64180e363ca698" dependencies = [ - "serde", - "swc_atoms 0.2.13", - "swc_common 0.24.3", - "swc_css_ast 0.100.0", - "swc_css_utils 0.97.0", - "swc_css_visit 0.99.0", + "serde", + "swc_atoms 0.2.13", + "swc_common 0.24.3", + "swc_css_ast 0.100.0", + "swc_css_utils 0.97.0", + "swc_css_visit 0.99.0", ] -name = "swc_css_minifier" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.75.0" [[package]] +name = "swc_css_parser" +version = "0.109.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c926ac6f7c0e3882a6f1cc46cdf2005eadd2ed534c71833eb1168be2bcd5c933" dependencies = [ - "bitflags", - "lexical", - "serde", - "swc_atoms 0.2.13", - "swc_common 0.24.3", - "swc_css_ast 0.100.0", + "bitflags", + "lexical", + "serde", + "swc_atoms 0.2.13", + "swc_common 0.24.3", + "swc_css_ast 0.100.0", ] -name = "swc_css_parser" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.109.0" [[package]] +name = "swc_css_parser" +version = "0.114.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e53a3a2f13ee59e00b832e5bd44325ab5ce71a5ab75cff4b6076a3a58bb736b" dependencies = [ - "bitflags", - "lexical", - "serde", - "swc_atoms 0.4.5", - "swc_common 0.27.8", - "swc_css_ast 0.105.3", + "bitflags", + "lexical", + "serde", + "swc_atoms 0.4.5", + "swc_common 0.27.8", + "swc_css_ast 0.105.3", ] -name = "swc_css_parser" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.114.2" [[package]] -checksum = "cd71b5ee6cd26df43d11c62c398d82974837ddfdb1204b1efef9ddd3cae13f11" -dependencies = [ - "once_cell", - "preset_env_base", - "serde", - "serde_json", - "swc_atoms 0.4.5", - "swc_common 0.27.8", - "swc_css_ast 0.105.3", - "swc_css_utils 0.102.2", - "swc_css_visit 0.104.2", -] name = "swc_css_prefixer" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.115.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd71b5ee6cd26df43d11c62c398d82974837ddfdb1204b1efef9ddd3cae13f11" +dependencies = [ + "once_cell", + "preset_env_base", + "serde", + "serde_json", + "swc_atoms 0.4.5", + "swc_common 0.27.8", + "swc_css_ast 0.105.3", + "swc_css_utils 0.102.2", + "swc_css_visit 0.104.2", +] [[package]] +name = "swc_css_utils" +version = "0.97.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c974b81d5efc80224a2793dc68e5bd7b5c18a0719d5ef945bc245f71337e7bd" dependencies = [ - "once_cell", - "serde", - "serde_json", - "swc_atoms 0.2.13", - "swc_common 0.24.3", - "swc_css_ast 0.100.0", - "swc_css_visit 0.99.0", + "once_cell", + "serde", + "serde_json", + "swc_atoms 0.2.13", + "swc_common 0.24.3", + "swc_css_ast 0.100.0", + "swc_css_visit 0.99.0", ] -name = "swc_css_utils" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.97.0" [[package]] +name = "swc_css_utils" +version = "0.102.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed5d7f980929474edb2205587a77b93047c40138d4d34f8e22c94e393a21b774" dependencies = [ - "once_cell", - "serde", - "serde_json", - "swc_atoms 0.4.5", - "swc_common 0.27.8", - "swc_css_ast 0.105.3", - "swc_css_visit 0.104.2", + "once_cell", + "serde", + "serde_json", + "swc_atoms 0.4.5", + "swc_common 0.27.8", + "swc_css_ast 0.105.3", + "swc_css_visit 0.104.2", ] -name = "swc_css_utils" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.102.2" [[package]] +name = "swc_css_visit" +version = "0.99.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3e8c215664626ab186429923ad20fb74b5475a396ab0cda09d79c3fd091ba13" dependencies = [ - "serde", - "swc_atoms 0.2.13", - "swc_common 0.24.3", - "swc_css_ast 0.100.0", - "swc_visit", + "serde", + "swc_atoms 0.2.13", + "swc_common 0.24.3", + "swc_css_ast 0.100.0", + "swc_visit", ] -name = "swc_css_visit" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.99.0" [[package]] +name = "swc_css_visit" +version = "0.104.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a43d7093a4323b5d4bda6e16a38848771b2aafbb9c713e80dbb8b8dd5957a433" dependencies = [ - "serde", - "swc_atoms 0.4.5", - "swc_common 0.27.8", - "swc_css_ast 0.105.3", - "swc_visit", + "serde", + "swc_atoms 0.4.5", + "swc_common 0.27.8", + "swc_css_ast 0.105.3", + "swc_visit", ] -name = "swc_css_visit" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.104.2" [[package]] +name = "swc_ecma_ast" +version = "0.86.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec6e61a59dcf6495822d3241f173a9304125a29aa8f0071ca6b79cccf509ccb6" dependencies = [ - "bitflags", - "is-macro", - "num-bigint", - "scoped-tls", - "serde", - "string_enum", - "swc_atoms 0.2.13", - "swc_common 0.24.3", - "unicode-id", + "bitflags", + "is-macro", + "num-bigint", + "scoped-tls", + "serde", + "string_enum", + "swc_atoms 0.2.13", + "swc_common 0.24.3", + "unicode-id", ] -name = "swc_ecma_ast" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.86.0" [[package]] -checksum = "8265c7abbdf36fa17da7c276bf6dd933b0837e00655dc7452b7b23068e7de688" -dependencies = [ - "bitflags", - "is-macro", - "num-bigint", - "scoped-tls", - "serde", - "string_enum", - "swc_atoms 0.4.5", - "swc_common 0.27.8", - "unicode-id", -] name = "swc_ecma_ast" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.90.7" - -[[package]] -checksum = "195cc62d3256844148ac4096e3a8901a758fe50c6237c647ebfc1e6605b67f27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8265c7abbdf36fa17da7c276bf6dd933b0837e00655dc7452b7b23068e7de688" dependencies = [ - "bitflags", - "is-macro", - "num-bigint", - "scoped-tls", - "serde", - "string_enum", - "swc_atoms 0.4.1", - "swc_common 0.27.1", - "unicode-id", + "bitflags", + "is-macro", + "num-bigint", + "scoped-tls", + "serde", + "string_enum", + "swc_atoms 0.4.5", + "swc_common 0.27.8", + "unicode-id", ] -name = "swc_ecma_ast" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.90.3" [[package]] +name = "swc_ecma_codegen" +version = "0.117.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3fa0cded3d7644c40e5453be6cc3577baad52993d3f39117dd640e6ebaa9c0fa" dependencies = [ - "memchr", - "num-bigint", - "once_cell", - "rustc-hash", - "serde", - "sourcemap", - "swc_atoms 0.2.13", - "swc_common 0.24.3", - "swc_ecma_ast 0.86.0", - "swc_ecma_codegen_macros", - "tracing", + "memchr", + "num-bigint", + "once_cell", + "rustc-hash", + "serde", + "sourcemap", + "swc_atoms 0.2.13", + "swc_common 0.24.3", + "swc_ecma_ast 0.86.0", + "swc_ecma_codegen_macros", + "tracing", ] -name = "swc_ecma_codegen" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.117.0" [[package]] +name = "swc_ecma_codegen" +version = "0.121.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "54c1e454253d4cda2d9e600256d5511d33d163361ef8b6165343505c48328f2b" dependencies = [ - "memchr", - "num-bigint", - "once_cell", - "rustc-hash", - "serde", - "sourcemap", - "swc_atoms 0.4.5", - "swc_common 0.27.8", - "swc_ecma_ast 0.90.7", - "swc_ecma_codegen_macros", - "tracing", + "memchr", + "num-bigint", + "once_cell", + "rustc-hash", + "serde", + "sourcemap", + "swc_atoms 0.4.5", + "swc_common 0.27.8", + "swc_ecma_ast 0.90.7", + "swc_ecma_codegen_macros", + "tracing", ] -name = "swc_ecma_codegen" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.121.4" [[package]] +name = "swc_ecma_codegen_macros" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0159c99f81f52e48fe692ef7af1b0990b45d3006b14c6629be0b1ffee1b23aea" dependencies = [ - "pmutil", - "proc-macro2", - "quote", - "swc_macros_common", - "syn", + "pmutil", + "proc-macro2", + "quote", + "swc_macros_common", + "syn", ] -name = "swc_ecma_codegen_macros" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.1" [[package]] +name = "swc_ecma_ext_transforms" +version = "0.85.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8488d1f1b56152f8881482924b67930ae817ec78d669c17d659ebe981f95d25e" dependencies = [ - "phf 0.10.1", - "swc_atoms 0.4.5", - "swc_common 0.27.8", - "swc_ecma_ast 0.90.7", - "swc_ecma_utils 0.99.4", - "swc_ecma_visit 0.76.5", + "phf 0.10.1", + "swc_atoms 0.4.5", + "swc_common 0.27.8", + "swc_ecma_ast 0.90.7", + "swc_ecma_utils 0.99.4", + "swc_ecma_visit 0.76.5", ] -name = "swc_ecma_ext_transforms" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.85.4" [[package]] +name = "swc_ecma_lints" +version = "0.58.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "588b745eaa0979490dd20df11d982c72b25aaa78eddf0033a159906f4adf3f28" dependencies = [ - "ahash", - "auto_impl", - "dashmap", - "parking_lot", - "rayon", - "regex", - "serde", - "swc_atoms 0.4.5", - "swc_common 0.27.8", - "swc_config", - "swc_ecma_ast 0.90.7", - "swc_ecma_utils 0.99.4", - "swc_ecma_visit 0.76.5", + "ahash", + "auto_impl", + "dashmap", + "parking_lot", + "rayon", + "regex", + "serde", + "swc_atoms 0.4.5", + "swc_common 0.27.8", + "swc_config", + "swc_ecma_ast 0.90.7", + "swc_ecma_utils 0.99.4", + "swc_ecma_visit 0.76.5", ] -name = "swc_ecma_lints" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.58.4" [[package]] +name = "swc_ecma_loader" +version = "0.39.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ece6023a43222e3bd36e3d191fa5289c848245b97fbf0127d9c0923165648d18" dependencies = [ - "ahash", - "anyhow", - "dashmap", - "lru", - "normpath", - "once_cell", - "parking_lot", - "path-clean", - "pathdiff", - "serde", - "serde_json", - "swc_cached 0.3.5", - "swc_common 0.27.8", - "tracing", + "ahash", + "anyhow", + "dashmap", + "lru", + "normpath", + "once_cell", + "parking_lot", + "path-clean", + "pathdiff", + "serde", + "serde_json", + "swc_cached 0.3.5", + "swc_common 0.27.8", + "tracing", ] -name = "swc_ecma_loader" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.39.4" [[package]] +name = "swc_ecma_minifier" +version = "0.139.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4499e75b7b3d66207c7941fbe662d525d440fe6dbbb484ba6d1a6ee39d0f79d1" dependencies = [ - "ahash", - "arrayvec", - "indexmap", - "num_cpus", - "once_cell", - "parking_lot", - "rayon", - "regex", - "retain_mut", - "rustc-hash", - "serde", - "serde_json", - "swc_atoms 0.2.13", - "swc_cached 0.1.1", - "swc_common 0.24.3", - "swc_config", - "swc_ecma_ast 0.86.0", - "swc_ecma_codegen 0.117.0", - "swc_ecma_parser 0.113.0", - "swc_ecma_transforms_base 0.99.0", - "swc_ecma_transforms_optimization 0.147.0", - "swc_ecma_utils 0.95.0", - "swc_ecma_visit 0.72.0", - "swc_timer 0.12.0", - "tracing", - "unicode-id", + "ahash", + "arrayvec", + "indexmap", + "num_cpus", + "once_cell", + "parking_lot", + "rayon", + "regex", + "retain_mut", + "rustc-hash", + "serde", + "serde_json", + "swc_atoms 0.2.13", + "swc_cached 0.1.1", + "swc_common 0.24.3", + "swc_config", + "swc_ecma_ast 0.86.0", + "swc_ecma_codegen 0.117.0", + "swc_ecma_parser 0.113.0", + "swc_ecma_transforms_base 0.99.0", + "swc_ecma_transforms_optimization 0.147.0", + "swc_ecma_utils 0.95.0", + "swc_ecma_visit 0.72.0", + "swc_timer 0.12.0", + "tracing", + "unicode-id", ] -name = "swc_ecma_minifier" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.139.0" [[package]] +name = "swc_ecma_minifier" +version = "0.143.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23fcd41972b641c747d78843f3966d214deaed05a2c4ca51473abf1f53d9674c" dependencies = [ - "ahash", - "arrayvec", - "indexmap", - "num-bigint", - "num_cpus", - "once_cell", - "parking_lot", - "regex", - "retain_mut", - "rustc-hash", - "serde", - "serde_json", - "swc_atoms 0.4.5", - "swc_cached 0.3.5", - "swc_common 0.27.8", - "swc_config", - "swc_ecma_ast 0.90.7", - "swc_ecma_codegen 0.121.4", - "swc_ecma_parser 0.117.4", - "swc_ecma_transforms_base 0.103.7", - "swc_ecma_transforms_optimization 0.151.2", - "swc_ecma_utils 0.99.4", - "swc_ecma_visit 0.76.5", - "swc_timer 0.15.4", - "tracing", - "unicode-id", + "ahash", + "arrayvec", + "indexmap", + "num-bigint", + "num_cpus", + "once_cell", + "parking_lot", + "regex", + "retain_mut", + "rustc-hash", + "serde", + "serde_json", + "swc_atoms 0.4.5", + "swc_cached 0.3.5", + "swc_common 0.27.8", + "swc_config", + "swc_ecma_ast 0.90.7", + "swc_ecma_codegen 0.121.4", + "swc_ecma_parser 0.117.4", + "swc_ecma_transforms_base 0.103.7", + "swc_ecma_transforms_optimization 0.151.2", + "swc_ecma_utils 0.99.4", + "swc_ecma_visit 0.76.5", + "swc_timer 0.15.4", + "tracing", + "unicode-id", ] -name = "swc_ecma_minifier" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.143.2" [[package]] +name = "swc_ecma_parser" +version = "0.113.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b743803ca5de3213b0df02777ba0f8b36db6b13910170601e11e179de3e7df0c" dependencies = [ - "either", - "enum_kind", - "lexical", - "num-bigint", - "serde", - "smallvec", - "swc_atoms 0.2.13", - "swc_common 0.24.3", - "swc_ecma_ast 0.86.0", - "tracing", - "typed-arena", + "either", + "enum_kind", + "lexical", + "num-bigint", + "serde", + "smallvec", + "swc_atoms 0.2.13", + "swc_common 0.24.3", + "swc_ecma_ast 0.86.0", + "tracing", + "typed-arena", ] -name = "swc_ecma_parser" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.113.0" [[package]] -checksum = "b8a8ef64367f4f84c49599c94426254fcc2a4bfbc446c422b6208ee685f72f1b" -dependencies = [ - "either", - "enum_kind", - "lexical", - "num-bigint", - "serde", - "smallvec", - "swc_atoms 0.4.5", - "swc_common 0.27.8", - "swc_ecma_ast 0.90.7", - "tracing", - "typed-arena", -] name = "swc_ecma_parser" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.117.4" - -[[package]] -checksum = "8487764045bbc8bee67dea5deffde74ca3c2d67178f63bb6658cbccf08e2d225" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8a8ef64367f4f84c49599c94426254fcc2a4bfbc446c422b6208ee685f72f1b" dependencies = [ - "either", - "enum_kind", - "lexical", - "num-bigint", - "serde", - "smallvec", - "swc_atoms 0.4.1", - "swc_common 0.27.1", - "swc_ecma_ast 0.90.3", - "tracing", - "typed-arena", + "either", + "enum_kind", + "lexical", + "num-bigint", + "serde", + "smallvec", + "swc_atoms 0.4.5", + "swc_common 0.27.8", + "swc_ecma_ast 0.90.7", + "tracing", + "typed-arena", ] -name = "swc_ecma_parser" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.117.0" [[package]] +name = "swc_ecma_preset_env" +version = "0.157.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02b030e002dab8ec159d14c9c5dea2f13ca5f28d98605c4b02dd666d6d12d608" dependencies = [ - "ahash", - "anyhow", - "dashmap", - "indexmap", - "once_cell", - "preset_env_base", - "semver 1.0.13", - "serde", - "serde_json", - "st-map", - "string_enum", - "swc_atoms 0.4.5", - "swc_common 0.27.8", - "swc_ecma_ast 0.90.7", - "swc_ecma_transforms", - "swc_ecma_utils 0.99.4", - "swc_ecma_visit 0.76.5", + "ahash", + "anyhow", + "dashmap", + "indexmap", + "once_cell", + "preset_env_base", + "semver 1.0.13", + "serde", + "serde_json", + "st-map", + "string_enum", + "swc_atoms 0.4.5", + "swc_common 0.27.8", + "swc_ecma_ast 0.90.7", + "swc_ecma_transforms", + "swc_ecma_utils 0.99.4", + "swc_ecma_visit 0.76.5", ] -name = "swc_ecma_preset_env" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.157.1" [[package]] +name = "swc_ecma_transforms" +version = "0.182.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75453d2d149afea54f6fc9bfe892ec77c147178bf1eb634d4f2dcc660b5545fa" dependencies = [ - "swc_atoms 0.4.5", - "swc_common 0.27.8", - "swc_ecma_ast 0.90.7", - "swc_ecma_transforms_base 0.103.7", - "swc_ecma_transforms_compat", - "swc_ecma_transforms_module", - "swc_ecma_transforms_optimization 0.151.2", - "swc_ecma_transforms_proposal", - "swc_ecma_transforms_react", - "swc_ecma_transforms_typescript", - "swc_ecma_utils 0.99.4", - "swc_ecma_visit 0.76.5", + "swc_atoms 0.4.5", + "swc_common 0.27.8", + "swc_ecma_ast 0.90.7", + "swc_ecma_transforms_base 0.103.7", + "swc_ecma_transforms_compat", + "swc_ecma_transforms_module", + "swc_ecma_transforms_optimization 0.151.2", + "swc_ecma_transforms_proposal", + "swc_ecma_transforms_react", + "swc_ecma_transforms_typescript", + "swc_ecma_utils 0.99.4", + "swc_ecma_visit 0.76.5", ] -name = "swc_ecma_transforms" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.182.2" [[package]] +name = "swc_ecma_transforms_base" +version = "0.99.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6fd503e2447df29a13451863cb2f8db792565512030ae4e3d2859b32026ac341" dependencies = [ - "better_scoped_tls", - "bitflags", - "num_cpus", - "once_cell", - "phf 0.10.1", - "rayon", - "rustc-hash", - "serde", - "smallvec", - "swc_atoms 0.2.13", - "swc_common 0.24.3", - "swc_ecma_ast 0.86.0", - "swc_ecma_parser 0.113.0", - "swc_ecma_utils 0.95.0", - "swc_ecma_visit 0.72.0", - "tracing", + "better_scoped_tls", + "bitflags", + "num_cpus", + "once_cell", + "phf 0.10.1", + "rayon", + "rustc-hash", + "serde", + "smallvec", + "swc_atoms 0.2.13", + "swc_common 0.24.3", + "swc_ecma_ast 0.86.0", + "swc_ecma_parser 0.113.0", + "swc_ecma_utils 0.95.0", + "swc_ecma_visit 0.72.0", + "tracing", ] -name = "swc_ecma_transforms_base" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.99.0" [[package]] +name = "swc_ecma_transforms_base" +version = "0.103.7" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5ed48eb38456468673e47803ac01249bae15806daee2b1fcc18a2db755b995b8" dependencies = [ - "better_scoped_tls", - "bitflags", - "num_cpus", - "once_cell", - "phf 0.10.1", - "rustc-hash", - "serde", - "smallvec", - "swc_atoms 0.4.5", - "swc_common 0.27.8", - "swc_ecma_ast 0.90.7", - "swc_ecma_parser 0.117.4", - "swc_ecma_utils 0.99.4", - "swc_ecma_visit 0.76.5", - "tracing", + "better_scoped_tls", + "bitflags", + "num_cpus", + "once_cell", + "phf 0.10.1", + "rustc-hash", + "serde", + "smallvec", + "swc_atoms 0.4.5", + "swc_common 0.27.8", + "swc_ecma_ast 0.90.7", + "swc_ecma_parser 0.117.4", + "swc_ecma_utils 0.99.4", + "swc_ecma_visit 0.76.5", + "tracing", ] -name = "swc_ecma_transforms_base" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.103.7" [[package]] -checksum = "f6c4c6c0079e1843c78565bc9d849c9a7c6c2e216f4133b4bda4dc34c1164b6d" -dependencies = [ - "better_scoped_tls", - "bitflags", - "num_cpus", - "once_cell", - "phf 0.10.1", - "rustc-hash", - "serde", - "smallvec", - "swc_atoms 0.4.1", - "swc_common 0.27.1", - "swc_ecma_ast 0.90.3", - "swc_ecma_parser 0.117.0", - "swc_ecma_utils 0.99.0", - "swc_ecma_visit 0.76.0", - "tracing", -] -name = "swc_ecma_transforms_base" +name = "swc_ecma_transforms_classes" +version = "0.91.4" source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.103.1" - -[[package]] checksum = "628b626272c37957ab2cda24590c25f2064debef55f2d94b50ff94ca87fd7071" dependencies = [ - "swc_atoms 0.4.5", - "swc_common 0.27.8", - "swc_ecma_ast 0.90.7", - "swc_ecma_transforms_base 0.103.7", - "swc_ecma_utils 0.99.4", - "swc_ecma_visit 0.76.5", + "swc_atoms 0.4.5", + "swc_common 0.27.8", + "swc_ecma_ast 0.90.7", + "swc_ecma_transforms_base 0.103.7", + "swc_ecma_utils 0.99.4", + "swc_ecma_visit 0.76.5", ] -name = "swc_ecma_transforms_classes" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.91.4" [[package]] +name = "swc_ecma_transforms_compat" +version = "0.121.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68f13ef21b8b94ac8cb26969c8d76202d4e2d7031dd16a73beb1308fd4330279" dependencies = [ - "ahash", - "arrayvec", - "indexmap", - "is-macro", - "num-bigint", - "ordered-float", - "serde", - "smallvec", - "swc_atoms 0.4.5", - "swc_common 0.27.8", - "swc_config", - "swc_ecma_ast 0.90.7", - "swc_ecma_transforms_base 0.103.7", - "swc_ecma_transforms_classes", - "swc_ecma_transforms_macros", - "swc_ecma_utils 0.99.4", - "swc_ecma_visit 0.76.5", - "swc_trace_macro", - "tracing", + "ahash", + "arrayvec", + "indexmap", + "is-macro", + "num-bigint", + "ordered-float", + "serde", + "smallvec", + "swc_atoms 0.4.5", + "swc_common 0.27.8", + "swc_config", + "swc_ecma_ast 0.90.7", + "swc_ecma_transforms_base 0.103.7", + "swc_ecma_transforms_classes", + "swc_ecma_transforms_macros", + "swc_ecma_utils 0.99.4", + "swc_ecma_visit 0.76.5", + "swc_trace_macro", + "tracing", ] -name = "swc_ecma_transforms_compat" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.121.1" [[package]] +name = "swc_ecma_transforms_macros" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ebf907935ec5492256b523ae7935a824d9fdc0368dcadc41375bad0dca91cd8b" dependencies = [ - "pmutil", - "proc-macro2", - "quote", - "swc_macros_common", - "syn", + "pmutil", + "proc-macro2", + "quote", + "swc_macros_common", + "syn", ] -name = "swc_ecma_transforms_macros" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.0" [[package]] +name = "swc_ecma_transforms_module" +version = "0.138.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f61b61b43984432328f5cb3de43bdcd0e839792775cc370b310d5164a75ef7f" dependencies = [ - "Inflector", - "ahash", - "anyhow", - "bitflags", - "indexmap", - "is-macro", - "path-clean", - "pathdiff", - "regex", - "serde", - "swc_atoms 0.4.5", - "swc_cached 0.3.5", - "swc_common 0.27.8", - "swc_ecma_ast 0.90.7", - "swc_ecma_loader", - "swc_ecma_parser 0.117.4", - "swc_ecma_transforms_base 0.103.7", - "swc_ecma_utils 0.99.4", - "swc_ecma_visit 0.76.5", - "tracing", + "Inflector", + "ahash", + "anyhow", + "bitflags", + "indexmap", + "is-macro", + "path-clean", + "pathdiff", + "regex", + "serde", + "swc_atoms 0.4.5", + "swc_cached 0.3.5", + "swc_common 0.27.8", + "swc_ecma_ast 0.90.7", + "swc_ecma_loader", + "swc_ecma_parser 0.117.4", + "swc_ecma_transforms_base 0.103.7", + "swc_ecma_utils 0.99.4", + "swc_ecma_visit 0.76.5", + "tracing", ] -name = "swc_ecma_transforms_module" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.138.1" [[package]] +name = "swc_ecma_transforms_optimization" +version = "0.147.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "813040e61e5a9d0040baa9ec3f2f7583b096bd4f352cbf3db1f4d549991b9241" dependencies = [ - "ahash", - "dashmap", - "indexmap", - "once_cell", - "rustc-hash", - "serde_json", - "swc_atoms 0.2.13", - "swc_common 0.24.3", - "swc_ecma_ast 0.86.0", - "swc_ecma_parser 0.113.0", - "swc_ecma_transforms_base 0.99.0", - "swc_ecma_transforms_macros", - "swc_ecma_utils 0.95.0", - "swc_ecma_visit 0.72.0", - "tracing", + "ahash", + "dashmap", + "indexmap", + "once_cell", + "rustc-hash", + "serde_json", + "swc_atoms 0.2.13", + "swc_common 0.24.3", + "swc_ecma_ast 0.86.0", + "swc_ecma_parser 0.113.0", + "swc_ecma_transforms_base 0.99.0", + "swc_ecma_transforms_macros", + "swc_ecma_utils 0.95.0", + "swc_ecma_visit 0.72.0", + "tracing", ] -name = "swc_ecma_transforms_optimization" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.147.0" [[package]] +name = "swc_ecma_transforms_optimization" +version = "0.151.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c05a619c8ec9d6a8ddce183e231d5f0579e97b28159b5f43a6454a3a34b41f01" dependencies = [ - "ahash", - "dashmap", - "indexmap", - "once_cell", - "rustc-hash", - "serde_json", - "swc_atoms 0.4.5", - "swc_common 0.27.8", - "swc_ecma_ast 0.90.7", - "swc_ecma_parser 0.117.4", - "swc_ecma_transforms_base 0.103.7", - "swc_ecma_transforms_macros", - "swc_ecma_utils 0.99.4", - "swc_ecma_visit 0.76.5", - "tracing", + "ahash", + "dashmap", + "indexmap", + "once_cell", + "rustc-hash", + "serde_json", + "swc_atoms 0.4.5", + "swc_common 0.27.8", + "swc_ecma_ast 0.90.7", + "swc_ecma_parser 0.117.4", + "swc_ecma_transforms_base 0.103.7", + "swc_ecma_transforms_macros", + "swc_ecma_utils 0.99.4", + "swc_ecma_visit 0.76.5", + "tracing", ] -name = "swc_ecma_transforms_optimization" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.151.2" [[package]] +name = "swc_ecma_transforms_proposal" +version = "0.129.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad8bc1b08cc3268c9c24d018be60ee6424d400dd6cc1bdf52fbb263ed33b37f7" dependencies = [ - "either", - "serde", - "smallvec", - "swc_atoms 0.4.5", - "swc_common 0.27.8", - "swc_ecma_ast 0.90.7", - "swc_ecma_transforms_base 0.103.7", - "swc_ecma_transforms_classes", - "swc_ecma_transforms_macros", - "swc_ecma_utils 0.99.4", - "swc_ecma_visit 0.76.5", + "either", + "serde", + "smallvec", + "swc_atoms 0.4.5", + "swc_common 0.27.8", + "swc_ecma_ast 0.90.7", + "swc_ecma_transforms_base 0.103.7", + "swc_ecma_transforms_classes", + "swc_ecma_transforms_macros", + "swc_ecma_utils 0.99.4", + "swc_ecma_visit 0.76.5", ] -name = "swc_ecma_transforms_proposal" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.129.1" [[package]] +name = "swc_ecma_transforms_react" +version = "0.140.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3ffcaf876c121b0258ed1a350d5ee1ea4ea128b348a7525c6ef82854cf46e7ea" dependencies = [ - "ahash", - "base64 0.13.0", - "dashmap", - "indexmap", - "once_cell", - "regex", - "serde", - "sha-1 0.10.0", - "string_enum", - "swc_atoms 0.4.5", - "swc_common 0.27.8", - "swc_config", - "swc_ecma_ast 0.90.7", - "swc_ecma_parser 0.117.4", - "swc_ecma_transforms_base 0.103.7", - "swc_ecma_transforms_macros", - "swc_ecma_utils 0.99.4", - "swc_ecma_visit 0.76.5", + "ahash", + "base64 0.13.0", + "dashmap", + "indexmap", + "once_cell", + "regex", + "serde", + "sha-1 0.10.0", + "string_enum", + "swc_atoms 0.4.5", + "swc_common 0.27.8", + "swc_config", + "swc_ecma_ast 0.90.7", + "swc_ecma_parser 0.117.4", + "swc_ecma_transforms_base 0.103.7", + "swc_ecma_transforms_macros", + "swc_ecma_utils 0.99.4", + "swc_ecma_visit 0.76.5", ] -name = "swc_ecma_transforms_react" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.140.1" [[package]] +name = "swc_ecma_transforms_typescript" +version = "0.144.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "557cf4636f04e2b3680f820cd7645353ddf4ed1b2730291bef22f1c581bd9d53" dependencies = [ - "serde", - "swc_atoms 0.4.5", - "swc_common 0.27.8", - "swc_ecma_ast 0.90.7", - "swc_ecma_transforms_base 0.103.7", - "swc_ecma_transforms_react", - "swc_ecma_utils 0.99.4", - "swc_ecma_visit 0.76.5", + "serde", + "swc_atoms 0.4.5", + "swc_common 0.27.8", + "swc_ecma_ast 0.90.7", + "swc_ecma_transforms_base 0.103.7", + "swc_ecma_transforms_react", + "swc_ecma_utils 0.99.4", + "swc_ecma_visit 0.76.5", ] -name = "swc_ecma_transforms_typescript" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.144.1" [[package]] +name = "swc_ecma_utils" +version = "0.95.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c24db1ef1ca5b15d774e9c5e36f258f5504fbb3be1d7a20764b044f2e90c3c8f" dependencies = [ - "indexmap", - "once_cell", - "swc_atoms 0.2.13", - "swc_common 0.24.3", - "swc_ecma_ast 0.86.0", - "swc_ecma_visit 0.72.0", - "tracing", - "unicode-id", + "indexmap", + "once_cell", + "swc_atoms 0.2.13", + "swc_common 0.24.3", + "swc_ecma_ast 0.86.0", + "swc_ecma_visit 0.72.0", + "tracing", + "unicode-id", ] -name = "swc_ecma_utils" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.95.0" [[package]] +name = "swc_ecma_utils" +version = "0.99.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6494149979ae31a79d8a423c5da4aae9ac8ff0195d9e0135ccf569bc1a1d0d3f" dependencies = [ - "indexmap", - "once_cell", - "swc_atoms 0.4.5", - "swc_common 0.27.8", - "swc_ecma_ast 0.90.7", - "swc_ecma_visit 0.76.5", - "tracing", - "unicode-id", + "indexmap", + "once_cell", + "swc_atoms 0.4.5", + "swc_common 0.27.8", + "swc_ecma_ast 0.90.7", + "swc_ecma_visit 0.76.5", + "tracing", + "unicode-id", ] -name = "swc_ecma_utils" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.99.4" [[package]] +name = "swc_ecma_visit" +version = "0.72.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e227dc3034adf4837fd0cd9f99a406634b80f8f0c0560cf3ca6440affcad37ae" dependencies = [ - "num-bigint", - "serde", - "swc_atoms 0.2.13", - "swc_common 0.24.3", - "swc_ecma_ast 0.86.0", - "swc_visit", - "tracing", + "num-bigint", + "serde", + "swc_atoms 0.2.13", + "swc_common 0.24.3", + "swc_ecma_ast 0.86.0", + "swc_visit", + "tracing", ] -name = "swc_ecma_visit" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.72.0" [[package]] +name = "swc_ecma_visit" +version = "0.76.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d998049fbf890e6674c7c818683b3eed53d993aac7156970b03b343659aeef75" dependencies = [ - "num-bigint", - "swc_atoms 0.4.5", - "swc_common 0.27.8", - "swc_ecma_ast 0.90.7", - "swc_visit", - "tracing", + "num-bigint", + "swc_atoms 0.4.5", + "swc_common 0.27.8", + "swc_ecma_ast 0.90.7", + "swc_visit", + "tracing", ] -name = "swc_ecma_visit" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.76.5" [[package]] +name = "swc_eq_ignore_macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c20468634668c2bbab581947bb8c75c97158d5a6959f4ba33df20983b20b4f6" dependencies = [ - "pmutil", - "proc-macro2", - "quote", - "syn", + "pmutil", + "proc-macro2", + "quote", + "syn", ] -name = "swc_eq_ignore_macros" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.1" [[package]] +name = "swc_error_reporters" +version = "0.11.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb0171a43e5d90cdea0efbf5844e3780f8650a22e4152b0c49549387d5f6b3da" dependencies = [ - "anyhow", - "miette", - "once_cell", - "parking_lot", - "swc_common 0.27.8", + "anyhow", + "miette", + "once_cell", + "parking_lot", + "swc_common 0.27.8", ] -name = "swc_error_reporters" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.4" [[package]] +name = "swc_html" +version = "0.49.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c69d7858011cb5960ebea50dbf053b218fe1f24c2d937572c7ef39f83bf88c9" dependencies = [ - "swc_html_ast", - "swc_html_codegen", - "swc_html_parser", - "swc_html_visit", + "swc_html_ast", + "swc_html_codegen", + "swc_html_parser", + "swc_html_visit", ] -name = "swc_html" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.49.0" [[package]] +name = "swc_html_ast" +version = "0.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a407c3bb7e9ebe98d3bc9032c1a3accbe67c36b7ba4d433cb55fa48ae14e0723" dependencies = [ - "is-macro", - "serde", - "string_enum", - "swc_atoms 0.2.13", - "swc_common 0.24.3", + "is-macro", + "serde", + "string_enum", + "swc_atoms 0.2.13", + "swc_common 0.24.3", ] -name = "swc_html_ast" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.21.0" [[package]] +name = "swc_html_codegen" +version = "0.28.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1cb3cee0573d4f933df01d36bd20df56abb490840d33336a16079abe4a9f785" dependencies = [ - "auto_impl", - "bitflags", - "rustc-hash", - "swc_atoms 0.2.13", - "swc_common 0.24.3", - "swc_html_ast", - "swc_html_codegen_macros", - "swc_html_utils", + "auto_impl", + "bitflags", + "rustc-hash", + "swc_atoms 0.2.13", + "swc_common 0.24.3", + "swc_html_ast", + "swc_html_codegen_macros", + "swc_html_utils", ] -name = "swc_html_codegen" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.28.0" [[package]] +name = "swc_html_codegen_macros" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3ee1e81b3e4da7ef4277d5d48a7f156d0881e26dd36ce9679368cc2035979944" dependencies = [ - "pmutil", - "proc-macro2", - "quote", - "swc_macros_common", - "syn", + "pmutil", + "proc-macro2", + "quote", + "swc_macros_common", + "syn", ] -name = "swc_html_codegen_macros" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.0" [[package]] +name = "swc_html_minifier" +version = "0.46.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0cb3d6fa41433c9377ef3ff6870d442f590debe78763a25e211db880d59698d0" dependencies = [ - "once_cell", - "serde", - "serde_json", - "swc_atoms 0.2.13", - "swc_cached 0.1.1", - "swc_common 0.24.3", - "swc_css_ast 0.100.0", - "swc_css_codegen 0.110.0", - "swc_css_minifier", - "swc_css_parser 0.109.0", - "swc_ecma_ast 0.86.0", - "swc_ecma_codegen 0.117.0", - "swc_ecma_minifier 0.139.0", - "swc_ecma_parser 0.113.0", - "swc_ecma_transforms_base 0.99.0", - "swc_ecma_visit 0.72.0", - "swc_html_ast", - "swc_html_codegen", - "swc_html_parser", - "swc_html_utils", - "swc_html_visit", + "once_cell", + "serde", + "serde_json", + "swc_atoms 0.2.13", + "swc_cached 0.1.1", + "swc_common 0.24.3", + "swc_css_ast 0.100.0", + "swc_css_codegen 0.110.0", + "swc_css_minifier", + "swc_css_parser 0.109.0", + "swc_ecma_ast 0.86.0", + "swc_ecma_codegen 0.117.0", + "swc_ecma_minifier 0.139.0", + "swc_ecma_parser 0.113.0", + "swc_ecma_transforms_base 0.99.0", + "swc_ecma_visit 0.72.0", + "swc_html_ast", + "swc_html_codegen", + "swc_html_parser", + "swc_html_utils", + "swc_html_visit", ] -name = "swc_html_minifier" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.46.0" [[package]] +name = "swc_html_parser" +version = "0.25.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d1eb551ef66324252f5a9da112c8a9b2119957efba916169e85e98448cc0698" dependencies = [ - "swc_atoms 0.2.13", - "swc_common 0.24.3", - "swc_html_ast", - "swc_html_utils", + "swc_atoms 0.2.13", + "swc_common 0.24.3", + "swc_html_ast", + "swc_html_utils", ] -name = "swc_html_parser" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.25.0" [[package]] +name = "swc_html_utils" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b7108bbe6d2f1684dddb8189ecfcb615f73ff9867a5e52170bc5d672afd9f981" dependencies = [ - "once_cell", - "serde", - "serde_json", - "swc_common 0.24.3", + "once_cell", + "serde", + "serde_json", + "swc_common 0.24.3", ] -name = "swc_html_utils" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.0" [[package]] +name = "swc_html_visit" +version = "0.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fb7e7c8aba3c389831452a4ed678fe1ad26309c3460421fff62a382841e3c77" dependencies = [ - "serde", - "swc_atoms 0.2.13", - "swc_common 0.24.3", - "swc_html_ast", - "swc_visit", + "serde", + "swc_atoms 0.2.13", + "swc_common 0.24.3", + "swc_html_ast", + "swc_visit", ] -name = "swc_html_visit" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.21.0" [[package]] +name = "swc_macros_common" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4be988307882648d9bc7c71a6a73322b7520ef0211e920489a98f8391d8caa2" dependencies = [ - "pmutil", - "proc-macro2", - "quote", - "syn", + "pmutil", + "proc-macro2", + "quote", + "syn", ] -name = "swc_macros_common" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.6" [[package]] +name = "swc_node_comments" +version = "0.14.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "809a8d29020a11b0171f033110c9d0bd260b8797429f9e26672afd8353a14cce" dependencies = [ - "ahash", - "dashmap", - "swc_atoms 0.4.5", - "swc_common 0.27.8", + "ahash", + "dashmap", + "swc_atoms 0.4.5", + "swc_common 0.27.8", ] -name = "swc_node_comments" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.14.4" [[package]] +name = "swc_timer" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd1f04bddb1be850c877daa7de8ecb7c3eaacc48e5d3301439de95dc79422e05" dependencies = [ - "tracing", + "tracing", ] -name = "swc_timer" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.0" [[package]] +name = "swc_timer" +version = "0.15.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f94c875f92763879d638174414a94762cd8f865d237ad75b34094c18395bc796" dependencies = [ - "tracing", + "tracing", ] -name = "swc_timer" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.15.4" [[package]] +name = "swc_trace_macro" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4795c8d23e0de62eef9cac0a20ae52429ee2ffc719768e838490f195b7d7267" dependencies = [ - "proc-macro2", - "quote", - "syn", + "proc-macro2", + "quote", + "syn", ] -name = "swc_trace_macro" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.2" [[package]] +name = "swc_visit" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b754ef01f2614eb469fd5215789bfd319566a3bf1033056d7a7bfb5a3c9a69f5" dependencies = [ - "either", - "swc_visit_macros", + "either", + "swc_visit_macros", ] -name = "swc_visit" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.2" [[package]] +name = "swc_visit_macros" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c230bcd129d1fbcd1decd8b43cccd613fda11c895f7c04d6c966231dbc1959af" dependencies = [ - "Inflector", - "pmutil", - "proc-macro2", - "quote", - "swc_macros_common", - "syn", + "Inflector", + "pmutil", + "proc-macro2", + "quote", + "swc_macros_common", + "syn", ] -name = "swc_visit_macros" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.3" [[package]] +name = "syn" +version = "1.0.99" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13" dependencies = [ - "proc-macro2", - "quote", - "unicode-ident", + "proc-macro2", + "quote", + "unicode-ident", ] -name = "syn" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.99" [[package]] -dependencies = [ - "rspack", - "rspack_core", - "rspack_plugin_html", - "schemars", - "serde", - "serde_json", - "similar-asserts", - "testing_macros", - "tokio", -] name = "temp_test_utils" version = "0.1.0" +dependencies = [ + "rspack", + "rspack_core", + "rspack_plugin_html", + "schemars", + "serde", + "serde_json", + "similar-asserts", + "testing_macros", + "tokio", +] [[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", + "cfg-if", + "fastrand", + "libc", + "redox_syscall", + "remove_dir_all", + "winapi", ] -name = "tempfile" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "3.3.0" [[package]] +name = "termcolor" +version = "1.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" dependencies = [ - "winapi-util", + "winapi-util", ] -name = "termcolor" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.1.3" [[package]] +name = "terminal_size" +version = "0.1.17" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df" dependencies = [ - "libc", - "winapi", + "libc", + "winapi", ] -name = "terminal_size" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.17" [[package]] +name = "testing_macros" +version = "0.2.7" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e74ff09d2d4d4b7ea140ff67eb7ed8fd35a708e2c327bcde5a25707d66840099" dependencies = [ - "anyhow", - "glob", - "once_cell", - "pmutil", - "proc-macro2", - "quote", - "regex", - "relative-path", - "syn", + "anyhow", + "glob", + "once_cell", + "pmutil", + "proc-macro2", + "quote", + "regex", + "relative-path", + "syn", ] -name = "testing_macros" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.7" [[package]] +name = "textwrap" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" dependencies = [ - "unicode-width", + "unicode-width", ] -name = "textwrap" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.0" [[package]] +name = "textwrap" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" dependencies = [ - "smawk", - "unicode-linebreak", - "unicode-width", + "smawk", + "unicode-linebreak", + "unicode-width", ] -name = "textwrap" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.15.0" [[package]] +name = "thiserror" +version = "1.0.32" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994" dependencies = [ - "thiserror-impl", + "thiserror-impl", ] -name = "thiserror" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.32" [[package]] +name = "thiserror-impl" +version = "1.0.32" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21" dependencies = [ - "proc-macro2", - "quote", - "syn", + "proc-macro2", + "quote", + "syn", ] -name = "thiserror-impl" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.32" [[package]] +name = "thread_local" +version = "1.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" dependencies = [ - "once_cell", + "once_cell", ] -name = "thread_local" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.1.4" [[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", + "libc", + "wasi 0.10.0+wasi-snapshot-preview1", + "winapi", ] -name = "time" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.44" [[package]] +name = "tinytemplate" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" dependencies = [ - "serde", - "serde_json", + "serde", + "serde_json", ] -name = "tinytemplate" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.2.1" [[package]] +name = "tinyvec" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" dependencies = [ - "tinyvec_macros", + "tinyvec_macros", ] -name = "tinyvec" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.6.0" [[package]] -checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" name = "tinyvec_macros" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] +name = "tokio" +version = "1.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581" dependencies = [ - "autocfg", - "bytes", - "libc", - "memchr", - "mio", - "num_cpus", - "once_cell", - "parking_lot", - "pin-project-lite", - "signal-hook-registry", - "socket2", - "tokio-macros", - "winapi", + "autocfg", + "bytes", + "libc", + "memchr", + "mio", + "num_cpus", + "once_cell", + "parking_lot", + "pin-project-lite", + "signal-hook-registry", + "socket2", + "tokio-macros", + "winapi", ] -name = "tokio" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.20.1" [[package]] +name = "tokio-macros" +version = "1.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484" dependencies = [ - "proc-macro2", - "quote", - "syn", + "proc-macro2", + "quote", + "syn", ] -name = "tokio-macros" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.8.0" [[package]] -checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9" -dependencies = [ - "futures-core", - "pin-project-lite", - "tokio", -] name = "tokio-stream" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9" +dependencies = [ + "futures-core", + "pin-project-lite", + "tokio", +] [[package]] +name = "tokio-tungstenite" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "511de3f85caf1c98983545490c3d09685fa8eb634e57eec22bb4db271f46cbd8" dependencies = [ - "futures-util", - "log", - "pin-project", - "tokio", - "tungstenite", + "futures-util", + "log", + "pin-project", + "tokio", + "tungstenite", ] -name = "tokio-tungstenite" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.15.0" [[package]] +name = "tokio-util" +version = "0.6.10" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507" dependencies = [ - "bytes", - "futures-core", - "futures-sink", - "log", - "pin-project-lite", - "tokio", + "bytes", + "futures-core", + "futures-sink", + "log", + "pin-project-lite", + "tokio", ] -name = "tokio-util" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.10" [[package]] +name = "tokio-util" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45" dependencies = [ - "bytes", - "futures-core", - "futures-sink", - "pin-project-lite", - "tokio", - "tracing", + "bytes", + "futures-core", + "futures-sink", + "pin-project-lite", + "tokio", + "tracing", ] -name = "tokio-util" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.3" [[package]] -checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" name = "tower-service" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" [[package]] +name = "tracing" +version = "0.1.36" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307" dependencies = [ - "cfg-if", - "log", - "pin-project-lite", - "tracing-attributes", - "tracing-core", + "cfg-if", + "log", + "pin-project-lite", + "tracing-attributes", + "tracing-core", ] -name = "tracing" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.36" [[package]] +name = "tracing-attributes" +version = "0.1.22" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2" dependencies = [ - "proc-macro2", - "quote", - "syn", + "proc-macro2", + "quote", + "syn", ] -name = "tracing-attributes" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.22" [[package]] +name = "tracing-chrome" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d1ac1f6a3a47e9c755e65ef974653c978da2246487a16044a8ee1d9a0a67257c" dependencies = [ - "crossbeam", - "json", - "tracing", - "tracing-subscriber", + "crossbeam", + "json", + "tracing", + "tracing-subscriber", ] -name = "tracing-chrome" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.0" [[package]] +name = "tracing-core" +version = "0.1.29" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7" dependencies = [ - "once_cell", - "valuable", + "once_cell", + "valuable", ] -name = "tracing-core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.29" [[package]] +name = "tracing-log" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" dependencies = [ - "lazy_static", - "log", - "tracing-core", + "lazy_static", + "log", + "tracing-core", ] -name = "tracing-log" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.3" [[package]] +name = "tracing-subscriber" +version = "0.3.15" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60db860322da191b40952ad9affe65ea23e7dd6a5c442c2c42865810c6ab8e6b" dependencies = [ - "ansi_term", - "matchers", - "once_cell", - "regex", - "sharded-slab", - "smallvec", - "thread_local", - "tracing", - "tracing-core", - "tracing-log", + "ansi_term", + "matchers", + "once_cell", + "regex", + "sharded-slab", + "smallvec", + "thread_local", + "tracing", + "tracing-core", + "tracing-log", ] -name = "tracing-subscriber" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.15" [[package]] -checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" name = "try-lock" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] +name = "tungstenite" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a0b2d8558abd2e276b0a8df5c05a2ec762609344191e5fd23e292c910e9165b5" dependencies = [ - "base64 0.13.0", - "byteorder", - "bytes", - "http", - "httparse", - "log", - "rand", - "sha-1 0.9.8", - "thiserror", - "url", - "utf-8", + "base64 0.13.0", + "byteorder", + "bytes", + "http", + "httparse", + "log", + "rand", + "sha-1 0.9.8", + "thiserror", + "url", + "utf-8", ] -name = "tungstenite" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.14.0" [[package]] +name = "twoway" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1" dependencies = [ - "memchr", + "memchr", ] -name = "twoway" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.8" [[package]] -checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae" name = "typed-arena" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae" [[package]] -checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" name = "typenum" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] +name = "unicase" +version = "2.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" dependencies = [ - "version_check", + "version_check", ] -name = "unicase" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.6.0" [[package]] -checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992" name = "unicode-bidi" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992" [[package]] -checksum = "69fe8d9274f490a36442acb4edfd0c4e473fdfc6a8b5cd32f28a0235761aedbe" name = "unicode-id" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69fe8d9274f490a36442acb4edfd0c4e473fdfc6a8b5cd32f28a0235761aedbe" [[package]] -checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf" name = "unicode-ident" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf" [[package]] +name = "unicode-linebreak" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a52dcaab0c48d931f7cc8ef826fa51690a08e1ea55117ef26f89864f532383f" dependencies = [ - "regex", + "regex", ] -name = "unicode-linebreak" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.2" [[package]] +name = "unicode-normalization" +version = "0.1.21" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6" dependencies = [ - "tinyvec", + "tinyvec", ] -name = "unicode-normalization" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.21" [[package]] -checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99" name = "unicode-segmentation" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99" [[package]] -checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" name = "unicode-width" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" [[package]] +name = "unreachable" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91" dependencies = [ - "void", + "void", ] -name = "unreachable" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.1" [[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", + "form_urlencoded", + "idna", + "matches", + "percent-encoding", ] -name = "url" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.2.2" [[package]] -checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" name = "utf-8" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" [[package]] -checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" name = "valuable" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" [[package]] -checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" name = "version_check" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] -checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" name = "void" -source = "registry+https://github.com/rust-lang/crates.io-index" 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", - "winapi-util", + "same-file", + "winapi", + "winapi-util", ] -name = "walkdir" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.3.2" [[package]] +name = "want" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" dependencies = [ - "log", - "try-lock", + "log", + "try-lock", ] -name = "want" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.0" [[package]] +name = "warp" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3cef4e1e9114a4b7f1ac799f16ce71c14de5778500c5450ec6b7b920c55b587e" dependencies = [ - "bytes", - "futures-channel", - "futures-util", - "headers", - "http", - "hyper", - "log", - "mime", - "mime_guess", - "multipart", - "percent-encoding", - "pin-project", - "scoped-tls", - "serde", - "serde_json", - "serde_urlencoded", - "tokio", - "tokio-stream", - "tokio-tungstenite", - "tokio-util 0.6.10", - "tower-service", - "tracing", + "bytes", + "futures-channel", + "futures-util", + "headers", + "http", + "hyper", + "log", + "mime", + "mime_guess", + "multipart", + "percent-encoding", + "pin-project", + "scoped-tls", + "serde", + "serde_json", + "serde_urlencoded", + "tokio", + "tokio-stream", + "tokio-tungstenite", + "tokio-util 0.6.10", + "tower-service", + "tracing", ] -name = "warp" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.2" [[package]] -checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" name = "wasi" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.10.0+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" [[package]] -checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" name = "wasi" -source = "registry+https://github.com/rust-lang/crates.io-index" 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.82" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d" dependencies = [ - "cfg-if", - "serde", - "serde_json", - "wasm-bindgen-macro", + "cfg-if", + "serde", + "serde_json", + "wasm-bindgen-macro", ] -name = "wasm-bindgen" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.82" [[package]] +name = "wasm-bindgen-backend" +version = "0.2.82" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f" dependencies = [ - "bumpalo", - "log", - "once_cell", - "proc-macro2", - "quote", - "syn", - "wasm-bindgen-shared", + "bumpalo", + "log", + "once_cell", + "proc-macro2", + "quote", + "syn", + "wasm-bindgen-shared", ] -name = "wasm-bindgen-backend" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.82" [[package]] +name = "wasm-bindgen-macro" +version = "0.2.82" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602" dependencies = [ - "quote", - "wasm-bindgen-macro-support", + "quote", + "wasm-bindgen-macro-support", ] -name = "wasm-bindgen-macro" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.82" [[package]] +name = "wasm-bindgen-macro-support" +version = "0.2.82" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da" dependencies = [ - "proc-macro2", - "quote", - "syn", - "wasm-bindgen-backend", - "wasm-bindgen-shared", + "proc-macro2", + "quote", + "syn", + "wasm-bindgen-backend", + "wasm-bindgen-shared", ] -name = "wasm-bindgen-macro-support" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.82" [[package]] -checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a" name = "wasm-bindgen-shared" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.82" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a" [[package]] +name = "web-sys" +version = "0.3.59" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1" dependencies = [ - "js-sys", - "wasm-bindgen", + "js-sys", + "wasm-bindgen", ] -name = "web-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.59" [[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", + "winapi-i686-pc-windows-gnu", + "winapi-x86_64-pc-windows-gnu", ] -name = "winapi" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.9" [[package]] -checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" name = "winapi-i686-pc-windows-gnu" -source = "registry+https://github.com/rust-lang/crates.io-index" 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", + "winapi", ] -name = "winapi-util" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.5" [[package]] -checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" name = "winapi-x86_64-pc-windows-gnu" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] +name = "windows-sys" +version = "0.36.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" dependencies = [ - "windows_aarch64_msvc", - "windows_i686_gnu", - "windows_i686_msvc", - "windows_x86_64_gnu", - "windows_x86_64_msvc", + "windows_aarch64_msvc", + "windows_i686_gnu", + "windows_i686_msvc", + "windows_x86_64_gnu", + "windows_x86_64_msvc", ] -name = "windows-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.36.1" [[package]] -checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" name = "windows_aarch64_msvc" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.36.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" [[package]] -checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" name = "windows_i686_gnu" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.36.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" [[package]] -checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" name = "windows_i686_msvc" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.36.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" [[package]] -checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" name = "windows_x86_64_gnu" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.36.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" [[package]] -checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" name = "windows_x86_64_msvc" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.36.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"