1 | # This file is automatically @generated by Cargo.
|
2 | # It is not intended for manual editing.
|
3 | version = 3
|
4 |
|
5 | [[package]]
|
6 | name = "activitypub_federation"
|
7 | version = "0.4.7"
|
8 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
9 | checksum = "41a0b760e573d41d9f6aec4280e4c0d273d4ce724eb00c3e4c9fb1b98d3ede47"
|
10 | dependencies = [
|
11 | "activitystreams-kinds",
|
12 | "anyhow",
|
13 | "async-trait",
|
14 | "axum",
|
15 | "base64 0.21.5",
|
16 | "bytes",
|
17 | "chrono",
|
18 | "derive_builder",
|
19 | "dyn-clone",
|
20 | "enum_delegate",
|
21 | "futures-core",
|
22 | "http",
|
23 | "http-signature-normalization",
|
24 | "http-signature-normalization-reqwest",
|
25 | "httpdate",
|
26 | "hyper",
|
27 | "itertools",
|
28 | "once_cell",
|
29 | "openssl",
|
30 | "pin-project-lite",
|
31 | "regex",
|
32 | "reqwest",
|
33 | "reqwest-middleware",
|
34 | "serde",
|
35 | "serde_json",
|
36 | "sha2",
|
37 | "thiserror",
|
38 | "tokio",
|
39 | "tower",
|
40 | "tracing",
|
41 | "url",
|
42 | ]
|
43 |
|
44 | [[package]]
|
45 | name = "activitystreams-kinds"
|
46 | version = "0.3.0"
|
47 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
48 | checksum = "e97dfe76efd8c0b113cc3580a6b5f4acba47662e3cfbbfcce081c9ac89798990"
|
49 | dependencies = [
|
50 | "serde",
|
51 | "url",
|
52 | ]
|
53 |
|
54 | [[package]]
|
55 | name = "addr2line"
|
56 | version = "0.21.0"
|
57 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
58 | checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
59 | dependencies = [
|
60 | "gimli",
|
61 | ]
|
62 |
|
63 | [[package]]
|
64 | name = "adler"
|
65 | version = "1.0.2"
|
66 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
67 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
68 |
|
69 | [[package]]
|
70 | name = "aho-corasick"
|
71 | version = "1.1.2"
|
72 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
73 | checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
74 | dependencies = [
|
75 | "memchr",
|
76 | ]
|
77 |
|
78 | [[package]]
|
79 | name = "android-tzdata"
|
80 | version = "0.1.1"
|
81 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
82 | checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
83 |
|
84 | [[package]]
|
85 | name = "android_system_properties"
|
86 | version = "0.1.5"
|
87 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
88 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
89 | dependencies = [
|
90 | "libc",
|
91 | ]
|
92 |
|
93 | [[package]]
|
94 | name = "anstream"
|
95 | version = "0.6.4"
|
96 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
97 | checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
|
98 | dependencies = [
|
99 | "anstyle",
|
100 | "anstyle-parse",
|
101 | "anstyle-query",
|
102 | "anstyle-wincon",
|
103 | "colorchoice",
|
104 | "utf8parse",
|
105 | ]
|
106 |
|
107 | [[package]]
|
108 | name = "anstyle"
|
109 | version = "1.0.4"
|
110 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
111 | checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
|
112 |
|
113 | [[package]]
|
114 | name = "anstyle-parse"
|
115 | version = "0.2.2"
|
116 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
117 | checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"
|
118 | dependencies = [
|
119 | "utf8parse",
|
120 | ]
|
121 |
|
122 | [[package]]
|
123 | name = "anstyle-query"
|
124 | version = "1.0.0"
|
125 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
126 | checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
|
127 | dependencies = [
|
128 | "windows-sys",
|
129 | ]
|
130 |
|
131 | [[package]]
|
132 | name = "anstyle-wincon"
|
133 | version = "3.0.1"
|
134 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
135 | checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
|
136 | dependencies = [
|
137 | "anstyle",
|
138 | "windows-sys",
|
139 | ]
|
140 |
|
141 | [[package]]
|
142 | name = "anyhow"
|
143 | version = "1.0.75"
|
144 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
145 | checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
146 |
|
147 | [[package]]
|
148 | name = "async-trait"
|
149 | version = "0.1.74"
|
150 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
151 | checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9"
|
152 | dependencies = [
|
153 | "proc-macro2",
|
154 | "quote",
|
155 | "syn 2.0.39",
|
156 | ]
|
157 |
|
158 | [[package]]
|
159 | name = "autocfg"
|
160 | version = "1.1.0"
|
161 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
162 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
163 |
|
164 | [[package]]
|
165 | name = "axum"
|
166 | version = "0.6.20"
|
167 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
168 | checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
|
169 | dependencies = [
|
170 | "async-trait",
|
171 | "axum-core",
|
172 | "axum-macros",
|
173 | "bitflags 1.3.2",
|
174 | "bytes",
|
175 | "futures-util",
|
176 | "headers",
|
177 | "http",
|
178 | "http-body",
|
179 | "hyper",
|
180 | "itoa",
|
181 | "matchit",
|
182 | "memchr",
|
183 | "mime",
|
184 | "percent-encoding",
|
185 | "pin-project-lite",
|
186 | "rustversion",
|
187 | "serde",
|
188 | "serde_json",
|
189 | "serde_path_to_error",
|
190 | "serde_urlencoded",
|
191 | "sync_wrapper",
|
192 | "tokio",
|
193 | "tower",
|
194 | "tower-layer",
|
195 | "tower-service",
|
196 | ]
|
197 |
|
198 | [[package]]
|
199 | name = "axum-core"
|
200 | version = "0.3.4"
|
201 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
202 | checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
|
203 | dependencies = [
|
204 | "async-trait",
|
205 | "bytes",
|
206 | "futures-util",
|
207 | "http",
|
208 | "http-body",
|
209 | "mime",
|
210 | "rustversion",
|
211 | "tower-layer",
|
212 | "tower-service",
|
213 | ]
|
214 |
|
215 | [[package]]
|
216 | name = "axum-macros"
|
217 | version = "0.3.8"
|
218 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
219 | checksum = "cdca6a10ecad987bda04e95606ef85a5417dcaac1a78455242d72e031e2b6b62"
|
220 | dependencies = [
|
221 | "heck",
|
222 | "proc-macro2",
|
223 | "quote",
|
224 | "syn 2.0.39",
|
225 | ]
|
226 |
|
227 | [[package]]
|
228 | name = "backtrace"
|
229 | version = "0.3.69"
|
230 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
231 | checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
232 | dependencies = [
|
233 | "addr2line",
|
234 | "cc",
|
235 | "cfg-if",
|
236 | "libc",
|
237 | "miniz_oxide",
|
238 | "object",
|
239 | "rustc-demangle",
|
240 | ]
|
241 |
|
242 | [[package]]
|
243 | name = "base64"
|
244 | version = "0.13.1"
|
245 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
246 | checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
247 |
|
248 | [[package]]
|
249 | name = "base64"
|
250 | version = "0.21.5"
|
251 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
252 | checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
|
253 |
|
254 | [[package]]
|
255 | name = "bitflags"
|
256 | version = "1.3.2"
|
257 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
258 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
259 |
|
260 | [[package]]
|
261 | name = "bitflags"
|
262 | version = "2.4.1"
|
263 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
264 | checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
265 |
|
266 | [[package]]
|
267 | name = "block-buffer"
|
268 | version = "0.10.4"
|
269 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
270 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
271 | dependencies = [
|
272 | "generic-array",
|
273 | ]
|
274 |
|
275 | [[package]]
|
276 | name = "bstr"
|
277 | version = "1.8.0"
|
278 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
279 | checksum = "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c"
|
280 | dependencies = [
|
281 | "memchr",
|
282 | "serde",
|
283 | ]
|
284 |
|
285 | [[package]]
|
286 | name = "bumpalo"
|
287 | version = "3.14.0"
|
288 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
289 | checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
290 |
|
291 | [[package]]
|
292 | name = "bytes"
|
293 | version = "1.5.0"
|
294 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
295 | checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
296 |
|
297 | [[package]]
|
298 | name = "cc"
|
299 | version = "1.0.83"
|
300 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
301 | checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
302 | dependencies = [
|
303 | "libc",
|
304 | ]
|
305 |
|
306 | [[package]]
|
307 | name = "cfg-if"
|
308 | version = "1.0.0"
|
309 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
310 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
311 |
|
312 | [[package]]
|
313 | name = "chrono"
|
314 | version = "0.4.31"
|
315 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
316 | checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
|
317 | dependencies = [
|
318 | "android-tzdata",
|
319 | "iana-time-zone",
|
320 | "js-sys",
|
321 | "num-traits",
|
322 | "wasm-bindgen",
|
323 | "windows-targets",
|
324 | ]
|
325 |
|
326 | [[package]]
|
327 | name = "chrono-tz"
|
328 | version = "0.8.4"
|
329 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
330 | checksum = "e23185c0e21df6ed832a12e2bda87c7d1def6842881fb634a8511ced741b0d76"
|
331 | dependencies = [
|
332 | "chrono",
|
333 | "chrono-tz-build",
|
334 | "phf",
|
335 | ]
|
336 |
|
337 | [[package]]
|
338 | name = "chrono-tz-build"
|
339 | version = "0.2.1"
|
340 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
341 | checksum = "433e39f13c9a060046954e0592a8d0a4bcb1040125cbf91cb8ee58964cfb350f"
|
342 | dependencies = [
|
343 | "parse-zoneinfo",
|
344 | "phf",
|
345 | "phf_codegen",
|
346 | ]
|
347 |
|
348 | [[package]]
|
349 | name = "clap"
|
350 | version = "4.4.8"
|
351 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
352 | checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64"
|
353 | dependencies = [
|
354 | "clap_builder",
|
355 | ]
|
356 |
|
357 | [[package]]
|
358 | name = "clap_builder"
|
359 | version = "4.4.8"
|
360 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
361 | checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc"
|
362 | dependencies = [
|
363 | "anstream",
|
364 | "anstyle",
|
365 | "clap_lex",
|
366 | "strsim",
|
367 | ]
|
368 |
|
369 | [[package]]
|
370 | name = "clap_lex"
|
371 | version = "0.6.0"
|
372 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
373 | checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
|
374 |
|
375 | [[package]]
|
376 | name = "colorchoice"
|
377 | version = "1.0.0"
|
378 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
379 | checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
380 |
|
381 | [[package]]
|
382 | name = "core-foundation"
|
383 | version = "0.9.3"
|
384 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
385 | checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
386 | dependencies = [
|
387 | "core-foundation-sys",
|
388 | "libc",
|
389 | ]
|
390 |
|
391 | [[package]]
|
392 | name = "core-foundation-sys"
|
393 | version = "0.8.4"
|
394 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
395 | checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
396 |
|
397 | [[package]]
|
398 | name = "cpufeatures"
|
399 | version = "0.2.11"
|
400 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
401 | checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
|
402 | dependencies = [
|
403 | "libc",
|
404 | ]
|
405 |
|
406 | [[package]]
|
407 | name = "crypto-common"
|
408 | version = "0.1.6"
|
409 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
410 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
411 | dependencies = [
|
412 | "generic-array",
|
413 | "typenum",
|
414 | ]
|
415 |
|
416 | [[package]]
|
417 | name = "darling"
|
418 | version = "0.14.4"
|
419 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
420 | checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
|
421 | dependencies = [
|
422 | "darling_core",
|
423 | "darling_macro",
|
424 | ]
|
425 |
|
426 | [[package]]
|
427 | name = "darling_core"
|
428 | version = "0.14.4"
|
429 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
430 | checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
|
431 | dependencies = [
|
432 | "fnv",
|
433 | "ident_case",
|
434 | "proc-macro2",
|
435 | "quote",
|
436 | "strsim",
|
437 | "syn 1.0.109",
|
438 | ]
|
439 |
|
440 | [[package]]
|
441 | name = "darling_macro"
|
442 | version = "0.14.4"
|
443 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
444 | checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
|
445 | dependencies = [
|
446 | "darling_core",
|
447 | "quote",
|
448 | "syn 1.0.109",
|
449 | ]
|
450 |
|
451 | [[package]]
|
452 | name = "derive_builder"
|
453 | version = "0.12.0"
|
454 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
455 | checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
|
456 | dependencies = [
|
457 | "derive_builder_macro",
|
458 | ]
|
459 |
|
460 | [[package]]
|
461 | name = "derive_builder_core"
|
462 | version = "0.12.0"
|
463 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
464 | checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
|
465 | dependencies = [
|
466 | "darling",
|
467 | "proc-macro2",
|
468 | "quote",
|
469 | "syn 1.0.109",
|
470 | ]
|
471 |
|
472 | [[package]]
|
473 | name = "derive_builder_macro"
|
474 | version = "0.12.0"
|
475 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
476 | checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
|
477 | dependencies = [
|
478 | "derive_builder_core",
|
479 | "syn 1.0.109",
|
480 | ]
|
481 |
|
482 | [[package]]
|
483 | name = "deunicode"
|
484 | version = "1.4.1"
|
485 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
486 | checksum = "6a1abaf4d861455be59f64fd2b55606cb151fce304ede7165f410243ce96bde6"
|
487 |
|
488 | [[package]]
|
489 | name = "digest"
|
490 | version = "0.10.7"
|
491 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
492 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
493 | dependencies = [
|
494 | "block-buffer",
|
495 | "crypto-common",
|
496 | ]
|
497 |
|
498 | [[package]]
|
499 | name = "dyn-clone"
|
500 | version = "1.0.16"
|
501 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
502 | checksum = "545b22097d44f8a9581187cdf93de7a71e4722bf51200cfaba810865b49a495d"
|
503 |
|
504 | [[package]]
|
505 | name = "either"
|
506 | version = "1.9.0"
|
507 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
508 | checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
509 |
|
510 | [[package]]
|
511 | name = "encoding_rs"
|
512 | version = "0.8.33"
|
513 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
514 | checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
|
515 | dependencies = [
|
516 | "cfg-if",
|
517 | ]
|
518 |
|
519 | [[package]]
|
520 | name = "enum_delegate"
|
521 | version = "0.2.0"
|
522 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
523 | checksum = "a8ea75f31022cba043afe037940d73684327e915f88f62478e778c3de914cd0a"
|
524 | dependencies = [
|
525 | "enum_delegate_lib",
|
526 | "proc-macro2",
|
527 | "quote",
|
528 | "syn 1.0.109",
|
529 | ]
|
530 |
|
531 | [[package]]
|
532 | name = "enum_delegate_lib"
|
533 | version = "0.2.0"
|
534 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
535 | checksum = "2e1f6c3800b304a6be0012039e2a45a322a093539c45ab818d9e6895a39c90fe"
|
536 | dependencies = [
|
537 | "proc-macro2",
|
538 | "quote",
|
539 | "rand",
|
540 | "syn 1.0.109",
|
541 | ]
|
542 |
|
543 | [[package]]
|
544 | name = "env_logger"
|
545 | version = "0.10.1"
|
546 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
547 | checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
|
548 | dependencies = [
|
549 | "humantime",
|
550 | "is-terminal",
|
551 | "log",
|
552 | "regex",
|
553 | "termcolor",
|
554 | ]
|
555 |
|
556 | [[package]]
|
557 | name = "equivalent"
|
558 | version = "1.0.1"
|
559 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
560 | checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
561 |
|
562 | [[package]]
|
563 | name = "errno"
|
564 | version = "0.3.7"
|
565 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
566 | checksum = "f258a7194e7f7c2a7837a8913aeab7fd8c383457034fa20ce4dd3dcb813e8eb8"
|
567 | dependencies = [
|
568 | "libc",
|
569 | "windows-sys",
|
570 | ]
|
571 |
|
572 | [[package]]
|
573 | name = "fastrand"
|
574 | version = "2.0.1"
|
575 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
576 | checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
577 |
|
578 | [[package]]
|
579 | name = "fnv"
|
580 | version = "1.0.7"
|
581 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
582 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
583 |
|
584 | [[package]]
|
585 | name = "foreign-types"
|
586 | version = "0.3.2"
|
587 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
588 | checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
589 | dependencies = [
|
590 | "foreign-types-shared",
|
591 | ]
|
592 |
|
593 | [[package]]
|
594 | name = "foreign-types-shared"
|
595 | version = "0.1.1"
|
596 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
597 | checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
598 |
|
599 | [[package]]
|
600 | name = "form_urlencoded"
|
601 | version = "1.2.0"
|
602 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
603 | checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
604 | dependencies = [
|
605 | "percent-encoding",
|
606 | ]
|
607 |
|
608 | [[package]]
|
609 | name = "futures-channel"
|
610 | version = "0.3.29"
|
611 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
612 | checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb"
|
613 | dependencies = [
|
614 | "futures-core",
|
615 | ]
|
616 |
|
617 | [[package]]
|
618 | name = "futures-core"
|
619 | version = "0.3.29"
|
620 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
621 | checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
|
622 |
|
623 | [[package]]
|
624 | name = "futures-io"
|
625 | version = "0.3.29"
|
626 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
627 | checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa"
|
628 |
|
629 | [[package]]
|
630 | name = "futures-macro"
|
631 | version = "0.3.29"
|
632 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
633 | checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb"
|
634 | dependencies = [
|
635 | "proc-macro2",
|
636 | "quote",
|
637 | "syn 2.0.39",
|
638 | ]
|
639 |
|
640 | [[package]]
|
641 | name = "futures-sink"
|
642 | version = "0.3.29"
|
643 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
644 | checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
|
645 |
|
646 | [[package]]
|
647 | name = "futures-task"
|
648 | version = "0.3.29"
|
649 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
650 | checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2"
|
651 |
|
652 | [[package]]
|
653 | name = "futures-util"
|
654 | version = "0.3.29"
|
655 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
656 | checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104"
|
657 | dependencies = [
|
658 | "futures-core",
|
659 | "futures-io",
|
660 | "futures-macro",
|
661 | "futures-sink",
|
662 | "futures-task",
|
663 | "memchr",
|
664 | "pin-project-lite",
|
665 | "pin-utils",
|
666 | "slab",
|
667 | ]
|
668 |
|
669 | [[package]]
|
670 | name = "generic-array"
|
671 | version = "0.14.7"
|
672 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
673 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
674 | dependencies = [
|
675 | "typenum",
|
676 | "version_check",
|
677 | ]
|
678 |
|
679 | [[package]]
|
680 | name = "getrandom"
|
681 | version = "0.2.11"
|
682 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
683 | checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
|
684 | dependencies = [
|
685 | "cfg-if",
|
686 | "libc",
|
687 | "wasi",
|
688 | ]
|
689 |
|
690 | [[package]]
|
691 | name = "gimli"
|
692 | version = "0.28.0"
|
693 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
694 | checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
|
695 |
|
696 | [[package]]
|
697 | name = "globset"
|
698 | version = "0.4.13"
|
699 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
700 | checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"
|
701 | dependencies = [
|
702 | "aho-corasick",
|
703 | "bstr",
|
704 | "fnv",
|
705 | "log",
|
706 | "regex",
|
707 | ]
|
708 |
|
709 | [[package]]
|
710 | name = "globwalk"
|
711 | version = "0.8.1"
|
712 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
713 | checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
|
714 | dependencies = [
|
715 | "bitflags 1.3.2",
|
716 | "ignore",
|
717 | "walkdir",
|
718 | ]
|
719 |
|
720 | [[package]]
|
721 | name = "h2"
|
722 | version = "0.3.22"
|
723 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
724 | checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178"
|
725 | dependencies = [
|
726 | "bytes",
|
727 | "fnv",
|
728 | "futures-core",
|
729 | "futures-sink",
|
730 | "futures-util",
|
731 | "http",
|
732 | "indexmap",
|
733 | "slab",
|
734 | "tokio",
|
735 | "tokio-util",
|
736 | "tracing",
|
737 | ]
|
738 |
|
739 | [[package]]
|
740 | name = "hashbrown"
|
741 | version = "0.14.2"
|
742 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
743 | checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
|
744 |
|
745 | [[package]]
|
746 | name = "headers"
|
747 | version = "0.3.9"
|
748 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
749 | checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
|
750 | dependencies = [
|
751 | "base64 0.21.5",
|
752 | "bytes",
|
753 | "headers-core",
|
754 | "http",
|
755 | "httpdate",
|
756 | "mime",
|
757 | "sha1",
|
758 | ]
|
759 |
|
760 | [[package]]
|
761 | name = "headers-core"
|
762 | version = "0.2.0"
|
763 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
764 | checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
|
765 | dependencies = [
|
766 | "http",
|
767 | ]
|
768 |
|
769 | [[package]]
|
770 | name = "heck"
|
771 | version = "0.4.1"
|
772 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
773 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
774 |
|
775 | [[package]]
|
776 | name = "hermit-abi"
|
777 | version = "0.3.3"
|
778 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
779 | checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
|
780 |
|
781 | [[package]]
|
782 | name = "http"
|
783 | version = "0.2.11"
|
784 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
785 | checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
|
786 | dependencies = [
|
787 | "bytes",
|
788 | "fnv",
|
789 | "itoa",
|
790 | ]
|
791 |
|
792 | [[package]]
|
793 | name = "http-body"
|
794 | version = "0.4.5"
|
795 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
796 | checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
797 | dependencies = [
|
798 | "bytes",
|
799 | "http",
|
800 | "pin-project-lite",
|
801 | ]
|
802 |
|
803 | [[package]]
|
804 | name = "http-signature-normalization"
|
805 | version = "0.7.0"
|
806 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
807 | checksum = "b95e3149194de5f3f9d5225bcc6a8677979f8ff8ce39c85654730ad4824f101e"
|
808 | dependencies = [
|
809 | "httpdate",
|
810 | ]
|
811 |
|
812 | [[package]]
|
813 | name = "http-signature-normalization-reqwest"
|
814 | version = "0.8.0"
|
815 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
816 | checksum = "3c382c69a07b21accae86298d520579403af6479b1cd1c389e3ee11f01d48627"
|
817 | dependencies = [
|
818 | "base64 0.13.1",
|
819 | "http-signature-normalization",
|
820 | "httpdate",
|
821 | "reqwest",
|
822 | "reqwest-middleware",
|
823 | "sha2",
|
824 | "thiserror",
|
825 | "tokio",
|
826 | ]
|
827 |
|
828 | [[package]]
|
829 | name = "httparse"
|
830 | version = "1.8.0"
|
831 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
832 | checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
833 |
|
834 | [[package]]
|
835 | name = "httpdate"
|
836 | version = "1.0.3"
|
837 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
838 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
839 |
|
840 | [[package]]
|
841 | name = "humansize"
|
842 | version = "2.1.3"
|
843 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
844 | checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
|
845 | dependencies = [
|
846 | "libm",
|
847 | ]
|
848 |
|
849 | [[package]]
|
850 | name = "humantime"
|
851 | version = "2.1.0"
|
852 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
853 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
854 |
|
855 | [[package]]
|
856 | name = "hyper"
|
857 | version = "0.14.27"
|
858 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
859 | checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
|
860 | dependencies = [
|
861 | "bytes",
|
862 | "futures-channel",
|
863 | "futures-core",
|
864 | "futures-util",
|
865 | "h2",
|
866 | "http",
|
867 | "http-body",
|
868 | "httparse",
|
869 | "httpdate",
|
870 | "itoa",
|
871 | "pin-project-lite",
|
872 | "socket2 0.4.10",
|
873 | "tokio",
|
874 | "tower-service",
|
875 | "tracing",
|
876 | "want",
|
877 | ]
|
878 |
|
879 | [[package]]
|
880 | name = "hyper-tls"
|
881 | version = "0.5.0"
|
882 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
883 | checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
884 | dependencies = [
|
885 | "bytes",
|
886 | "hyper",
|
887 | "native-tls",
|
888 | "tokio",
|
889 | "tokio-native-tls",
|
890 | ]
|
891 |
|
892 | [[package]]
|
893 | name = "iana-time-zone"
|
894 | version = "0.1.58"
|
895 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
896 | checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20"
|
897 | dependencies = [
|
898 | "android_system_properties",
|
899 | "core-foundation-sys",
|
900 | "iana-time-zone-haiku",
|
901 | "js-sys",
|
902 | "wasm-bindgen",
|
903 | "windows-core",
|
904 | ]
|
905 |
|
906 | [[package]]
|
907 | name = "iana-time-zone-haiku"
|
908 | version = "0.1.2"
|
909 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
910 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
911 | dependencies = [
|
912 | "cc",
|
913 | ]
|
914 |
|
915 | [[package]]
|
916 | name = "ident_case"
|
917 | version = "1.0.1"
|
918 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
919 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
920 |
|
921 | [[package]]
|
922 | name = "idna"
|
923 | version = "0.4.0"
|
924 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
925 | checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
926 | dependencies = [
|
927 | "unicode-bidi",
|
928 | "unicode-normalization",
|
929 | ]
|
930 |
|
931 | [[package]]
|
932 | name = "ignore"
|
933 | version = "0.4.20"
|
934 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
935 | checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
|
936 | dependencies = [
|
937 | "globset",
|
938 | "lazy_static",
|
939 | "log",
|
940 | "memchr",
|
941 | "regex",
|
942 | "same-file",
|
943 | "thread_local",
|
944 | "walkdir",
|
945 | "winapi-util",
|
946 | ]
|
947 |
|
948 | [[package]]
|
949 | name = "indexmap"
|
950 | version = "2.1.0"
|
951 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
952 | checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
|
953 | dependencies = [
|
954 | "equivalent",
|
955 | "hashbrown",
|
956 | ]
|
957 |
|
958 | [[package]]
|
959 | name = "ipnet"
|
960 | version = "2.9.0"
|
961 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
962 | checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
|
963 |
|
964 | [[package]]
|
965 | name = "is-terminal"
|
966 | version = "0.4.9"
|
967 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
968 | checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
969 | dependencies = [
|
970 | "hermit-abi",
|
971 | "rustix",
|
972 | "windows-sys",
|
973 | ]
|
974 |
|
975 | [[package]]
|
976 | name = "itertools"
|
977 | version = "0.10.5"
|
978 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
979 | checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
980 | dependencies = [
|
981 | "either",
|
982 | ]
|
983 |
|
984 | [[package]]
|
985 | name = "itoa"
|
986 | version = "1.0.9"
|
987 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
988 | checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
989 |
|
990 | [[package]]
|
991 | name = "js-sys"
|
992 | version = "0.3.65"
|
993 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
994 | checksum = "54c0c35952f67de54bb584e9fd912b3023117cbafc0a77d8f3dee1fb5f572fe8"
|
995 | dependencies = [
|
996 | "wasm-bindgen",
|
997 | ]
|
998 |
|
999 | [[package]]
|
1000 | name = "lazy_static"
|
1001 | version = "1.4.0"
|
1002 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1003 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
1004 |
|
1005 | [[package]]
|
1006 | name = "libc"
|
1007 | version = "0.2.150"
|
1008 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1009 | checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
|
1010 |
|
1011 | [[package]]
|
1012 | name = "libm"
|
1013 | version = "0.2.8"
|
1014 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1015 | checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
1016 |
|
1017 | [[package]]
|
1018 | name = "linux-raw-sys"
|
1019 | version = "0.4.11"
|
1020 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1021 | checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829"
|
1022 |
|
1023 | [[package]]
|
1024 | name = "lock_api"
|
1025 | version = "0.4.11"
|
1026 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1027 | checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
1028 | dependencies = [
|
1029 | "autocfg",
|
1030 | "scopeguard",
|
1031 | ]
|
1032 |
|
1033 | [[package]]
|
1034 | name = "log"
|
1035 | version = "0.4.20"
|
1036 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1037 | checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
1038 |
|
1039 | [[package]]
|
1040 | name = "matchit"
|
1041 | version = "0.7.3"
|
1042 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1043 | checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
1044 |
|
1045 | [[package]]
|
1046 | name = "memchr"
|
1047 | version = "2.6.4"
|
1048 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1049 | checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
1050 |
|
1051 | [[package]]
|
1052 | name = "mime"
|
1053 | version = "0.3.17"
|
1054 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1055 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
1056 |
|
1057 | [[package]]
|
1058 | name = "mime_guess"
|
1059 | version = "2.0.4"
|
1060 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1061 | checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
1062 | dependencies = [
|
1063 | "mime",
|
1064 | "unicase",
|
1065 | ]
|
1066 |
|
1067 | [[package]]
|
1068 | name = "miniz_oxide"
|
1069 | version = "0.7.1"
|
1070 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1071 | checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
1072 | dependencies = [
|
1073 | "adler",
|
1074 | ]
|
1075 |
|
1076 | [[package]]
|
1077 | name = "mio"
|
1078 | version = "0.8.9"
|
1079 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1080 | checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0"
|
1081 | dependencies = [
|
1082 | "libc",
|
1083 | "wasi",
|
1084 | "windows-sys",
|
1085 | ]
|
1086 |
|
1087 | [[package]]
|
1088 | name = "native-tls"
|
1089 | version = "0.2.11"
|
1090 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1091 | checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
1092 | dependencies = [
|
1093 | "lazy_static",
|
1094 | "libc",
|
1095 | "log",
|
1096 | "openssl",
|
1097 | "openssl-probe",
|
1098 | "openssl-sys",
|
1099 | "schannel",
|
1100 | "security-framework",
|
1101 | "security-framework-sys",
|
1102 | "tempfile",
|
1103 | ]
|
1104 |
|
1105 | [[package]]
|
1106 | name = "nu-ansi-term"
|
1107 | version = "0.46.0"
|
1108 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1109 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
1110 | dependencies = [
|
1111 | "overload",
|
1112 | "winapi",
|
1113 | ]
|
1114 |
|
1115 | [[package]]
|
1116 | name = "num-traits"
|
1117 | version = "0.2.17"
|
1118 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1119 | checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
1120 | dependencies = [
|
1121 | "autocfg",
|
1122 | ]
|
1123 |
|
1124 | [[package]]
|
1125 | name = "num_cpus"
|
1126 | version = "1.16.0"
|
1127 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1128 | checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
1129 | dependencies = [
|
1130 | "hermit-abi",
|
1131 | "libc",
|
1132 | ]
|
1133 |
|
1134 | [[package]]
|
1135 | name = "object"
|
1136 | version = "0.32.1"
|
1137 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1138 | checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
|
1139 | dependencies = [
|
1140 | "memchr",
|
1141 | ]
|
1142 |
|
1143 | [[package]]
|
1144 | name = "once_cell"
|
1145 | version = "1.18.0"
|
1146 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1147 | checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
1148 |
|
1149 | [[package]]
|
1150 | name = "openssl"
|
1151 | version = "0.10.59"
|
1152 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1153 | checksum = "7a257ad03cd8fb16ad4172fedf8094451e1af1c4b70097636ef2eac9a5f0cc33"
|
1154 | dependencies = [
|
1155 | "bitflags 2.4.1",
|
1156 | "cfg-if",
|
1157 | "foreign-types",
|
1158 | "libc",
|
1159 | "once_cell",
|
1160 | "openssl-macros",
|
1161 | "openssl-sys",
|
1162 | ]
|
1163 |
|
1164 | [[package]]
|
1165 | name = "openssl-macros"
|
1166 | version = "0.1.1"
|
1167 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1168 | checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
1169 | dependencies = [
|
1170 | "proc-macro2",
|
1171 | "quote",
|
1172 | "syn 2.0.39",
|
1173 | ]
|
1174 |
|
1175 | [[package]]
|
1176 | name = "openssl-probe"
|
1177 | version = "0.1.5"
|
1178 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1179 | checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
1180 |
|
1181 | [[package]]
|
1182 | name = "openssl-sys"
|
1183 | version = "0.9.95"
|
1184 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1185 | checksum = "40a4130519a360279579c2053038317e40eff64d13fd3f004f9e1b72b8a6aaf9"
|
1186 | dependencies = [
|
1187 | "cc",
|
1188 | "libc",
|
1189 | "pkg-config",
|
1190 | "vcpkg",
|
1191 | ]
|
1192 |
|
1193 | [[package]]
|
1194 | name = "overload"
|
1195 | version = "0.1.1"
|
1196 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1197 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
1198 |
|
1199 | [[package]]
|
1200 | name = "parking_lot"
|
1201 | version = "0.12.1"
|
1202 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1203 | checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
1204 | dependencies = [
|
1205 | "lock_api",
|
1206 | "parking_lot_core",
|
1207 | ]
|
1208 |
|
1209 | [[package]]
|
1210 | name = "parking_lot_core"
|
1211 | version = "0.9.9"
|
1212 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1213 | checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
1214 | dependencies = [
|
1215 | "cfg-if",
|
1216 | "libc",
|
1217 | "redox_syscall",
|
1218 | "smallvec",
|
1219 | "windows-targets",
|
1220 | ]
|
1221 |
|
1222 | [[package]]
|
1223 | name = "parse-zoneinfo"
|
1224 | version = "0.3.0"
|
1225 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1226 | checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
|
1227 | dependencies = [
|
1228 | "regex",
|
1229 | ]
|
1230 |
|
1231 | [[package]]
|
1232 | name = "percent-encoding"
|
1233 | version = "2.3.0"
|
1234 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1235 | checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
1236 |
|
1237 | [[package]]
|
1238 | name = "pest"
|
1239 | version = "2.7.5"
|
1240 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1241 | checksum = "ae9cee2a55a544be8b89dc6848072af97a20f2422603c10865be2a42b580fff5"
|
1242 | dependencies = [
|
1243 | "memchr",
|
1244 | "thiserror",
|
1245 | "ucd-trie",
|
1246 | ]
|
1247 |
|
1248 | [[package]]
|
1249 | name = "pest_derive"
|
1250 | version = "2.7.5"
|
1251 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1252 | checksum = "81d78524685f5ef2a3b3bd1cafbc9fcabb036253d9b1463e726a91cd16e2dfc2"
|
1253 | dependencies = [
|
1254 | "pest",
|
1255 | "pest_generator",
|
1256 | ]
|
1257 |
|
1258 | [[package]]
|
1259 | name = "pest_generator"
|
1260 | version = "2.7.5"
|
1261 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1262 | checksum = "68bd1206e71118b5356dae5ddc61c8b11e28b09ef6a31acbd15ea48a28e0c227"
|
1263 | dependencies = [
|
1264 | "pest",
|
1265 | "pest_meta",
|
1266 | "proc-macro2",
|
1267 | "quote",
|
1268 | "syn 2.0.39",
|
1269 | ]
|
1270 |
|
1271 | [[package]]
|
1272 | name = "pest_meta"
|
1273 | version = "2.7.5"
|
1274 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1275 | checksum = "7c747191d4ad9e4a4ab9c8798f1e82a39affe7ef9648390b7e5548d18e099de6"
|
1276 | dependencies = [
|
1277 | "once_cell",
|
1278 | "pest",
|
1279 | "sha2",
|
1280 | ]
|
1281 |
|
1282 | [[package]]
|
1283 | name = "phf"
|
1284 | version = "0.11.2"
|
1285 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1286 | checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
1287 | dependencies = [
|
1288 | "phf_shared",
|
1289 | ]
|
1290 |
|
1291 | [[package]]
|
1292 | name = "phf_codegen"
|
1293 | version = "0.11.2"
|
1294 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1295 | checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
|
1296 | dependencies = [
|
1297 | "phf_generator",
|
1298 | "phf_shared",
|
1299 | ]
|
1300 |
|
1301 | [[package]]
|
1302 | name = "phf_generator"
|
1303 | version = "0.11.2"
|
1304 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1305 | checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
1306 | dependencies = [
|
1307 | "phf_shared",
|
1308 | "rand",
|
1309 | ]
|
1310 |
|
1311 | [[package]]
|
1312 | name = "phf_shared"
|
1313 | version = "0.11.2"
|
1314 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1315 | checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
1316 | dependencies = [
|
1317 | "siphasher",
|
1318 | ]
|
1319 |
|
1320 | [[package]]
|
1321 | name = "pin-project"
|
1322 | version = "1.1.3"
|
1323 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1324 | checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
|
1325 | dependencies = [
|
1326 | "pin-project-internal",
|
1327 | ]
|
1328 |
|
1329 | [[package]]
|
1330 | name = "pin-project-internal"
|
1331 | version = "1.1.3"
|
1332 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1333 | checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
|
1334 | dependencies = [
|
1335 | "proc-macro2",
|
1336 | "quote",
|
1337 | "syn 2.0.39",
|
1338 | ]
|
1339 |
|
1340 | [[package]]
|
1341 | name = "pin-project-lite"
|
1342 | version = "0.2.13"
|
1343 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1344 | checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
1345 |
|
1346 | [[package]]
|
1347 | name = "pin-utils"
|
1348 | version = "0.1.0"
|
1349 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1350 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
1351 |
|
1352 | [[package]]
|
1353 | name = "ping-pong"
|
1354 | version = "0.1.0"
|
1355 | dependencies = [
|
1356 | "activitypub_federation",
|
1357 | "anyhow",
|
1358 | "async-trait",
|
1359 | "axum",
|
1360 | "axum-macros",
|
1361 | "chrono",
|
1362 | "clap",
|
1363 | "enum_delegate",
|
1364 | "env_logger",
|
1365 | "lazy_static",
|
1366 | "rand",
|
1367 | "serde",
|
1368 | "tera",
|
1369 | "tokio",
|
1370 | "tracing",
|
1371 | "tracing-subscriber",
|
1372 | "url",
|
1373 | ]
|
1374 |
|
1375 | [[package]]
|
1376 | name = "pkg-config"
|
1377 | version = "0.3.27"
|
1378 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1379 | checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
1380 |
|
1381 | [[package]]
|
1382 | name = "ppv-lite86"
|
1383 | version = "0.2.17"
|
1384 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1385 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
1386 |
|
1387 | [[package]]
|
1388 | name = "proc-macro2"
|
1389 | version = "1.0.69"
|
1390 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1391 | checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
|
1392 | dependencies = [
|
1393 | "unicode-ident",
|
1394 | ]
|
1395 |
|
1396 | [[package]]
|
1397 | name = "quote"
|
1398 | version = "1.0.33"
|
1399 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1400 | checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
1401 | dependencies = [
|
1402 | "proc-macro2",
|
1403 | ]
|
1404 |
|
1405 | [[package]]
|
1406 | name = "rand"
|
1407 | version = "0.8.5"
|
1408 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1409 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
1410 | dependencies = [
|
1411 | "libc",
|
1412 | "rand_chacha",
|
1413 | "rand_core",
|
1414 | ]
|
1415 |
|
1416 | [[package]]
|
1417 | name = "rand_chacha"
|
1418 | version = "0.3.1"
|
1419 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1420 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
1421 | dependencies = [
|
1422 | "ppv-lite86",
|
1423 | "rand_core",
|
1424 | ]
|
1425 |
|
1426 | [[package]]
|
1427 | name = "rand_core"
|
1428 | version = "0.6.4"
|
1429 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1430 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
1431 | dependencies = [
|
1432 | "getrandom",
|
1433 | ]
|
1434 |
|
1435 | [[package]]
|
1436 | name = "redox_syscall"
|
1437 | version = "0.4.1"
|
1438 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1439 | checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
1440 | dependencies = [
|
1441 | "bitflags 1.3.2",
|
1442 | ]
|
1443 |
|
1444 | [[package]]
|
1445 | name = "regex"
|
1446 | version = "1.10.2"
|
1447 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1448 | checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
|
1449 | dependencies = [
|
1450 | "aho-corasick",
|
1451 | "memchr",
|
1452 | "regex-automata",
|
1453 | "regex-syntax",
|
1454 | ]
|
1455 |
|
1456 | [[package]]
|
1457 | name = "regex-automata"
|
1458 | version = "0.4.3"
|
1459 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1460 | checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
|
1461 | dependencies = [
|
1462 | "aho-corasick",
|
1463 | "memchr",
|
1464 | "regex-syntax",
|
1465 | ]
|
1466 |
|
1467 | [[package]]
|
1468 | name = "regex-syntax"
|
1469 | version = "0.8.2"
|
1470 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1471 | checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
1472 |
|
1473 | [[package]]
|
1474 | name = "reqwest"
|
1475 | version = "0.11.22"
|
1476 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1477 | checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
|
1478 | dependencies = [
|
1479 | "base64 0.21.5",
|
1480 | "bytes",
|
1481 | "encoding_rs",
|
1482 | "futures-core",
|
1483 | "futures-util",
|
1484 | "h2",
|
1485 | "http",
|
1486 | "http-body",
|
1487 | "hyper",
|
1488 | "hyper-tls",
|
1489 | "ipnet",
|
1490 | "js-sys",
|
1491 | "log",
|
1492 | "mime",
|
1493 | "mime_guess",
|
1494 | "native-tls",
|
1495 | "once_cell",
|
1496 | "percent-encoding",
|
1497 | "pin-project-lite",
|
1498 | "serde",
|
1499 | "serde_json",
|
1500 | "serde_urlencoded",
|
1501 | "system-configuration",
|
1502 | "tokio",
|
1503 | "tokio-native-tls",
|
1504 | "tokio-util",
|
1505 | "tower-service",
|
1506 | "url",
|
1507 | "wasm-bindgen",
|
1508 | "wasm-bindgen-futures",
|
1509 | "wasm-streams",
|
1510 | "web-sys",
|
1511 | "winreg",
|
1512 | ]
|
1513 |
|
1514 | [[package]]
|
1515 | name = "reqwest-middleware"
|
1516 | version = "0.2.4"
|
1517 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1518 | checksum = "88a3e86aa6053e59030e7ce2d2a3b258dd08fc2d337d52f73f6cb480f5858690"
|
1519 | dependencies = [
|
1520 | "anyhow",
|
1521 | "async-trait",
|
1522 | "http",
|
1523 | "reqwest",
|
1524 | "serde",
|
1525 | "task-local-extensions",
|
1526 | "thiserror",
|
1527 | ]
|
1528 |
|
1529 | [[package]]
|
1530 | name = "rustc-demangle"
|
1531 | version = "0.1.23"
|
1532 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1533 | checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
1534 |
|
1535 | [[package]]
|
1536 | name = "rustix"
|
1537 | version = "0.38.24"
|
1538 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1539 | checksum = "9ad981d6c340a49cdc40a1028d9c6084ec7e9fa33fcb839cab656a267071e234"
|
1540 | dependencies = [
|
1541 | "bitflags 2.4.1",
|
1542 | "errno",
|
1543 | "libc",
|
1544 | "linux-raw-sys",
|
1545 | "windows-sys",
|
1546 | ]
|
1547 |
|
1548 | [[package]]
|
1549 | name = "rustversion"
|
1550 | version = "1.0.14"
|
1551 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1552 | checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
|
1553 |
|
1554 | [[package]]
|
1555 | name = "ryu"
|
1556 | version = "1.0.15"
|
1557 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1558 | checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
1559 |
|
1560 | [[package]]
|
1561 | name = "same-file"
|
1562 | version = "1.0.6"
|
1563 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1564 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
1565 | dependencies = [
|
1566 | "winapi-util",
|
1567 | ]
|
1568 |
|
1569 | [[package]]
|
1570 | name = "schannel"
|
1571 | version = "0.1.22"
|
1572 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1573 | checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
|
1574 | dependencies = [
|
1575 | "windows-sys",
|
1576 | ]
|
1577 |
|
1578 | [[package]]
|
1579 | name = "scopeguard"
|
1580 | version = "1.2.0"
|
1581 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1582 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
1583 |
|
1584 | [[package]]
|
1585 | name = "security-framework"
|
1586 | version = "2.9.2"
|
1587 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1588 | checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
|
1589 | dependencies = [
|
1590 | "bitflags 1.3.2",
|
1591 | "core-foundation",
|
1592 | "core-foundation-sys",
|
1593 | "libc",
|
1594 | "security-framework-sys",
|
1595 | ]
|
1596 |
|
1597 | [[package]]
|
1598 | name = "security-framework-sys"
|
1599 | version = "2.9.1"
|
1600 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1601 | checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
|
1602 | dependencies = [
|
1603 | "core-foundation-sys",
|
1604 | "libc",
|
1605 | ]
|
1606 |
|
1607 | [[package]]
|
1608 | name = "serde"
|
1609 | version = "1.0.192"
|
1610 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1611 | checksum = "bca2a08484b285dcb282d0f67b26cadc0df8b19f8c12502c13d966bf9482f001"
|
1612 | dependencies = [
|
1613 | "serde_derive",
|
1614 | ]
|
1615 |
|
1616 | [[package]]
|
1617 | name = "serde_derive"
|
1618 | version = "1.0.192"
|
1619 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1620 | checksum = "d6c7207fbec9faa48073f3e3074cbe553af6ea512d7c21ba46e434e70ea9fbc1"
|
1621 | dependencies = [
|
1622 | "proc-macro2",
|
1623 | "quote",
|
1624 | "syn 2.0.39",
|
1625 | ]
|
1626 |
|
1627 | [[package]]
|
1628 | name = "serde_json"
|
1629 | version = "1.0.108"
|
1630 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1631 | checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
|
1632 | dependencies = [
|
1633 | "indexmap",
|
1634 | "itoa",
|
1635 | "ryu",
|
1636 | "serde",
|
1637 | ]
|
1638 |
|
1639 | [[package]]
|
1640 | name = "serde_path_to_error"
|
1641 | version = "0.1.14"
|
1642 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1643 | checksum = "4beec8bce849d58d06238cb50db2e1c417cfeafa4c63f692b15c82b7c80f8335"
|
1644 | dependencies = [
|
1645 | "itoa",
|
1646 | "serde",
|
1647 | ]
|
1648 |
|
1649 | [[package]]
|
1650 | name = "serde_urlencoded"
|
1651 | version = "0.7.1"
|
1652 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1653 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
1654 | dependencies = [
|
1655 | "form_urlencoded",
|
1656 | "itoa",
|
1657 | "ryu",
|
1658 | "serde",
|
1659 | ]
|
1660 |
|
1661 | [[package]]
|
1662 | name = "sha1"
|
1663 | version = "0.10.6"
|
1664 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1665 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
1666 | dependencies = [
|
1667 | "cfg-if",
|
1668 | "cpufeatures",
|
1669 | "digest",
|
1670 | ]
|
1671 |
|
1672 | [[package]]
|
1673 | name = "sha2"
|
1674 | version = "0.10.8"
|
1675 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1676 | checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
1677 | dependencies = [
|
1678 | "cfg-if",
|
1679 | "cpufeatures",
|
1680 | "digest",
|
1681 | ]
|
1682 |
|
1683 | [[package]]
|
1684 | name = "sharded-slab"
|
1685 | version = "0.1.7"
|
1686 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1687 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
1688 | dependencies = [
|
1689 | "lazy_static",
|
1690 | ]
|
1691 |
|
1692 | [[package]]
|
1693 | name = "signal-hook-registry"
|
1694 | version = "1.4.1"
|
1695 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1696 | checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
1697 | dependencies = [
|
1698 | "libc",
|
1699 | ]
|
1700 |
|
1701 | [[package]]
|
1702 | name = "siphasher"
|
1703 | version = "0.3.11"
|
1704 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1705 | checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
1706 |
|
1707 | [[package]]
|
1708 | name = "slab"
|
1709 | version = "0.4.9"
|
1710 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1711 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
1712 | dependencies = [
|
1713 | "autocfg",
|
1714 | ]
|
1715 |
|
1716 | [[package]]
|
1717 | name = "slug"
|
1718 | version = "0.1.5"
|
1719 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1720 | checksum = "3bd94acec9c8da640005f8e135a39fc0372e74535e6b368b7a04b875f784c8c4"
|
1721 | dependencies = [
|
1722 | "deunicode",
|
1723 | "wasm-bindgen",
|
1724 | ]
|
1725 |
|
1726 | [[package]]
|
1727 | name = "smallvec"
|
1728 | version = "1.11.2"
|
1729 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1730 | checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
|
1731 |
|
1732 | [[package]]
|
1733 | name = "socket2"
|
1734 | version = "0.4.10"
|
1735 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1736 | checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
|
1737 | dependencies = [
|
1738 | "libc",
|
1739 | "winapi",
|
1740 | ]
|
1741 |
|
1742 | [[package]]
|
1743 | name = "socket2"
|
1744 | version = "0.5.5"
|
1745 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1746 | checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
|
1747 | dependencies = [
|
1748 | "libc",
|
1749 | "windows-sys",
|
1750 | ]
|
1751 |
|
1752 | [[package]]
|
1753 | name = "strsim"
|
1754 | version = "0.10.0"
|
1755 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1756 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
1757 |
|
1758 | [[package]]
|
1759 | name = "syn"
|
1760 | version = "1.0.109"
|
1761 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1762 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
1763 | dependencies = [
|
1764 | "proc-macro2",
|
1765 | "quote",
|
1766 | "unicode-ident",
|
1767 | ]
|
1768 |
|
1769 | [[package]]
|
1770 | name = "syn"
|
1771 | version = "2.0.39"
|
1772 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1773 | checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
|
1774 | dependencies = [
|
1775 | "proc-macro2",
|
1776 | "quote",
|
1777 | "unicode-ident",
|
1778 | ]
|
1779 |
|
1780 | [[package]]
|
1781 | name = "sync_wrapper"
|
1782 | version = "0.1.2"
|
1783 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1784 | checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
1785 |
|
1786 | [[package]]
|
1787 | name = "system-configuration"
|
1788 | version = "0.5.1"
|
1789 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1790 | checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
|
1791 | dependencies = [
|
1792 | "bitflags 1.3.2",
|
1793 | "core-foundation",
|
1794 | "system-configuration-sys",
|
1795 | ]
|
1796 |
|
1797 | [[package]]
|
1798 | name = "system-configuration-sys"
|
1799 | version = "0.5.0"
|
1800 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1801 | checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
|
1802 | dependencies = [
|
1803 | "core-foundation-sys",
|
1804 | "libc",
|
1805 | ]
|
1806 |
|
1807 | [[package]]
|
1808 | name = "task-local-extensions"
|
1809 | version = "0.1.4"
|
1810 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1811 | checksum = "ba323866e5d033818e3240feeb9f7db2c4296674e4d9e16b97b7bf8f490434e8"
|
1812 | dependencies = [
|
1813 | "pin-utils",
|
1814 | ]
|
1815 |
|
1816 | [[package]]
|
1817 | name = "tempfile"
|
1818 | version = "3.8.1"
|
1819 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1820 | checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
|
1821 | dependencies = [
|
1822 | "cfg-if",
|
1823 | "fastrand",
|
1824 | "redox_syscall",
|
1825 | "rustix",
|
1826 | "windows-sys",
|
1827 | ]
|
1828 |
|
1829 | [[package]]
|
1830 | name = "tera"
|
1831 | version = "1.19.1"
|
1832 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1833 | checksum = "970dff17c11e884a4a09bc76e3a17ef71e01bb13447a11e85226e254fe6d10b8"
|
1834 | dependencies = [
|
1835 | "chrono",
|
1836 | "chrono-tz",
|
1837 | "globwalk",
|
1838 | "humansize",
|
1839 | "lazy_static",
|
1840 | "percent-encoding",
|
1841 | "pest",
|
1842 | "pest_derive",
|
1843 | "rand",
|
1844 | "regex",
|
1845 | "serde",
|
1846 | "serde_json",
|
1847 | "slug",
|
1848 | "unic-segment",
|
1849 | ]
|
1850 |
|
1851 | [[package]]
|
1852 | name = "termcolor"
|
1853 | version = "1.4.0"
|
1854 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1855 | checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449"
|
1856 | dependencies = [
|
1857 | "winapi-util",
|
1858 | ]
|
1859 |
|
1860 | [[package]]
|
1861 | name = "thiserror"
|
1862 | version = "1.0.50"
|
1863 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1864 | checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
|
1865 | dependencies = [
|
1866 | "thiserror-impl",
|
1867 | ]
|
1868 |
|
1869 | [[package]]
|
1870 | name = "thiserror-impl"
|
1871 | version = "1.0.50"
|
1872 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1873 | checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
|
1874 | dependencies = [
|
1875 | "proc-macro2",
|
1876 | "quote",
|
1877 | "syn 2.0.39",
|
1878 | ]
|
1879 |
|
1880 | [[package]]
|
1881 | name = "thread_local"
|
1882 | version = "1.1.7"
|
1883 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1884 | checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
1885 | dependencies = [
|
1886 | "cfg-if",
|
1887 | "once_cell",
|
1888 | ]
|
1889 |
|
1890 | [[package]]
|
1891 | name = "tinyvec"
|
1892 | version = "1.6.0"
|
1893 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1894 | checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
1895 | dependencies = [
|
1896 | "tinyvec_macros",
|
1897 | ]
|
1898 |
|
1899 | [[package]]
|
1900 | name = "tinyvec_macros"
|
1901 | version = "0.1.1"
|
1902 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1903 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
1904 |
|
1905 | [[package]]
|
1906 | name = "tokio"
|
1907 | version = "1.34.0"
|
1908 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1909 | checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9"
|
1910 | dependencies = [
|
1911 | "backtrace",
|
1912 | "bytes",
|
1913 | "libc",
|
1914 | "mio",
|
1915 | "num_cpus",
|
1916 | "parking_lot",
|
1917 | "pin-project-lite",
|
1918 | "signal-hook-registry",
|
1919 | "socket2 0.5.5",
|
1920 | "tokio-macros",
|
1921 | "windows-sys",
|
1922 | ]
|
1923 |
|
1924 | [[package]]
|
1925 | name = "tokio-macros"
|
1926 | version = "2.2.0"
|
1927 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1928 | checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
|
1929 | dependencies = [
|
1930 | "proc-macro2",
|
1931 | "quote",
|
1932 | "syn 2.0.39",
|
1933 | ]
|
1934 |
|
1935 | [[package]]
|
1936 | name = "tokio-native-tls"
|
1937 | version = "0.3.1"
|
1938 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1939 | checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
1940 | dependencies = [
|
1941 | "native-tls",
|
1942 | "tokio",
|
1943 | ]
|
1944 |
|
1945 | [[package]]
|
1946 | name = "tokio-util"
|
1947 | version = "0.7.10"
|
1948 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1949 | checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
|
1950 | dependencies = [
|
1951 | "bytes",
|
1952 | "futures-core",
|
1953 | "futures-sink",
|
1954 | "pin-project-lite",
|
1955 | "tokio",
|
1956 | "tracing",
|
1957 | ]
|
1958 |
|
1959 | [[package]]
|
1960 | name = "tower"
|
1961 | version = "0.4.13"
|
1962 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1963 | checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
1964 | dependencies = [
|
1965 | "futures-core",
|
1966 | "futures-util",
|
1967 | "pin-project",
|
1968 | "pin-project-lite",
|
1969 | "tokio",
|
1970 | "tower-layer",
|
1971 | "tower-service",
|
1972 | "tracing",
|
1973 | ]
|
1974 |
|
1975 | [[package]]
|
1976 | name = "tower-layer"
|
1977 | version = "0.3.2"
|
1978 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1979 | checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
|
1980 |
|
1981 | [[package]]
|
1982 | name = "tower-service"
|
1983 | version = "0.3.2"
|
1984 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1985 | checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
1986 |
|
1987 | [[package]]
|
1988 | name = "tracing"
|
1989 | version = "0.1.40"
|
1990 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1991 | checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
1992 | dependencies = [
|
1993 | "log",
|
1994 | "pin-project-lite",
|
1995 | "tracing-attributes",
|
1996 | "tracing-core",
|
1997 | ]
|
1998 |
|
1999 | [[package]]
|
2000 | name = "tracing-attributes"
|
2001 | version = "0.1.27"
|
2002 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2003 | checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2004 | dependencies = [
|
2005 | "proc-macro2",
|
2006 | "quote",
|
2007 | "syn 2.0.39",
|
2008 | ]
|
2009 |
|
2010 | [[package]]
|
2011 | name = "tracing-core"
|
2012 | version = "0.1.32"
|
2013 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014 | checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2015 | dependencies = [
|
2016 | "once_cell",
|
2017 | "valuable",
|
2018 | ]
|
2019 |
|
2020 | [[package]]
|
2021 | name = "tracing-log"
|
2022 | version = "0.2.0"
|
2023 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
2025 | dependencies = [
|
2026 | "log",
|
2027 | "once_cell",
|
2028 | "tracing-core",
|
2029 | ]
|
2030 |
|
2031 | [[package]]
|
2032 | name = "tracing-subscriber"
|
2033 | version = "0.3.18"
|
2034 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2035 | checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
2036 | dependencies = [
|
2037 | "nu-ansi-term",
|
2038 | "sharded-slab",
|
2039 | "smallvec",
|
2040 | "thread_local",
|
2041 | "tracing-core",
|
2042 | "tracing-log",
|
2043 | ]
|
2044 |
|
2045 | [[package]]
|
2046 | name = "try-lock"
|
2047 | version = "0.2.4"
|
2048 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2049 | checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2050 |
|
2051 | [[package]]
|
2052 | name = "typenum"
|
2053 | version = "1.17.0"
|
2054 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2055 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2056 |
|
2057 | [[package]]
|
2058 | name = "ucd-trie"
|
2059 | version = "0.1.6"
|
2060 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2061 | checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
|
2062 |
|
2063 | [[package]]
|
2064 | name = "unic-char-property"
|
2065 | version = "0.9.0"
|
2066 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2067 | checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
|
2068 | dependencies = [
|
2069 | "unic-char-range",
|
2070 | ]
|
2071 |
|
2072 | [[package]]
|
2073 | name = "unic-char-range"
|
2074 | version = "0.9.0"
|
2075 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2076 | checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
|
2077 |
|
2078 | [[package]]
|
2079 | name = "unic-common"
|
2080 | version = "0.9.0"
|
2081 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2082 | checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
|
2083 |
|
2084 | [[package]]
|
2085 | name = "unic-segment"
|
2086 | version = "0.9.0"
|
2087 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2088 | checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23"
|
2089 | dependencies = [
|
2090 | "unic-ucd-segment",
|
2091 | ]
|
2092 |
|
2093 | [[package]]
|
2094 | name = "unic-ucd-segment"
|
2095 | version = "0.9.0"
|
2096 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2097 | checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700"
|
2098 | dependencies = [
|
2099 | "unic-char-property",
|
2100 | "unic-char-range",
|
2101 | "unic-ucd-version",
|
2102 | ]
|
2103 |
|
2104 | [[package]]
|
2105 | name = "unic-ucd-version"
|
2106 | version = "0.9.0"
|
2107 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2108 | checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
|
2109 | dependencies = [
|
2110 | "unic-common",
|
2111 | ]
|
2112 |
|
2113 | [[package]]
|
2114 | name = "unicase"
|
2115 | version = "2.7.0"
|
2116 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2117 | checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2118 | dependencies = [
|
2119 | "version_check",
|
2120 | ]
|
2121 |
|
2122 | [[package]]
|
2123 | name = "unicode-bidi"
|
2124 | version = "0.3.13"
|
2125 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2126 | checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2127 |
|
2128 | [[package]]
|
2129 | name = "unicode-ident"
|
2130 | version = "1.0.12"
|
2131 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2132 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2133 |
|
2134 | [[package]]
|
2135 | name = "unicode-normalization"
|
2136 | version = "0.1.22"
|
2137 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2138 | checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2139 | dependencies = [
|
2140 | "tinyvec",
|
2141 | ]
|
2142 |
|
2143 | [[package]]
|
2144 | name = "url"
|
2145 | version = "2.4.1"
|
2146 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2147 | checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
|
2148 | dependencies = [
|
2149 | "form_urlencoded",
|
2150 | "idna",
|
2151 | "percent-encoding",
|
2152 | "serde",
|
2153 | ]
|
2154 |
|
2155 | [[package]]
|
2156 | name = "utf8parse"
|
2157 | version = "0.2.1"
|
2158 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2159 | checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
2160 |
|
2161 | [[package]]
|
2162 | name = "valuable"
|
2163 | version = "0.1.0"
|
2164 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2165 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
2166 |
|
2167 | [[package]]
|
2168 | name = "vcpkg"
|
2169 | version = "0.2.15"
|
2170 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2171 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2172 |
|
2173 | [[package]]
|
2174 | name = "version_check"
|
2175 | version = "0.9.4"
|
2176 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2177 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2178 |
|
2179 | [[package]]
|
2180 | name = "walkdir"
|
2181 | version = "2.4.0"
|
2182 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2183 | checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
2184 | dependencies = [
|
2185 | "same-file",
|
2186 | "winapi-util",
|
2187 | ]
|
2188 |
|
2189 | [[package]]
|
2190 | name = "want"
|
2191 | version = "0.3.1"
|
2192 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2193 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2194 | dependencies = [
|
2195 | "try-lock",
|
2196 | ]
|
2197 |
|
2198 | [[package]]
|
2199 | name = "wasi"
|
2200 | version = "0.11.0+wasi-snapshot-preview1"
|
2201 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2202 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2203 |
|
2204 | [[package]]
|
2205 | name = "wasm-bindgen"
|
2206 | version = "0.2.88"
|
2207 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2208 | checksum = "7daec296f25a1bae309c0cd5c29c4b260e510e6d813c286b19eaadf409d40fce"
|
2209 | dependencies = [
|
2210 | "cfg-if",
|
2211 | "wasm-bindgen-macro",
|
2212 | ]
|
2213 |
|
2214 | [[package]]
|
2215 | name = "wasm-bindgen-backend"
|
2216 | version = "0.2.88"
|
2217 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2218 | checksum = "e397f4664c0e4e428e8313a469aaa58310d302159845980fd23b0f22a847f217"
|
2219 | dependencies = [
|
2220 | "bumpalo",
|
2221 | "log",
|
2222 | "once_cell",
|
2223 | "proc-macro2",
|
2224 | "quote",
|
2225 | "syn 2.0.39",
|
2226 | "wasm-bindgen-shared",
|
2227 | ]
|
2228 |
|
2229 | [[package]]
|
2230 | name = "wasm-bindgen-futures"
|
2231 | version = "0.4.38"
|
2232 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2233 | checksum = "9afec9963e3d0994cac82455b2b3502b81a7f40f9a0d32181f7528d9f4b43e02"
|
2234 | dependencies = [
|
2235 | "cfg-if",
|
2236 | "js-sys",
|
2237 | "wasm-bindgen",
|
2238 | "web-sys",
|
2239 | ]
|
2240 |
|
2241 | [[package]]
|
2242 | name = "wasm-bindgen-macro"
|
2243 | version = "0.2.88"
|
2244 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2245 | checksum = "5961017b3b08ad5f3fe39f1e79877f8ee7c23c5e5fd5eb80de95abc41f1f16b2"
|
2246 | dependencies = [
|
2247 | "quote",
|
2248 | "wasm-bindgen-macro-support",
|
2249 | ]
|
2250 |
|
2251 | [[package]]
|
2252 | name = "wasm-bindgen-macro-support"
|
2253 | version = "0.2.88"
|
2254 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2255 | checksum = "c5353b8dab669f5e10f5bd76df26a9360c748f054f862ff5f3f8aae0c7fb3907"
|
2256 | dependencies = [
|
2257 | "proc-macro2",
|
2258 | "quote",
|
2259 | "syn 2.0.39",
|
2260 | "wasm-bindgen-backend",
|
2261 | "wasm-bindgen-shared",
|
2262 | ]
|
2263 |
|
2264 | [[package]]
|
2265 | name = "wasm-bindgen-shared"
|
2266 | version = "0.2.88"
|
2267 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2268 | checksum = "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b"
|
2269 |
|
2270 | [[package]]
|
2271 | name = "wasm-streams"
|
2272 | version = "0.3.0"
|
2273 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2274 | checksum = "b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7"
|
2275 | dependencies = [
|
2276 | "futures-util",
|
2277 | "js-sys",
|
2278 | "wasm-bindgen",
|
2279 | "wasm-bindgen-futures",
|
2280 | "web-sys",
|
2281 | ]
|
2282 |
|
2283 | [[package]]
|
2284 | name = "web-sys"
|
2285 | version = "0.3.65"
|
2286 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2287 | checksum = "5db499c5f66323272151db0e666cd34f78617522fb0c1604d31a27c50c206a85"
|
2288 | dependencies = [
|
2289 | "js-sys",
|
2290 | "wasm-bindgen",
|
2291 | ]
|
2292 |
|
2293 | [[package]]
|
2294 | name = "winapi"
|
2295 | version = "0.3.9"
|
2296 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2297 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2298 | dependencies = [
|
2299 | "winapi-i686-pc-windows-gnu",
|
2300 | "winapi-x86_64-pc-windows-gnu",
|
2301 | ]
|
2302 |
|
2303 | [[package]]
|
2304 | name = "winapi-i686-pc-windows-gnu"
|
2305 | version = "0.4.0"
|
2306 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2307 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2308 |
|
2309 | [[package]]
|
2310 | name = "winapi-util"
|
2311 | version = "0.1.6"
|
2312 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2313 | checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
2314 | dependencies = [
|
2315 | "winapi",
|
2316 | ]
|
2317 |
|
2318 | [[package]]
|
2319 | name = "winapi-x86_64-pc-windows-gnu"
|
2320 | version = "0.4.0"
|
2321 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2322 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2323 |
|
2324 | [[package]]
|
2325 | name = "windows-core"
|
2326 | version = "0.51.1"
|
2327 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2328 | checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
|
2329 | dependencies = [
|
2330 | "windows-targets",
|
2331 | ]
|
2332 |
|
2333 | [[package]]
|
2334 | name = "windows-sys"
|
2335 | version = "0.48.0"
|
2336 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2337 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2338 | dependencies = [
|
2339 | "windows-targets",
|
2340 | ]
|
2341 |
|
2342 | [[package]]
|
2343 | name = "windows-targets"
|
2344 | version = "0.48.5"
|
2345 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2346 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2347 | dependencies = [
|
2348 | "windows_aarch64_gnullvm",
|
2349 | "windows_aarch64_msvc",
|
2350 | "windows_i686_gnu",
|
2351 | "windows_i686_msvc",
|
2352 | "windows_x86_64_gnu",
|
2353 | "windows_x86_64_gnullvm",
|
2354 | "windows_x86_64_msvc",
|
2355 | ]
|
2356 |
|
2357 | [[package]]
|
2358 | name = "windows_aarch64_gnullvm"
|
2359 | version = "0.48.5"
|
2360 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2361 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2362 |
|
2363 | [[package]]
|
2364 | name = "windows_aarch64_msvc"
|
2365 | version = "0.48.5"
|
2366 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2367 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2368 |
|
2369 | [[package]]
|
2370 | name = "windows_i686_gnu"
|
2371 | version = "0.48.5"
|
2372 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2373 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2374 |
|
2375 | [[package]]
|
2376 | name = "windows_i686_msvc"
|
2377 | version = "0.48.5"
|
2378 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2379 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2380 |
|
2381 | [[package]]
|
2382 | name = "windows_x86_64_gnu"
|
2383 | version = "0.48.5"
|
2384 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2385 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2386 |
|
2387 | [[package]]
|
2388 | name = "windows_x86_64_gnullvm"
|
2389 | version = "0.48.5"
|
2390 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2391 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2392 |
|
2393 | [[package]]
|
2394 | name = "windows_x86_64_msvc"
|
2395 | version = "0.48.5"
|
2396 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2397 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2398 |
|
2399 | [[package]]
|
2400 | name = "winreg"
|
2401 | version = "0.50.0"
|
2402 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2403 | checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
2404 | dependencies = [
|
2405 | "cfg-if",
|
2406 | "windows-sys",
|
2407 | ]
|