2723 lines
69 KiB
Diff
2723 lines
69 KiB
Diff
+++ a/Cargo.lock 2022-08-05 16:01:20.004065609 +0530
|
|
+++ b/Cargo.lock 2022-08-05 16:01:20.004065609 +0530
|
|
@@ -0,0 +1,2719 @@
|
|
+# This file is automatically @generated by Cargo.
|
|
+# It is not intended for manual editing.
|
|
+version = 3
|
|
+
|
|
+[[package]]
|
|
+name = "addr2line"
|
|
+version = "0.17.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
|
|
+dependencies = [
|
|
+ "gimli",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "adler"
|
|
+version = "1.0.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
+
|
|
+[[package]]
|
|
+name = "ahash"
|
|
+version = "0.7.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
+dependencies = [
|
|
+ "getrandom 0.2.7",
|
|
+ "once_cell",
|
|
+ "version_check",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "aho-corasick"
|
|
+version = "0.7.18"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
|
+dependencies = [
|
|
+ "memchr",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "anyhow"
|
|
+version = "1.0.59"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c91f1f46651137be86f3a2b9a8359f9ab421d04d941c62b5982e1ca21113adf9"
|
|
+dependencies = [
|
|
+ "backtrace",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "autocfg"
|
|
+version = "1.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
+
|
|
+[[package]]
|
|
+name = "backtrace"
|
|
+version = "0.3.66"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
|
|
+dependencies = [
|
|
+ "addr2line",
|
|
+ "cc",
|
|
+ "cfg-if 1.0.0",
|
|
+ "libc",
|
|
+ "miniz_oxide",
|
|
+ "object",
|
|
+ "rustc-demangle",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "base64"
|
|
+version = "0.13.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
+
|
|
+[[package]]
|
|
+name = "bincode"
|
|
+version = "1.3.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
+dependencies = [
|
|
+ "serde",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "bit-set"
|
|
+version = "0.5.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
|
+dependencies = [
|
|
+ "bit-vec",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "bit-vec"
|
|
+version = "0.6.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
+
|
|
+[[package]]
|
|
+name = "bitflags"
|
|
+version = "1.3.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
+
|
|
+[[package]]
|
|
+name = "block-buffer"
|
|
+version = "0.10.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
|
|
+dependencies = [
|
|
+ "generic-array",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "bstr"
|
|
+version = "0.2.17"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
|
|
+dependencies = [
|
|
+ "memchr",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "bumpalo"
|
|
+version = "3.10.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
|
|
+
|
|
+[[package]]
|
|
+name = "byteorder"
|
|
+version = "1.4.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
+
|
|
+[[package]]
|
|
+name = "bytes"
|
|
+version = "1.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
|
|
+
|
|
+[[package]]
|
|
+name = "cc"
|
|
+version = "1.0.73"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
|
+
|
|
+[[package]]
|
|
+name = "cfg-if"
|
|
+version = "0.1.10"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
+
|
|
+[[package]]
|
|
+name = "cfg-if"
|
|
+version = "1.0.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
+
|
|
+[[package]]
|
|
+name = "chrono"
|
|
+version = "0.4.20"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "6127248204b9aba09a362f6c930ef6a78f2c1b2215f8a7b398c06e1083f17af0"
|
|
+dependencies = [
|
|
+ "js-sys",
|
|
+ "num-integer",
|
|
+ "num-traits",
|
|
+ "wasm-bindgen",
|
|
+ "winapi 0.3.9",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "chrono-tz"
|
|
+version = "0.6.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "29c39203181991a7dd4343b8005bd804e7a9a37afb8ac070e43771e8c820bbde"
|
|
+dependencies = [
|
|
+ "chrono",
|
|
+ "chrono-tz-build",
|
|
+ "phf 0.11.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "chrono-tz-build"
|
|
+version = "0.0.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "6f509c3a87b33437b05e2458750a0700e5bdd6956176773e6c7d6dd15a283a0c"
|
|
+dependencies = [
|
|
+ "parse-zoneinfo",
|
|
+ "phf 0.11.0",
|
|
+ "phf_codegen 0.11.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "clap"
|
|
+version = "3.2.16"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a3dbbb6653e7c55cc8595ad3e1f7be8f32aba4eb7ff7f0fd1163d4f3d137c0a9"
|
|
+dependencies = [
|
|
+ "bitflags",
|
|
+ "clap_derive",
|
|
+ "clap_lex",
|
|
+ "indexmap",
|
|
+ "once_cell",
|
|
+ "textwrap",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "clap_derive"
|
|
+version = "3.2.15"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9ba52acd3b0a5c33aeada5cdaa3267cdc7c594a98731d4268cdc1532f4264cb4"
|
|
+dependencies = [
|
|
+ "heck",
|
|
+ "proc-macro-error",
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "syn",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "clap_lex"
|
|
+version = "0.2.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
|
+dependencies = [
|
|
+ "os_str_bytes",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "convert_case"
|
|
+version = "0.4.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
+
|
|
+[[package]]
|
|
+name = "core-foundation"
|
|
+version = "0.9.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
|
+dependencies = [
|
|
+ "core-foundation-sys",
|
|
+ "libc",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "core-foundation-sys"
|
|
+version = "0.8.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
+
|
|
+[[package]]
|
|
+name = "cpufeatures"
|
|
+version = "0.2.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
|
|
+dependencies = [
|
|
+ "libc",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "crc32fast"
|
|
+version = "1.3.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
+dependencies = [
|
|
+ "cfg-if 1.0.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "crossbeam-channel"
|
|
+version = "0.5.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
|
|
+dependencies = [
|
|
+ "cfg-if 1.0.0",
|
|
+ "crossbeam-utils",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "crossbeam-deque"
|
|
+version = "0.8.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
|
|
+dependencies = [
|
|
+ "cfg-if 1.0.0",
|
|
+ "crossbeam-epoch",
|
|
+ "crossbeam-utils",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "crossbeam-epoch"
|
|
+version = "0.9.10"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1"
|
|
+dependencies = [
|
|
+ "autocfg",
|
|
+ "cfg-if 1.0.0",
|
|
+ "crossbeam-utils",
|
|
+ "memoffset",
|
|
+ "once_cell",
|
|
+ "scopeguard",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "crossbeam-utils"
|
|
+version = "0.8.11"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
|
|
+dependencies = [
|
|
+ "cfg-if 1.0.0",
|
|
+ "once_cell",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "crypto-common"
|
|
+version = "0.1.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
+dependencies = [
|
|
+ "generic-array",
|
|
+ "typenum",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "cssparser"
|
|
+version = "0.27.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
|
|
+dependencies = [
|
|
+ "cssparser-macros",
|
|
+ "dtoa-short",
|
|
+ "itoa 0.4.8",
|
|
+ "matches",
|
|
+ "phf 0.8.0",
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "smallvec",
|
|
+ "syn",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "cssparser-macros"
|
|
+version = "0.6.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "dfae75de57f2b2e85e8768c3ea840fd159c8f33e2b6522c7835b7abac81be16e"
|
|
+dependencies = [
|
|
+ "quote",
|
|
+ "syn",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "derive_more"
|
|
+version = "0.99.17"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
|
+dependencies = [
|
|
+ "convert_case",
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "rustc_version",
|
|
+ "syn",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "deunicode"
|
|
+version = "0.4.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690"
|
|
+
|
|
+[[package]]
|
|
+name = "digest"
|
|
+version = "0.10.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
|
|
+dependencies = [
|
|
+ "block-buffer",
|
|
+ "crypto-common",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "dtoa"
|
|
+version = "0.4.8"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
|
|
+
|
|
+[[package]]
|
|
+name = "dtoa-short"
|
|
+version = "0.3.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "bde03329ae10e79ede66c9ce4dc930aa8599043b0743008548680f25b91502d6"
|
|
+dependencies = [
|
|
+ "dtoa",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "either"
|
|
+version = "1.7.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
|
|
+
|
|
+[[package]]
|
|
+name = "encoding_rs"
|
|
+version = "0.8.31"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
|
|
+dependencies = [
|
|
+ "cfg-if 1.0.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "fancy-regex"
|
|
+version = "0.7.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9d6b8560a05112eb52f04b00e5d3790c0dd75d9d980eb8a122fb23b92a623ccf"
|
|
+dependencies = [
|
|
+ "bit-set",
|
|
+ "regex",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "fastrand"
|
|
+version = "1.8.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
|
+dependencies = [
|
|
+ "instant",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "filetime"
|
|
+version = "0.2.17"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e94a7bbaa59354bc20dd75b67f23e2797b4490e9d6928203fb105c79e448c86c"
|
|
+dependencies = [
|
|
+ "cfg-if 1.0.0",
|
|
+ "libc",
|
|
+ "redox_syscall",
|
|
+ "windows-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "flate2"
|
|
+version = "1.0.24"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
|
|
+dependencies = [
|
|
+ "crc32fast",
|
|
+ "miniz_oxide",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "fluent"
|
|
+version = "0.16.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "61f69378194459db76abd2ce3952b790db103ceb003008d3d50d97c41ff847a7"
|
|
+dependencies = [
|
|
+ "fluent-bundle",
|
|
+ "unic-langid",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "fluent-bundle"
|
|
+version = "0.15.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
|
|
+dependencies = [
|
|
+ "fluent-langneg",
|
|
+ "fluent-syntax",
|
|
+ "intl-memoizer",
|
|
+ "intl_pluralrules",
|
|
+ "rustc-hash",
|
|
+ "self_cell",
|
|
+ "smallvec",
|
|
+ "unic-langid",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "fluent-langneg"
|
|
+version = "0.13.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
|
|
+dependencies = [
|
|
+ "unic-langid",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "fluent-syntax"
|
|
+version = "0.11.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
|
|
+dependencies = [
|
|
+ "thiserror",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "fnv"
|
|
+version = "1.0.7"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
+
|
|
+[[package]]
|
|
+name = "foreign-types"
|
|
+version = "0.3.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
+dependencies = [
|
|
+ "foreign-types-shared",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "foreign-types-shared"
|
|
+version = "0.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
+
|
|
+[[package]]
|
|
+name = "fsevent"
|
|
+version = "0.4.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
|
|
+dependencies = [
|
|
+ "bitflags",
|
|
+ "fsevent-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "fsevent-sys"
|
|
+version = "2.0.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
|
|
+dependencies = [
|
|
+ "libc",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "fuchsia-zircon"
|
|
+version = "0.3.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
+dependencies = [
|
|
+ "bitflags",
|
|
+ "fuchsia-zircon-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "fuchsia-zircon-sys"
|
|
+version = "0.3.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
+
|
|
+[[package]]
|
|
+name = "futf"
|
|
+version = "0.1.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
|
|
+dependencies = [
|
|
+ "mac",
|
|
+ "new_debug_unreachable",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "futures-channel"
|
|
+version = "0.3.21"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
|
|
+dependencies = [
|
|
+ "futures-core",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "futures-core"
|
|
+version = "0.3.21"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
|
+
|
|
+[[package]]
|
|
+name = "futures-sink"
|
|
+version = "0.3.21"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
|
|
+
|
|
+[[package]]
|
|
+name = "futures-task"
|
|
+version = "0.3.21"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
|
|
+
|
|
+[[package]]
|
|
+name = "futures-util"
|
|
+version = "0.3.21"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
|
|
+dependencies = [
|
|
+ "futures-core",
|
|
+ "futures-task",
|
|
+ "pin-project-lite",
|
|
+ "pin-utils",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "fxhash"
|
|
+version = "0.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
+dependencies = [
|
|
+ "byteorder",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "generic-array"
|
|
+version = "0.14.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
|
+dependencies = [
|
|
+ "typenum",
|
|
+ "version_check",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "getopts"
|
|
+version = "0.2.21"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
+dependencies = [
|
|
+ "unicode-width",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "getrandom"
|
|
+version = "0.1.16"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
+dependencies = [
|
|
+ "cfg-if 1.0.0",
|
|
+ "libc",
|
|
+ "wasi 0.9.0+wasi-snapshot-preview1",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "getrandom"
|
|
+version = "0.2.7"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
|
|
+dependencies = [
|
|
+ "cfg-if 1.0.0",
|
|
+ "libc",
|
|
+ "wasi 0.11.0+wasi-snapshot-preview1",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "gimli"
|
|
+version = "0.26.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
|
|
+
|
|
+[[package]]
|
|
+name = "globset"
|
|
+version = "0.4.9"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"
|
|
+dependencies = [
|
|
+ "aho-corasick",
|
|
+ "bstr",
|
|
+ "fnv",
|
|
+ "log",
|
|
+ "regex",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "globwalk"
|
|
+version = "0.8.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
|
|
+dependencies = [
|
|
+ "bitflags",
|
|
+ "ignore",
|
|
+ "walkdir",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "hashbrown"
|
|
+version = "0.12.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
+dependencies = [
|
|
+ "ahash",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "heck"
|
|
+version = "0.4.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
|
+
|
|
+[[package]]
|
|
+name = "hermit-abi"
|
|
+version = "0.1.19"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
+dependencies = [
|
|
+ "libc",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "html5ever"
|
|
+version = "0.25.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e5c13fb08e5d4dfc151ee5e88bae63f7773d61852f3bdc73c9f4b9e1bde03148"
|
|
+dependencies = [
|
|
+ "log",
|
|
+ "mac",
|
|
+ "markup5ever",
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "syn",
|
|
+]
|
|
+
|
|
+[[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",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "http-body"
|
|
+version = "0.4.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
|
+dependencies = [
|
|
+ "bytes",
|
|
+ "http",
|
|
+ "pin-project-lite",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "http-range-header"
|
|
+version = "0.3.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
|
|
+
|
|
+[[package]]
|
|
+name = "httparse"
|
|
+version = "1.7.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
|
|
+
|
|
+[[package]]
|
|
+name = "httpdate"
|
|
+version = "1.0.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
|
+
|
|
+[[package]]
|
|
+name = "humansize"
|
|
+version = "1.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "02296996cb8796d7c6e3bc2d9211b7802812d36999a51bb754123ead7d37d026"
|
|
+
|
|
+[[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",
|
|
+ "http",
|
|
+ "http-body",
|
|
+ "httparse",
|
|
+ "httpdate",
|
|
+ "itoa 1.0.3",
|
|
+ "pin-project-lite",
|
|
+ "socket2",
|
|
+ "tokio",
|
|
+ "tower-service",
|
|
+ "tracing",
|
|
+ "want",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "hyper-tls"
|
|
+version = "0.5.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
+dependencies = [
|
|
+ "bytes",
|
|
+ "hyper",
|
|
+ "native-tls",
|
|
+ "tokio",
|
|
+ "tokio-native-tls",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "ignore"
|
|
+version = "0.4.18"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
|
|
+dependencies = [
|
|
+ "crossbeam-utils",
|
|
+ "globset",
|
|
+ "lazy_static",
|
|
+ "log",
|
|
+ "memchr",
|
|
+ "regex",
|
|
+ "same-file",
|
|
+ "thread_local",
|
|
+ "walkdir",
|
|
+ "winapi-util",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "include_dir"
|
|
+version = "0.7.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "482a2e29200b7eed25d7fdbd14423326760b7f6658d21a4cf12d55a50713c69f"
|
|
+dependencies = [
|
|
+ "include_dir_macros",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "include_dir_macros"
|
|
+version = "0.7.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5e074c19deab2501407c91ba1860fa3d6820bfde307db6d8cb851b55a10be89b"
|
|
+dependencies = [
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "indexmap"
|
|
+version = "1.9.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
|
|
+dependencies = [
|
|
+ "autocfg",
|
|
+ "hashbrown",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "inotify"
|
|
+version = "0.7.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
|
|
+dependencies = [
|
|
+ "bitflags",
|
|
+ "inotify-sys",
|
|
+ "libc",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "inotify-sys"
|
|
+version = "0.1.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
|
+dependencies = [
|
|
+ "libc",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "instant"
|
|
+version = "0.1.12"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
+dependencies = [
|
|
+ "cfg-if 1.0.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "intl-memoizer"
|
|
+version = "0.5.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
|
|
+dependencies = [
|
|
+ "type-map",
|
|
+ "unic-langid",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "intl_pluralrules"
|
|
+version = "7.0.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b18f988384267d7066cc2be425e6faf352900652c046b6971d2e228d3b1c5ecf"
|
|
+dependencies = [
|
|
+ "tinystr",
|
|
+ "unic-langid",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "iovec"
|
|
+version = "0.1.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
|
+dependencies = [
|
|
+ "libc",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "itoa"
|
|
+version = "0.4.8"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
|
+
|
|
+[[package]]
|
|
+name = "itoa"
|
|
+version = "1.0.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",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "kernel32-sys"
|
|
+version = "0.2.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
+dependencies = [
|
|
+ "winapi 0.2.8",
|
|
+ "winapi-build",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "lazy_static"
|
|
+version = "1.4.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
+
|
|
+[[package]]
|
|
+name = "lazycell"
|
|
+version = "1.3.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
+
|
|
+[[package]]
|
|
+name = "libc"
|
|
+version = "0.2.127"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "505e71a4706fa491e9b1b55f51b95d4037d0821ee40131190475f692b35b009b"
|
|
+
|
|
+[[package]]
|
|
+name = "line-wrap"
|
|
+version = "0.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
|
|
+dependencies = [
|
|
+ "safemem",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "linked-hash-map"
|
|
+version = "0.5.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
|
+
|
|
+[[package]]
|
|
+name = "lock_api"
|
|
+version = "0.4.7"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
|
|
+dependencies = [
|
|
+ "autocfg",
|
|
+ "scopeguard",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "log"
|
|
+version = "0.4.17"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
|
+dependencies = [
|
|
+ "cfg-if 1.0.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "lol_html"
|
|
+version = "0.3.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "09ff2adf9c54f4de7d66a9177ea7d27d5b8108503bb03d5b719869b8f4bc2ab2"
|
|
+dependencies = [
|
|
+ "bitflags",
|
|
+ "cfg-if 1.0.0",
|
|
+ "cssparser",
|
|
+ "encoding_rs",
|
|
+ "hashbrown",
|
|
+ "lazy_static",
|
|
+ "lazycell",
|
|
+ "memchr",
|
|
+ "safemem",
|
|
+ "selectors",
|
|
+ "thiserror",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "mac"
|
|
+version = "0.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|
+
|
|
+[[package]]
|
|
+name = "markup5ever"
|
|
+version = "0.10.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd"
|
|
+dependencies = [
|
|
+ "log",
|
|
+ "phf 0.8.0",
|
|
+ "phf_codegen 0.8.0",
|
|
+ "string_cache",
|
|
+ "string_cache_codegen",
|
|
+ "tendril",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "markup5ever_rcdom"
|
|
+version = "0.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b"
|
|
+dependencies = [
|
|
+ "html5ever",
|
|
+ "markup5ever",
|
|
+ "tendril",
|
|
+ "xml5ever",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "matches"
|
|
+version = "0.1.9"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
|
+
|
|
+[[package]]
|
|
+name = "memchr"
|
|
+version = "2.5.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
|
+
|
|
+[[package]]
|
|
+name = "memoffset"
|
|
+version = "0.6.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
|
+dependencies = [
|
|
+ "autocfg",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "mime"
|
|
+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",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "miniz_oxide"
|
|
+version = "0.5.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
|
|
+dependencies = [
|
|
+ "adler",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "mio"
|
|
+version = "0.6.23"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
|
+dependencies = [
|
|
+ "cfg-if 0.1.10",
|
|
+ "fuchsia-zircon",
|
|
+ "fuchsia-zircon-sys",
|
|
+ "iovec",
|
|
+ "kernel32-sys",
|
|
+ "libc",
|
|
+ "log",
|
|
+ "miow",
|
|
+ "net2",
|
|
+ "slab",
|
|
+ "winapi 0.2.8",
|
|
+]
|
|
+
|
|
+[[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",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "mio-extras"
|
|
+version = "2.0.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
|
|
+dependencies = [
|
|
+ "lazycell",
|
|
+ "log",
|
|
+ "mio 0.6.23",
|
|
+ "slab",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "miow"
|
|
+version = "0.2.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
|
+dependencies = [
|
|
+ "kernel32-sys",
|
|
+ "net2",
|
|
+ "winapi 0.2.8",
|
|
+ "ws2_32-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "native-tls"
|
|
+version = "0.2.10"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
|
|
+dependencies = [
|
|
+ "lazy_static",
|
|
+ "libc",
|
|
+ "log",
|
|
+ "openssl",
|
|
+ "openssl-probe",
|
|
+ "openssl-sys",
|
|
+ "schannel",
|
|
+ "security-framework",
|
|
+ "security-framework-sys",
|
|
+ "tempfile",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "net2"
|
|
+version = "0.2.37"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
|
|
+dependencies = [
|
|
+ "cfg-if 0.1.10",
|
|
+ "libc",
|
|
+ "winapi 0.3.9",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "new_debug_unreachable"
|
|
+version = "1.0.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
|
+
|
|
+[[package]]
|
|
+name = "nodrop"
|
|
+version = "0.1.14"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
|
+
|
|
+[[package]]
|
|
+name = "notify"
|
|
+version = "4.0.17"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257"
|
|
+dependencies = [
|
|
+ "bitflags",
|
|
+ "filetime",
|
|
+ "fsevent",
|
|
+ "fsevent-sys",
|
|
+ "inotify",
|
|
+ "libc",
|
|
+ "mio 0.6.23",
|
|
+ "mio-extras",
|
|
+ "walkdir",
|
|
+ "winapi 0.3.9",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "num-integer"
|
|
+version = "0.1.45"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
|
+dependencies = [
|
|
+ "autocfg",
|
|
+ "num-traits",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "num-traits"
|
|
+version = "0.2.15"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
|
+dependencies = [
|
|
+ "autocfg",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "num_cpus"
|
|
+version = "1.13.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
|
+dependencies = [
|
|
+ "hermit-abi",
|
|
+ "libc",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "num_threads"
|
|
+version = "0.1.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
|
+dependencies = [
|
|
+ "libc",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "object"
|
|
+version = "0.29.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
|
|
+dependencies = [
|
|
+ "memchr",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "once_cell"
|
|
+version = "1.13.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
|
|
+
|
|
+[[package]]
|
|
+name = "openssl"
|
|
+version = "0.10.41"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "618febf65336490dfcf20b73f885f5651a0c89c64c2d4a8c3662585a70bf5bd0"
|
|
+dependencies = [
|
|
+ "bitflags",
|
|
+ "cfg-if 1.0.0",
|
|
+ "foreign-types",
|
|
+ "libc",
|
|
+ "once_cell",
|
|
+ "openssl-macros",
|
|
+ "openssl-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "openssl-macros"
|
|
+version = "0.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
|
|
+dependencies = [
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "syn",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "openssl-probe"
|
|
+version = "0.1.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
+
|
|
+[[package]]
|
|
+name = "openssl-src"
|
|
+version = "111.22.0+1.1.1q"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853"
|
|
+dependencies = [
|
|
+ "cc",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "openssl-sys"
|
|
+version = "0.9.75"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f"
|
|
+dependencies = [
|
|
+ "autocfg",
|
|
+ "cc",
|
|
+ "libc",
|
|
+ "openssl-src",
|
|
+ "pkg-config",
|
|
+ "vcpkg",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "os_str_bytes"
|
|
+version = "6.2.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "648001efe5d5c0102d8cea768e348da85d90af8ba91f0bea908f157951493cd4"
|
|
+
|
|
+[[package]]
|
|
+name = "parking_lot"
|
|
+version = "0.12.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
+dependencies = [
|
|
+ "lock_api",
|
|
+ "parking_lot_core",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "parking_lot_core"
|
|
+version = "0.9.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
|
|
+dependencies = [
|
|
+ "cfg-if 1.0.0",
|
|
+ "libc",
|
|
+ "redox_syscall",
|
|
+ "smallvec",
|
|
+ "windows-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "parse-zoneinfo"
|
|
+version = "0.3.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
|
|
+dependencies = [
|
|
+ "regex",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "percent-encoding"
|
|
+version = "2.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
+
|
|
+[[package]]
|
|
+name = "pest"
|
|
+version = "2.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "69486e2b8c2d2aeb9762db7b4e00b0331156393555cff467f4163ff06821eef8"
|
|
+dependencies = [
|
|
+ "thiserror",
|
|
+ "ucd-trie",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "pest_derive"
|
|
+version = "2.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b13570633aff33c6d22ce47dd566b10a3b9122c2fe9d8e7501895905be532b91"
|
|
+dependencies = [
|
|
+ "pest",
|
|
+ "pest_generator",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "pest_generator"
|
|
+version = "2.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b3c567e5702efdc79fb18859ea74c3eb36e14c43da7b8c1f098a4ed6514ec7a0"
|
|
+dependencies = [
|
|
+ "pest",
|
|
+ "pest_meta",
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "syn",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "pest_meta"
|
|
+version = "2.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5eb32be5ee3bbdafa8c7a18b0a8a8d962b66cfa2ceee4037f49267a50ee821fe"
|
|
+dependencies = [
|
|
+ "once_cell",
|
|
+ "pest",
|
|
+ "sha-1",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "phf"
|
|
+version = "0.8.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
|
|
+dependencies = [
|
|
+ "phf_macros",
|
|
+ "phf_shared 0.8.0",
|
|
+ "proc-macro-hack",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "phf"
|
|
+version = "0.11.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "4724fa946c8d1e7cd881bd3dbee63ce32fc1e9e191e35786b3dc1320a3f68131"
|
|
+dependencies = [
|
|
+ "phf_shared 0.11.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "phf_codegen"
|
|
+version = "0.8.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
|
|
+dependencies = [
|
|
+ "phf_generator 0.8.0",
|
|
+ "phf_shared 0.8.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "phf_codegen"
|
|
+version = "0.11.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "32ba0c43d7a1b6492b2924a62290cfd83987828af037b0743b38e6ab092aee58"
|
|
+dependencies = [
|
|
+ "phf_generator 0.11.0",
|
|
+ "phf_shared 0.11.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "phf_generator"
|
|
+version = "0.8.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
|
|
+dependencies = [
|
|
+ "phf_shared 0.8.0",
|
|
+ "rand 0.7.3",
|
|
+]
|
|
+
|
|
+[[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 0.8.5",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "phf_generator"
|
|
+version = "0.11.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5b450720b6f75cfbfabc195814bd3765f337a4f9a83186f8537297cac12f6705"
|
|
+dependencies = [
|
|
+ "phf_shared 0.11.0",
|
|
+ "rand 0.8.5",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "phf_macros"
|
|
+version = "0.8.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
|
|
+dependencies = [
|
|
+ "phf_generator 0.8.0",
|
|
+ "phf_shared 0.8.0",
|
|
+ "proc-macro-hack",
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "syn",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "phf_shared"
|
|
+version = "0.8.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
|
|
+dependencies = [
|
|
+ "siphasher",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "phf_shared"
|
|
+version = "0.10.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
|
+dependencies = [
|
|
+ "siphasher",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "phf_shared"
|
|
+version = "0.11.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9dd5609d4b2df87167f908a32e1b146ce309c16cf35df76bc11f440b756048e4"
|
|
+dependencies = [
|
|
+ "siphasher",
|
|
+ "uncased",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "pin-project"
|
|
+version = "1.0.11"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260"
|
|
+dependencies = [
|
|
+ "pin-project-internal",
|
|
+]
|
|
+
|
|
+[[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",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "pin-project-lite"
|
|
+version = "0.2.9"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
|
+
|
|
+[[package]]
|
|
+name = "pin-utils"
|
|
+version = "0.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
+
|
|
+[[package]]
|
|
+name = "pkg-config"
|
|
+version = "0.3.25"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
|
+
|
|
+[[package]]
|
|
+name = "plist"
|
|
+version = "1.3.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "bd39bc6cdc9355ad1dc5eeedefee696bb35c34caf21768741e81826c0bbd7225"
|
|
+dependencies = [
|
|
+ "base64",
|
|
+ "indexmap",
|
|
+ "line-wrap",
|
|
+ "serde",
|
|
+ "time 0.3.12",
|
|
+ "xml-rs",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "ppv-lite86"
|
|
+version = "0.2.16"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
|
+
|
|
+[[package]]
|
|
+name = "precomputed-hash"
|
|
+version = "0.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
+
|
|
+[[package]]
|
|
+name = "proc-macro-error"
|
|
+version = "1.0.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
+dependencies = [
|
|
+ "proc-macro-error-attr",
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "syn",
|
|
+ "version_check",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "proc-macro-error-attr"
|
|
+version = "1.0.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
+dependencies = [
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "version_check",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "proc-macro-hack"
|
|
+version = "0.5.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",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "pulldown-cmark"
|
|
+version = "0.9.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
|
|
+dependencies = [
|
|
+ "bitflags",
|
|
+ "getopts",
|
|
+ "memchr",
|
|
+ "unicase",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "quote"
|
|
+version = "1.0.21"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
|
|
+dependencies = [
|
|
+ "proc-macro2",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand"
|
|
+version = "0.7.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
+dependencies = [
|
|
+ "getrandom 0.1.16",
|
|
+ "libc",
|
|
+ "rand_chacha 0.2.2",
|
|
+ "rand_core 0.5.1",
|
|
+ "rand_hc",
|
|
+ "rand_pcg",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand"
|
|
+version = "0.8.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
+dependencies = [
|
|
+ "libc",
|
|
+ "rand_chacha 0.3.1",
|
|
+ "rand_core 0.6.3",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_chacha"
|
|
+version = "0.2.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
+dependencies = [
|
|
+ "ppv-lite86",
|
|
+ "rand_core 0.5.1",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_chacha"
|
|
+version = "0.3.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
+dependencies = [
|
|
+ "ppv-lite86",
|
|
+ "rand_core 0.6.3",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_core"
|
|
+version = "0.5.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
+dependencies = [
|
|
+ "getrandom 0.1.16",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_core"
|
|
+version = "0.6.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
|
+dependencies = [
|
|
+ "getrandom 0.2.7",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_hc"
|
|
+version = "0.2.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
+dependencies = [
|
|
+ "rand_core 0.5.1",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_pcg"
|
|
+version = "0.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
|
+dependencies = [
|
|
+ "rand_core 0.5.1",
|
|
+]
|
|
+
|
|
+[[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",
|
|
+]
|
|
+
|
|
+[[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",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "redox_syscall"
|
|
+version = "0.2.16"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
+dependencies = [
|
|
+ "bitflags",
|
|
+]
|
|
+
|
|
+[[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",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "regex-syntax"
|
|
+version = "0.6.27"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
|
|
+
|
|
+[[package]]
|
|
+name = "remove_dir_all"
|
|
+version = "0.5.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
+dependencies = [
|
|
+ "winapi 0.3.9",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rustc-demangle"
|
|
+version = "0.1.21"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
|
|
+
|
|
+[[package]]
|
|
+name = "rustc-hash"
|
|
+version = "1.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
+
|
|
+[[package]]
|
|
+name = "rustc_version"
|
|
+version = "0.4.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
+dependencies = [
|
|
+ "semver",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "ryu"
|
|
+version = "1.0.11"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
|
|
+
|
|
+[[package]]
|
|
+name = "safemem"
|
|
+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",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "schannel"
|
|
+version = "0.1.20"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
|
|
+dependencies = [
|
|
+ "lazy_static",
|
|
+ "windows-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "scopeguard"
|
|
+version = "1.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
+
|
|
+[[package]]
|
|
+name = "security-framework"
|
|
+version = "2.6.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
|
|
+dependencies = [
|
|
+ "bitflags",
|
|
+ "core-foundation",
|
|
+ "core-foundation-sys",
|
|
+ "libc",
|
|
+ "security-framework-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "security-framework-sys"
|
|
+version = "2.6.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
|
|
+dependencies = [
|
|
+ "core-foundation-sys",
|
|
+ "libc",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "selectors"
|
|
+version = "0.22.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
|
|
+dependencies = [
|
|
+ "bitflags",
|
|
+ "cssparser",
|
|
+ "derive_more",
|
|
+ "fxhash",
|
|
+ "log",
|
|
+ "matches",
|
|
+ "phf 0.8.0",
|
|
+ "phf_codegen 0.8.0",
|
|
+ "precomputed-hash",
|
|
+ "servo_arc",
|
|
+ "smallvec",
|
|
+ "thin-slice",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "self_cell"
|
|
+version = "0.10.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
|
|
+
|
|
+[[package]]
|
|
+name = "semver"
|
|
+version = "1.0.13"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "93f6841e709003d68bb2deee8c343572bf446003ec20a583e76f7b15cebf3711"
|
|
+
|
|
+[[package]]
|
|
+name = "serde"
|
|
+version = "1.0.142"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e590c437916fb6b221e1d00df6e3294f3fccd70ca7e92541c475d6ed6ef5fee2"
|
|
+dependencies = [
|
|
+ "serde_derive",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "serde_derive"
|
|
+version = "1.0.142"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "34b5b8d809babe02f538c2cfec6f2c1ed10804c0e5a6a041a049a4f5588ccc2e"
|
|
+dependencies = [
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "syn",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "serde_json"
|
|
+version = "1.0.83"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7"
|
|
+dependencies = [
|
|
+ "itoa 1.0.3",
|
|
+ "ryu",
|
|
+ "serde",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "servo_arc"
|
|
+version = "0.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
|
|
+dependencies = [
|
|
+ "nodrop",
|
|
+ "stable_deref_trait",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "sha-1"
|
|
+version = "0.10.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
|
|
+dependencies = [
|
|
+ "cfg-if 1.0.0",
|
|
+ "cpufeatures",
|
|
+ "digest",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "signal-hook-registry"
|
|
+version = "1.4.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
|
+dependencies = [
|
|
+ "libc",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "siphasher"
|
|
+version = "0.3.10"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
|
+
|
|
+[[package]]
|
|
+name = "slab"
|
|
+version = "0.4.7"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
|
|
+dependencies = [
|
|
+ "autocfg",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "slug"
|
|
+version = "0.1.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373"
|
|
+dependencies = [
|
|
+ "deunicode",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "smallvec"
|
|
+version = "1.9.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
|
|
+
|
|
+[[package]]
|
|
+name = "socket2"
|
|
+version = "0.4.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
|
+dependencies = [
|
|
+ "libc",
|
|
+ "winapi 0.3.9",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "stable_deref_trait"
|
|
+version = "1.2.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
+
|
|
+[[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",
|
|
+]
|
|
+
|
|
+[[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",
|
|
+]
|
|
+
|
|
+[[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",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "syntect"
|
|
+version = "4.6.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8b20815bbe80ee0be06e6957450a841185fcf690fe0178f14d77a05ce2caa031"
|
|
+dependencies = [
|
|
+ "bincode",
|
|
+ "bitflags",
|
|
+ "fancy-regex",
|
|
+ "flate2",
|
|
+ "fnv",
|
|
+ "lazy_static",
|
|
+ "lazycell",
|
|
+ "plist",
|
|
+ "regex-syntax",
|
|
+ "serde",
|
|
+ "serde_derive",
|
|
+ "serde_json",
|
|
+ "walkdir",
|
|
+ "yaml-rust",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "tempfile"
|
|
+version = "3.3.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
|
+dependencies = [
|
|
+ "cfg-if 1.0.0",
|
|
+ "fastrand",
|
|
+ "libc",
|
|
+ "redox_syscall",
|
|
+ "remove_dir_all",
|
|
+ "winapi 0.3.9",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "tendril"
|
|
+version = "0.4.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
|
|
+dependencies = [
|
|
+ "futf",
|
|
+ "mac",
|
|
+ "utf-8",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "tera"
|
|
+version = "1.16.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7c9783d6ff395ae80cf17ed9a25360e7ba37742a79fa8fddabb073c5c7c8856d"
|
|
+dependencies = [
|
|
+ "chrono",
|
|
+ "chrono-tz",
|
|
+ "globwalk",
|
|
+ "humansize",
|
|
+ "lazy_static",
|
|
+ "percent-encoding",
|
|
+ "pest",
|
|
+ "pest_derive",
|
|
+ "rand 0.8.5",
|
|
+ "regex",
|
|
+ "serde",
|
|
+ "serde_json",
|
|
+ "slug",
|
|
+ "unic-segment",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "test-case"
|
|
+version = "2.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "07aea929e9488998b64adc414c29fe5620398f01c2e3f58164122b17e567a6d5"
|
|
+dependencies = [
|
|
+ "test-case-macros",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "test-case-macros"
|
|
+version = "2.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c95968eedc6fc4f5c21920e0f4264f78ec5e4c56bb394f319becc1a5830b3e54"
|
|
+dependencies = [
|
|
+ "cfg-if 1.0.0",
|
|
+ "proc-macro-error",
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "syn",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "textwrap"
|
|
+version = "0.15.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
|
|
+
|
|
+[[package]]
|
|
+name = "thin-slice"
|
|
+version = "0.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
|
|
+
|
|
+[[package]]
|
|
+name = "thiserror"
|
|
+version = "1.0.32"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994"
|
|
+dependencies = [
|
|
+ "thiserror-impl",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "thiserror-impl"
|
|
+version = "1.0.32"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21"
|
|
+dependencies = [
|
|
+ "proc-macro2",
|
|
+ "quote",
|
|
+ "syn",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "thread_local"
|
|
+version = "1.1.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
|
+dependencies = [
|
|
+ "once_cell",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "time"
|
|
+version = "0.1.44"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
|
+dependencies = [
|
|
+ "libc",
|
|
+ "wasi 0.10.0+wasi-snapshot-preview1",
|
|
+ "winapi 0.3.9",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "time"
|
|
+version = "0.3.12"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "74b7cc93fc23ba97fde84f7eea56c55d1ba183f495c6715defdfc7b9cb8c870f"
|
|
+dependencies = [
|
|
+ "itoa 1.0.3",
|
|
+ "js-sys",
|
|
+ "libc",
|
|
+ "num_threads",
|
|
+ "serde",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "tinystr"
|
|
+version = "0.3.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "29738eedb4388d9ea620eeab9384884fc3f06f586a2eddb56bedc5885126c7c1"
|
|
+
|
|
+[[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 0.8.4",
|
|
+ "num_cpus",
|
|
+ "once_cell",
|
|
+ "pin-project-lite",
|
|
+ "signal-hook-registry",
|
|
+ "socket2",
|
|
+ "tokio-macros",
|
|
+ "winapi 0.3.9",
|
|
+]
|
|
+
|
|
+[[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",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "tokio-native-tls"
|
|
+version = "0.3.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
|
+dependencies = [
|
|
+ "native-tls",
|
|
+ "tokio",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "tokio-util"
|
|
+version = "0.7.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"
|
|
+dependencies = [
|
|
+ "bytes",
|
|
+ "futures-core",
|
|
+ "futures-sink",
|
|
+ "pin-project-lite",
|
|
+ "tokio",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "toml"
|
|
+version = "0.5.9"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
|
+dependencies = [
|
|
+ "serde",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "tower"
|
|
+version = "0.4.13"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
+dependencies = [
|
|
+ "futures-core",
|
|
+ "futures-util",
|
|
+ "pin-project",
|
|
+ "pin-project-lite",
|
|
+ "tokio",
|
|
+ "tower-layer",
|
|
+ "tower-service",
|
|
+ "tracing",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "tower-http"
|
|
+version = "0.2.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "aba3f3efabf7fb41fae8534fc20a817013dd1c12cb45441efb6c82e6556b4cd8"
|
|
+dependencies = [
|
|
+ "bitflags",
|
|
+ "bytes",
|
|
+ "futures-core",
|
|
+ "futures-util",
|
|
+ "http",
|
|
+ "http-body",
|
|
+ "http-range-header",
|
|
+ "httpdate",
|
|
+ "mime",
|
|
+ "mime_guess",
|
|
+ "percent-encoding",
|
|
+ "pin-project-lite",
|
|
+ "tokio",
|
|
+ "tokio-util",
|
|
+ "tower-layer",
|
|
+ "tower-service",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "tower-layer"
|
|
+version = "0.3.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62"
|
|
+
|
|
+[[package]]
|
|
+name = "tower-service"
|
|
+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 1.0.0",
|
|
+ "log",
|
|
+ "pin-project-lite",
|
|
+ "tracing-core",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "tracing-core"
|
|
+version = "0.1.29"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7"
|
|
+dependencies = [
|
|
+ "once_cell",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "try-lock"
|
|
+version = "0.2.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
+
|
|
+[[package]]
|
|
+name = "type-map"
|
|
+version = "0.4.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
|
|
+dependencies = [
|
|
+ "rustc-hash",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "typenum"
|
|
+version = "1.15.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
|
+
|
|
+[[package]]
|
|
+name = "ucd-trie"
|
|
+version = "0.1.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "89570599c4fe5585de2b388aab47e99f7fa4e9238a1399f707a02e356058141c"
|
|
+
|
|
+[[package]]
|
|
+name = "uncased"
|
|
+version = "0.9.7"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "09b01702b0fd0b3fadcf98e098780badda8742d4f4a7676615cad90e8ac73622"
|
|
+dependencies = [
|
|
+ "version_check",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "unic-char-property"
|
|
+version = "0.9.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
|
|
+dependencies = [
|
|
+ "unic-char-range",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "unic-char-range"
|
|
+version = "0.9.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
|
|
+
|
|
+[[package]]
|
|
+name = "unic-common"
|
|
+version = "0.9.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
|
|
+
|
|
+[[package]]
|
|
+name = "unic-langid"
|
|
+version = "0.9.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "73328fcd730a030bdb19ddf23e192187a6b01cd98be6d3140622a89129459ce5"
|
|
+dependencies = [
|
|
+ "unic-langid-impl",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "unic-langid-impl"
|
|
+version = "0.9.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1a4a8eeaf0494862c1404c95ec2f4c33a2acff5076f64314b465e3ddae1b934d"
|
|
+dependencies = [
|
|
+ "tinystr",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "unic-segment"
|
|
+version = "0.9.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23"
|
|
+dependencies = [
|
|
+ "unic-ucd-segment",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "unic-ucd-segment"
|
|
+version = "0.9.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700"
|
|
+dependencies = [
|
|
+ "unic-char-property",
|
|
+ "unic-char-range",
|
|
+ "unic-ucd-version",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "unic-ucd-version"
|
|
+version = "0.9.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
|
|
+dependencies = [
|
|
+ "unic-common",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "unicase"
|
|
+version = "2.6.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
+dependencies = [
|
|
+ "version_check",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "unicode-ident"
|
|
+version = "1.0.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
|
|
+
|
|
+[[package]]
|
|
+name = "unicode-width"
|
|
+version = "0.1.9"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
|
+
|
|
+[[package]]
|
|
+name = "utf-8"
|
|
+version = "0.7.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
+
|
|
+[[package]]
|
|
+name = "vcpkg"
|
|
+version = "0.2.15"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
+
|
|
+[[package]]
|
|
+name = "version_check"
|
|
+version = "0.9.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
+
|
|
+[[package]]
|
|
+name = "walkdir"
|
|
+version = "2.3.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
|
+dependencies = [
|
|
+ "same-file",
|
|
+ "winapi 0.3.9",
|
|
+ "winapi-util",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "want"
|
|
+version = "0.3.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
+dependencies = [
|
|
+ "log",
|
|
+ "try-lock",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasi"
|
|
+version = "0.9.0+wasi-snapshot-preview1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
+
|
|
+[[package]]
|
|
+name = "wasi"
|
|
+version = "0.10.0+wasi-snapshot-preview1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
+
|
|
+[[package]]
|
|
+name = "wasi"
|
|
+version = "0.11.0+wasi-snapshot-preview1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen"
|
|
+version = "0.2.82"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d"
|
|
+dependencies = [
|
|
+ "cfg-if 1.0.0",
|
|
+ "wasm-bindgen-macro",
|
|
+]
|
|
+
|
|
+[[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",
|
|
+]
|
|
+
|
|
+[[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",
|
|
+]
|
|
+
|
|
+[[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",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen-shared"
|
|
+version = "0.2.82"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a"
|
|
+
|
|
+[[package]]
|
|
+name = "winapi"
|
|
+version = "0.2.8"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
+
|
|
+[[package]]
|
|
+name = "winapi"
|
|
+version = "0.3.9"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
+dependencies = [
|
|
+ "winapi-i686-pc-windows-gnu",
|
|
+ "winapi-x86_64-pc-windows-gnu",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "winapi-build"
|
|
+version = "0.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
+
|
|
+[[package]]
|
|
+name = "winapi-i686-pc-windows-gnu"
|
|
+version = "0.4.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
+
|
|
+[[package]]
|
|
+name = "winapi-util"
|
|
+version = "0.1.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
+dependencies = [
|
|
+ "winapi 0.3.9",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "winapi-x86_64-pc-windows-gnu"
|
|
+version = "0.4.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
+
|
|
+[[package]]
|
|
+name = "windows-sys"
|
|
+version = "0.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",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "windows_aarch64_msvc"
|
|
+version = "0.36.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
+
|
|
+[[package]]
|
|
+name = "windows_i686_gnu"
|
|
+version = "0.36.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
+
|
|
+[[package]]
|
|
+name = "windows_i686_msvc"
|
|
+version = "0.36.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
+
|
|
+[[package]]
|
|
+name = "windows_x86_64_gnu"
|
|
+version = "0.36.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
+
|
|
+[[package]]
|
|
+name = "windows_x86_64_msvc"
|
|
+version = "0.36.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
|
+
|
|
+[[package]]
|
|
+name = "ws2_32-sys"
|
|
+version = "0.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
+dependencies = [
|
|
+ "winapi 0.2.8",
|
|
+ "winapi-build",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "xml-rs"
|
|
+version = "0.8.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
|
|
+
|
|
+[[package]]
|
|
+name = "xml5ever"
|
|
+version = "0.16.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9234163818fd8e2418fcde330655e757900d4236acd8cc70fef345ef91f6d865"
|
|
+dependencies = [
|
|
+ "log",
|
|
+ "mac",
|
|
+ "markup5ever",
|
|
+ "time 0.1.44",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "yaml-rust"
|
|
+version = "0.4.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
+dependencies = [
|
|
+ "linked-hash-map",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "zine"
|
|
+version = "0.6.0"
|
|
+dependencies = [
|
|
+ "anyhow",
|
|
+ "clap",
|
|
+ "fluent",
|
|
+ "html5ever",
|
|
+ "http-body",
|
|
+ "hyper",
|
|
+ "hyper-tls",
|
|
+ "include_dir",
|
|
+ "intl-memoizer",
|
|
+ "lol_html",
|
|
+ "markup5ever_rcdom",
|
|
+ "notify",
|
|
+ "once_cell",
|
|
+ "parking_lot",
|
|
+ "pulldown-cmark",
|
|
+ "rayon",
|
|
+ "regex",
|
|
+ "serde",
|
|
+ "serde_json",
|
|
+ "syntect",
|
|
+ "tera",
|
|
+ "test-case",
|
|
+ "time 0.3.12",
|
|
+ "tokio",
|
|
+ "toml",
|
|
+ "tower",
|
|
+ "tower-http",
|
|
+ "walkdir",
|
|
+]
|