Changes
parent: tbd commit: 0b2a26d
1 | # This file is automatically @generated by Cargo. |
2 | # It is not intended for manual editing. |
3 | version = 3 |
4 | |
5 | [[package]] |
6 | name = "addr2line" |
7 | version = "0.21.0" |
8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
9 | checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" |
10 | dependencies = [ |
11 | "gimli", |
12 | ] |
13 | |
14 | [[package]] |
15 | name = "adler" |
16 | version = "1.0.2" |
17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
18 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
19 | |
20 | [[package]] |
21 | name = "ahash" |
22 | version = "0.8.3" |
23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
24 | checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" |
25 | dependencies = [ |
26 | "cfg-if", |
27 | "getrandom", |
28 | "once_cell", |
29 | "version_check", |
30 | ] |
31 | |
32 | [[package]] |
33 | name = "allocator-api2" |
34 | version = "0.2.16" |
35 | source = "registry+https://github.com/rust-lang/crates.io-index" |
36 | checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" |
37 | |
38 | [[package]] |
39 | name = "android-tzdata" |
40 | version = "0.1.1" |
41 | source = "registry+https://github.com/rust-lang/crates.io-index" |
42 | checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
43 | |
44 | [[package]] |
45 | name = "android_system_properties" |
46 | version = "0.1.5" |
47 | source = "registry+https://github.com/rust-lang/crates.io-index" |
48 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
49 | dependencies = [ |
50 | "libc", |
51 | ] |
52 | |
53 | [[package]] |
54 | name = "anyhow" |
55 | version = "1.0.75" |
56 | source = "registry+https://github.com/rust-lang/crates.io-index" |
57 | checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" |
58 | |
59 | [[package]] |
60 | name = "async-trait" |
61 | version = "0.1.73" |
62 | source = "registry+https://github.com/rust-lang/crates.io-index" |
63 | checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" |
64 | dependencies = [ |
65 | "proc-macro2", |
66 | "quote", |
67 | "syn 2.0.29", |
68 | ] |
69 | |
70 | [[package]] |
71 | name = "atoi" |
72 | version = "2.0.0" |
73 | source = "registry+https://github.com/rust-lang/crates.io-index" |
74 | checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" |
75 | dependencies = [ |
76 | "num-traits", |
77 | ] |
78 | |
79 | [[package]] |
80 | name = "autocfg" |
81 | version = "1.1.0" |
82 | source = "registry+https://github.com/rust-lang/crates.io-index" |
83 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
84 | |
85 | [[package]] |
86 | name = "backtrace" |
87 | version = "0.3.69" |
88 | source = "registry+https://github.com/rust-lang/crates.io-index" |
89 | checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" |
90 | dependencies = [ |
91 | "addr2line", |
92 | "cc", |
93 | "cfg-if", |
94 | "libc", |
95 | "miniz_oxide", |
96 | "object", |
97 | "rustc-demangle", |
98 | ] |
99 | |
100 | [[package]] |
101 | name = "base64" |
102 | version = "0.13.1" |
103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
104 | checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" |
105 | |
106 | [[package]] |
107 | name = "base64" |
108 | version = "0.21.3" |
109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
110 | checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53" |
111 | |
112 | [[package]] |
113 | name = "base64ct" |
114 | version = "1.6.0" |
115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
116 | checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" |
117 | |
118 | [[package]] |
119 | name = "bitflags" |
120 | version = "1.3.2" |
121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
122 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
123 | |
124 | [[package]] |
125 | name = "bitflags" |
126 | version = "2.4.0" |
127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
128 | checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" |
129 | dependencies = [ |
130 | "serde", |
131 | ] |
132 | |
133 | [[package]] |
134 | name = "block-buffer" |
135 | version = "0.10.4" |
136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
137 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
138 | dependencies = [ |
139 | "generic-array", |
140 | ] |
141 | |
142 | [[package]] |
143 | name = "bumpalo" |
144 | version = "3.13.0" |
145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
146 | checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" |
147 | |
148 | [[package]] |
149 | name = "byteorder" |
150 | version = "1.4.3" |
151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
152 | checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
153 | |
154 | [[package]] |
155 | name = "bytes" |
156 | version = "1.4.0" |
157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
158 | checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" |
159 | |
160 | [[package]] |
161 | name = "cc" |
162 | version = "1.0.83" |
163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
164 | checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" |
165 | dependencies = [ |
166 | "jobserver", |
167 | "libc", |
168 | ] |
169 | |
170 | [[package]] |
171 | name = "cfg-if" |
172 | version = "1.0.0" |
173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
174 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
175 | |
176 | [[package]] |
177 | name = "chrono" |
178 | version = "0.4.26" |
179 | source = "registry+https://github.com/rust-lang/crates.io-index" |
180 | checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" |
181 | dependencies = [ |
182 | "android-tzdata", |
183 | "iana-time-zone", |
184 | "js-sys", |
185 | "num-traits", |
186 | "serde", |
187 | "time 0.1.45", |
188 | "wasm-bindgen", |
189 | "winapi", |
190 | ] |
191 | |
192 | [[package]] |
193 | name = "const-oid" |
194 | version = "0.9.5" |
195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
196 | checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f" |
197 | |
198 | [[package]] |
199 | name = "core-foundation" |
200 | version = "0.9.3" |
201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
202 | checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" |
203 | dependencies = [ |
204 | "core-foundation-sys", |
205 | "libc", |
206 | ] |
207 | |
208 | [[package]] |
209 | name = "core-foundation-sys" |
210 | version = "0.8.4" |
211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
212 | checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" |
213 | |
214 | [[package]] |
215 | name = "cpufeatures" |
216 | version = "0.2.9" |
217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
218 | checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" |
219 | dependencies = [ |
220 | "libc", |
221 | ] |
222 | |
223 | [[package]] |
224 | name = "crc" |
225 | version = "3.0.1" |
226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
227 | checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe" |
228 | dependencies = [ |
229 | "crc-catalog", |
230 | ] |
231 | |
232 | [[package]] |
233 | name = "crc-catalog" |
234 | version = "2.2.0" |
235 | source = "registry+https://github.com/rust-lang/crates.io-index" |
236 | checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484" |
237 | |
238 | [[package]] |
239 | name = "crossbeam-queue" |
240 | version = "0.3.8" |
241 | source = "registry+https://github.com/rust-lang/crates.io-index" |
242 | checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add" |
243 | dependencies = [ |
244 | "cfg-if", |
245 | "crossbeam-utils", |
246 | ] |
247 | |
248 | [[package]] |
249 | name = "crossbeam-utils" |
250 | version = "0.8.16" |
251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
252 | checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" |
253 | dependencies = [ |
254 | "cfg-if", |
255 | ] |
256 | |
257 | [[package]] |
258 | name = "crypto-common" |
259 | version = "0.1.6" |
260 | source = "registry+https://github.com/rust-lang/crates.io-index" |
261 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
262 | dependencies = [ |
263 | "generic-array", |
264 | "typenum", |
265 | ] |
266 | |
267 | [[package]] |
268 | name = "data-encoding" |
269 | version = "2.4.0" |
270 | source = "registry+https://github.com/rust-lang/crates.io-index" |
271 | checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" |
272 | |
273 | [[package]] |
274 | name = "der" |
275 | version = "0.7.8" |
276 | source = "registry+https://github.com/rust-lang/crates.io-index" |
277 | checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" |
278 | dependencies = [ |
279 | "const-oid", |
280 | "pem-rfc7468", |
281 | "zeroize", |
282 | ] |
283 | |
284 | [[package]] |
285 | name = "deranged" |
286 | version = "0.3.8" |
287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
288 | checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946" |
289 | |
290 | [[package]] |
291 | name = "digest" |
292 | version = "0.10.7" |
293 | source = "registry+https://github.com/rust-lang/crates.io-index" |
294 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
295 | dependencies = [ |
296 | "block-buffer", |
297 | "const-oid", |
298 | "crypto-common", |
299 | "subtle", |
300 | ] |
301 | |
302 | [[package]] |
303 | name = "dotenvy" |
304 | version = "0.15.7" |
305 | source = "registry+https://github.com/rust-lang/crates.io-index" |
306 | checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" |
307 | |
308 | [[package]] |
309 | name = "either" |
310 | version = "1.9.0" |
311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
312 | checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" |
313 | dependencies = [ |
314 | "serde", |
315 | ] |
316 | |
317 | [[package]] |
318 | name = "equivalent" |
319 | version = "1.0.1" |
320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
321 | checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
322 | |
323 | [[package]] |
324 | name = "errno" |
325 | version = "0.3.2" |
326 | source = "registry+https://github.com/rust-lang/crates.io-index" |
327 | checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f" |
328 | dependencies = [ |
329 | "errno-dragonfly", |
330 | "libc", |
331 | "windows-sys", |
332 | ] |
333 | |
334 | [[package]] |
335 | name = "errno-dragonfly" |
336 | version = "0.1.2" |
337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
338 | checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" |
339 | dependencies = [ |
340 | "cc", |
341 | "libc", |
342 | ] |
343 | |
344 | [[package]] |
345 | name = "etcetera" |
346 | version = "0.8.0" |
347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
348 | checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" |
349 | dependencies = [ |
350 | "cfg-if", |
351 | "home", |
352 | "windows-sys", |
353 | ] |
354 | |
355 | [[package]] |
356 | name = "event-listener" |
357 | version = "2.5.3" |
358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
359 | checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" |
360 | |
361 | [[package]] |
362 | name = "fastrand" |
363 | version = "2.0.0" |
364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
365 | checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" |
366 | |
367 | [[package]] |
368 | name = "flume" |
369 | version = "0.10.14" |
370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
371 | checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577" |
372 | dependencies = [ |
373 | "futures-core", |
374 | "futures-sink", |
375 | "pin-project", |
376 | "spin 0.9.8", |
377 | ] |
378 | |
379 | [[package]] |
380 | name = "fnv" |
381 | version = "1.0.7" |
382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
383 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
384 | |
385 | [[package]] |
386 | name = "foreign-types" |
387 | version = "0.3.2" |
388 | source = "registry+https://github.com/rust-lang/crates.io-index" |
389 | checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
390 | dependencies = [ |
391 | "foreign-types-shared", |
392 | ] |
393 | |
394 | [[package]] |
395 | name = "foreign-types-shared" |
396 | version = "0.1.1" |
397 | source = "registry+https://github.com/rust-lang/crates.io-index" |
398 | checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
399 | |
400 | [[package]] |
401 | name = "form_urlencoded" |
402 | version = "1.2.0" |
403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
404 | checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" |
405 | dependencies = [ |
406 | "percent-encoding", |
407 | ] |
408 | |
409 | [[package]] |
410 | name = "futures-channel" |
411 | version = "0.3.28" |
412 | source = "registry+https://github.com/rust-lang/crates.io-index" |
413 | checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" |
414 | dependencies = [ |
415 | "futures-core", |
416 | "futures-sink", |
417 | ] |
418 | |
419 | [[package]] |
420 | name = "futures-core" |
421 | version = "0.3.28" |
422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
423 | checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" |
424 | |
425 | [[package]] |
426 | name = "futures-executor" |
427 | version = "0.3.28" |
428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
429 | checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" |
430 | dependencies = [ |
431 | "futures-core", |
432 | "futures-task", |
433 | "futures-util", |
434 | ] |
435 | |
436 | [[package]] |
437 | name = "futures-intrusive" |
438 | version = "0.5.0" |
439 | source = "registry+https://github.com/rust-lang/crates.io-index" |
440 | checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" |
441 | dependencies = [ |
442 | "futures-core", |
443 | "lock_api", |
444 | "parking_lot", |
445 | ] |
446 | |
447 | [[package]] |
448 | name = "futures-io" |
449 | version = "0.3.28" |
450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
451 | checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" |
452 | |
453 | [[package]] |
454 | name = "futures-macro" |
455 | version = "0.3.28" |
456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
457 | checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" |
458 | dependencies = [ |
459 | "proc-macro2", |
460 | "quote", |
461 | "syn 2.0.29", |
462 | ] |
463 | |
464 | [[package]] |
465 | name = "futures-sink" |
466 | version = "0.3.28" |
467 | source = "registry+https://github.com/rust-lang/crates.io-index" |
468 | checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" |
469 | |
470 | [[package]] |
471 | name = "futures-task" |
472 | version = "0.3.28" |
473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
474 | checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" |
475 | |
476 | [[package]] |
477 | name = "futures-util" |
478 | version = "0.3.28" |
479 | source = "registry+https://github.com/rust-lang/crates.io-index" |
480 | checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" |
481 | dependencies = [ |
482 | "futures-core", |
483 | "futures-io", |
484 | "futures-macro", |
485 | "futures-sink", |
486 | "futures-task", |
487 | "memchr", |
488 | "pin-project-lite", |
489 | "pin-utils", |
490 | "slab", |
491 | ] |
492 | |
493 | [[package]] |
494 | name = "generic-array" |
495 | version = "0.14.7" |
496 | source = "registry+https://github.com/rust-lang/crates.io-index" |
497 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
498 | dependencies = [ |
499 | "typenum", |
500 | "version_check", |
501 | ] |
502 | |
503 | [[package]] |
504 | name = "getrandom" |
505 | version = "0.2.10" |
506 | source = "registry+https://github.com/rust-lang/crates.io-index" |
507 | checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" |
508 | dependencies = [ |
509 | "cfg-if", |
510 | "libc", |
511 | "wasi 0.11.0+wasi-snapshot-preview1", |
512 | ] |
513 | |
514 | [[package]] |
515 | name = "gimli" |
516 | version = "0.28.0" |
517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
518 | checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" |
519 | |
520 | [[package]] |
521 | name = "git2" |
522 | version = "0.17.2" |
523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
524 | checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044" |
525 | dependencies = [ |
526 | "bitflags 1.3.2", |
527 | "libc", |
528 | "libgit2-sys", |
529 | "log", |
530 | "openssl-probe", |
531 | "openssl-sys", |
532 | "url", |
533 | ] |
534 | |
535 | [[package]] |
536 | name = "giterated-daemon" |
537 | version = "0.1.0" |
538 | dependencies = [ |
539 | "anyhow", |
540 | "async-trait", |
541 | "chrono", |
542 | "futures-util", |
543 | "git2", |
544 | "jsonwebtoken", |
545 | "log", |
546 | "serde", |
547 | "serde_json", |
548 | "sqlx", |
549 | "thiserror", |
550 | "tokio", |
551 | "tokio-tungstenite", |
552 | "toml", |
553 | "tracing", |
554 | "tracing-subscriber", |
555 | ] |
556 | |
557 | [[package]] |
558 | name = "hashbrown" |
559 | version = "0.14.0" |
560 | source = "registry+https://github.com/rust-lang/crates.io-index" |
561 | checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" |
562 | dependencies = [ |
563 | "ahash", |
564 | "allocator-api2", |
565 | ] |
566 | |
567 | [[package]] |
568 | name = "hashlink" |
569 | version = "0.8.3" |
570 | source = "registry+https://github.com/rust-lang/crates.io-index" |
571 | checksum = "312f66718a2d7789ffef4f4b7b213138ed9f1eb3aa1d0d82fc99f88fb3ffd26f" |
572 | dependencies = [ |
573 | "hashbrown", |
574 | ] |
575 | |
576 | [[package]] |
577 | name = "heck" |
578 | version = "0.4.1" |
579 | source = "registry+https://github.com/rust-lang/crates.io-index" |
580 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
581 | dependencies = [ |
582 | "unicode-segmentation", |
583 | ] |
584 | |
585 | [[package]] |
586 | name = "hermit-abi" |
587 | version = "0.3.2" |
588 | source = "registry+https://github.com/rust-lang/crates.io-index" |
589 | checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" |
590 | |
591 | [[package]] |
592 | name = "hex" |
593 | version = "0.4.3" |
594 | source = "registry+https://github.com/rust-lang/crates.io-index" |
595 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
596 | |
597 | [[package]] |
598 | name = "hkdf" |
599 | version = "0.12.3" |
600 | source = "registry+https://github.com/rust-lang/crates.io-index" |
601 | checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" |
602 | dependencies = [ |
603 | "hmac", |
604 | ] |
605 | |
606 | [[package]] |
607 | name = "hmac" |
608 | version = "0.12.1" |
609 | source = "registry+https://github.com/rust-lang/crates.io-index" |
610 | checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
611 | dependencies = [ |
612 | "digest", |
613 | ] |
614 | |
615 | [[package]] |
616 | name = "home" |
617 | version = "0.5.5" |
618 | source = "registry+https://github.com/rust-lang/crates.io-index" |
619 | checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" |
620 | dependencies = [ |
621 | "windows-sys", |
622 | ] |
623 | |
624 | [[package]] |
625 | name = "http" |
626 | version = "0.2.9" |
627 | source = "registry+https://github.com/rust-lang/crates.io-index" |
628 | checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" |
629 | dependencies = [ |
630 | "bytes", |
631 | "fnv", |
632 | "itoa", |
633 | ] |
634 | |
635 | [[package]] |
636 | name = "httparse" |
637 | version = "1.8.0" |
638 | source = "registry+https://github.com/rust-lang/crates.io-index" |
639 | checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" |
640 | |
641 | [[package]] |
642 | name = "iana-time-zone" |
643 | version = "0.1.57" |
644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
645 | checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" |
646 | dependencies = [ |
647 | "android_system_properties", |
648 | "core-foundation-sys", |
649 | "iana-time-zone-haiku", |
650 | "js-sys", |
651 | "wasm-bindgen", |
652 | "windows", |
653 | ] |
654 | |
655 | [[package]] |
656 | name = "iana-time-zone-haiku" |
657 | version = "0.1.2" |
658 | source = "registry+https://github.com/rust-lang/crates.io-index" |
659 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
660 | dependencies = [ |
661 | "cc", |
662 | ] |
663 | |
664 | [[package]] |
665 | name = "idna" |
666 | version = "0.4.0" |
667 | source = "registry+https://github.com/rust-lang/crates.io-index" |
668 | checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" |
669 | dependencies = [ |
670 | "unicode-bidi", |
671 | "unicode-normalization", |
672 | ] |
673 | |
674 | [[package]] |
675 | name = "indexmap" |
676 | version = "2.0.0" |
677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
678 | checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" |
679 | dependencies = [ |
680 | "equivalent", |
681 | "hashbrown", |
682 | ] |
683 | |
684 | [[package]] |
685 | name = "itertools" |
686 | version = "0.10.5" |
687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
688 | checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
689 | dependencies = [ |
690 | "either", |
691 | ] |
692 | |
693 | [[package]] |
694 | name = "itoa" |
695 | version = "1.0.9" |
696 | source = "registry+https://github.com/rust-lang/crates.io-index" |
697 | checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" |
698 | |
699 | [[package]] |
700 | name = "jobserver" |
701 | version = "0.1.26" |
702 | source = "registry+https://github.com/rust-lang/crates.io-index" |
703 | checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" |
704 | dependencies = [ |
705 | "libc", |
706 | ] |
707 | |
708 | [[package]] |
709 | name = "js-sys" |
710 | version = "0.3.64" |
711 | source = "registry+https://github.com/rust-lang/crates.io-index" |
712 | checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" |
713 | dependencies = [ |
714 | "wasm-bindgen", |
715 | ] |
716 | |
717 | [[package]] |
718 | name = "jsonwebtoken" |
719 | version = "8.3.0" |
720 | source = "registry+https://github.com/rust-lang/crates.io-index" |
721 | checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378" |
722 | dependencies = [ |
723 | "base64 0.21.3", |
724 | "pem", |
725 | "ring", |
726 | "serde", |
727 | "serde_json", |
728 | "simple_asn1", |
729 | ] |
730 | |
731 | [[package]] |
732 | name = "lazy_static" |
733 | version = "1.4.0" |
734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
735 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
736 | dependencies = [ |
737 | "spin 0.5.2", |
738 | ] |
739 | |
740 | [[package]] |
741 | name = "libc" |
742 | version = "0.2.147" |
743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
744 | checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" |
745 | |
746 | [[package]] |
747 | name = "libgit2-sys" |
748 | version = "0.15.2+1.6.4" |
749 | source = "registry+https://github.com/rust-lang/crates.io-index" |
750 | checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa" |
751 | dependencies = [ |
752 | "cc", |
753 | "libc", |
754 | "libssh2-sys", |
755 | "libz-sys", |
756 | "openssl-sys", |
757 | "pkg-config", |
758 | ] |
759 | |
760 | [[package]] |
761 | name = "libm" |
762 | version = "0.2.7" |
763 | source = "registry+https://github.com/rust-lang/crates.io-index" |
764 | checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" |
765 | |
766 | [[package]] |
767 | name = "libsqlite3-sys" |
768 | version = "0.26.0" |
769 | source = "registry+https://github.com/rust-lang/crates.io-index" |
770 | checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326" |
771 | dependencies = [ |
772 | "cc", |
773 | "pkg-config", |
774 | "vcpkg", |
775 | ] |
776 | |
777 | [[package]] |
778 | name = "libssh2-sys" |
779 | version = "0.3.0" |
780 | source = "registry+https://github.com/rust-lang/crates.io-index" |
781 | checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee" |
782 | dependencies = [ |
783 | "cc", |
784 | "libc", |
785 | "libz-sys", |
786 | "openssl-sys", |
787 | "pkg-config", |
788 | "vcpkg", |
789 | ] |
790 | |
791 | [[package]] |
792 | name = "libz-sys" |
793 | version = "1.1.12" |
794 | source = "registry+https://github.com/rust-lang/crates.io-index" |
795 | checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b" |
796 | dependencies = [ |
797 | "cc", |
798 | "libc", |
799 | "pkg-config", |
800 | "vcpkg", |
801 | ] |
802 | |
803 | [[package]] |
804 | name = "linux-raw-sys" |
805 | version = "0.4.5" |
806 | source = "registry+https://github.com/rust-lang/crates.io-index" |
807 | checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" |
808 | |
809 | [[package]] |
810 | name = "lock_api" |
811 | version = "0.4.9" |
812 | source = "registry+https://github.com/rust-lang/crates.io-index" |
813 | checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" |
814 | dependencies = [ |
815 | "autocfg", |
816 | "scopeguard", |
817 | ] |
818 | |
819 | [[package]] |
820 | name = "log" |
821 | version = "0.4.20" |
822 | source = "registry+https://github.com/rust-lang/crates.io-index" |
823 | checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" |
824 | |
825 | [[package]] |
826 | name = "md-5" |
827 | version = "0.10.5" |
828 | source = "registry+https://github.com/rust-lang/crates.io-index" |
829 | checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca" |
830 | dependencies = [ |
831 | "digest", |
832 | ] |
833 | |
834 | [[package]] |
835 | name = "memchr" |
836 | version = "2.5.0" |
837 | source = "registry+https://github.com/rust-lang/crates.io-index" |
838 | checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
839 | |
840 | [[package]] |
841 | name = "minimal-lexical" |
842 | version = "0.2.1" |
843 | source = "registry+https://github.com/rust-lang/crates.io-index" |
844 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
845 | |
846 | [[package]] |
847 | name = "miniz_oxide" |
848 | version = "0.7.1" |
849 | source = "registry+https://github.com/rust-lang/crates.io-index" |
850 | checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" |
851 | dependencies = [ |
852 | "adler", |
853 | ] |
854 | |
855 | [[package]] |
856 | name = "mio" |
857 | version = "0.8.8" |
858 | source = "registry+https://github.com/rust-lang/crates.io-index" |
859 | checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" |
860 | dependencies = [ |
861 | "libc", |
862 | "wasi 0.11.0+wasi-snapshot-preview1", |
863 | "windows-sys", |
864 | ] |
865 | |
866 | [[package]] |
867 | name = "native-tls" |
868 | version = "0.2.11" |
869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
870 | checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" |
871 | dependencies = [ |
872 | "lazy_static", |
873 | "libc", |
874 | "log", |
875 | "openssl", |
876 | "openssl-probe", |
877 | "openssl-sys", |
878 | "schannel", |
879 | "security-framework", |
880 | "security-framework-sys", |
881 | "tempfile", |
882 | ] |
883 | |
884 | [[package]] |
885 | name = "nom" |
886 | version = "7.1.3" |
887 | source = "registry+https://github.com/rust-lang/crates.io-index" |
888 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
889 | dependencies = [ |
890 | "memchr", |
891 | "minimal-lexical", |
892 | ] |
893 | |
894 | [[package]] |
895 | name = "nu-ansi-term" |
896 | version = "0.46.0" |
897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
898 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" |
899 | dependencies = [ |
900 | "overload", |
901 | "winapi", |
902 | ] |
903 | |
904 | [[package]] |
905 | name = "num-bigint" |
906 | version = "0.4.4" |
907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
908 | checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" |
909 | dependencies = [ |
910 | "autocfg", |
911 | "num-integer", |
912 | "num-traits", |
913 | ] |
914 | |
915 | [[package]] |
916 | name = "num-bigint-dig" |
917 | version = "0.8.4" |
918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
919 | checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" |
920 | dependencies = [ |
921 | "byteorder", |
922 | "lazy_static", |
923 | "libm", |
924 | "num-integer", |
925 | "num-iter", |
926 | "num-traits", |
927 | "rand", |
928 | "smallvec", |
929 | "zeroize", |
930 | ] |
931 | |
932 | [[package]] |
933 | name = "num-integer" |
934 | version = "0.1.45" |
935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
936 | checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" |
937 | dependencies = [ |
938 | "autocfg", |
939 | "num-traits", |
940 | ] |
941 | |
942 | [[package]] |
943 | name = "num-iter" |
944 | version = "0.1.43" |
945 | source = "registry+https://github.com/rust-lang/crates.io-index" |
946 | checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" |
947 | dependencies = [ |
948 | "autocfg", |
949 | "num-integer", |
950 | "num-traits", |
951 | ] |
952 | |
953 | [[package]] |
954 | name = "num-traits" |
955 | version = "0.2.16" |
956 | source = "registry+https://github.com/rust-lang/crates.io-index" |
957 | checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" |
958 | dependencies = [ |
959 | "autocfg", |
960 | "libm", |
961 | ] |
962 | |
963 | [[package]] |
964 | name = "num_cpus" |
965 | version = "1.16.0" |
966 | source = "registry+https://github.com/rust-lang/crates.io-index" |
967 | checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
968 | dependencies = [ |
969 | "hermit-abi", |
970 | "libc", |
971 | ] |
972 | |
973 | [[package]] |
974 | name = "object" |
975 | version = "0.32.0" |
976 | source = "registry+https://github.com/rust-lang/crates.io-index" |
977 | checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe" |
978 | dependencies = [ |
979 | "memchr", |
980 | ] |
981 | |
982 | [[package]] |
983 | name = "once_cell" |
984 | version = "1.18.0" |
985 | source = "registry+https://github.com/rust-lang/crates.io-index" |
986 | checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" |
987 | |
988 | [[package]] |
989 | name = "openssl" |
990 | version = "0.10.56" |
991 | source = "registry+https://github.com/rust-lang/crates.io-index" |
992 | checksum = "729b745ad4a5575dd06a3e1af1414bd330ee561c01b3899eb584baeaa8def17e" |
993 | dependencies = [ |
994 | "bitflags 1.3.2", |
995 | "cfg-if", |
996 | "foreign-types", |
997 | "libc", |
998 | "once_cell", |
999 | "openssl-macros", |
1000 | "openssl-sys", |
1001 | ] |
1002 | |
1003 | [[package]] |
1004 | name = "openssl-macros" |
1005 | version = "0.1.1" |
1006 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1007 | checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
1008 | dependencies = [ |
1009 | "proc-macro2", |
1010 | "quote", |
1011 | "syn 2.0.29", |
1012 | ] |
1013 | |
1014 | [[package]] |
1015 | name = "openssl-probe" |
1016 | version = "0.1.5" |
1017 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1018 | checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
1019 | |
1020 | [[package]] |
1021 | name = "openssl-sys" |
1022 | version = "0.9.91" |
1023 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1024 | checksum = "866b5f16f90776b9bb8dc1e1802ac6f0513de3a7a7465867bfbc563dc737faac" |
1025 | dependencies = [ |
1026 | "cc", |
1027 | "libc", |
1028 | "pkg-config", |
1029 | "vcpkg", |
1030 | ] |
1031 | |
1032 | [[package]] |
1033 | name = "overload" |
1034 | version = "0.1.1" |
1035 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1036 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
1037 | |
1038 | [[package]] |
1039 | name = "parking_lot" |
1040 | version = "0.12.1" |
1041 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1042 | checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" |
1043 | dependencies = [ |
1044 | "lock_api", |
1045 | "parking_lot_core", |
1046 | ] |
1047 | |
1048 | [[package]] |
1049 | name = "parking_lot_core" |
1050 | version = "0.9.8" |
1051 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1052 | checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" |
1053 | dependencies = [ |
1054 | "cfg-if", |
1055 | "libc", |
1056 | "redox_syscall", |
1057 | "smallvec", |
1058 | "windows-targets", |
1059 | ] |
1060 | |
1061 | [[package]] |
1062 | name = "paste" |
1063 | version = "1.0.14" |
1064 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1065 | checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" |
1066 | |
1067 | [[package]] |
1068 | name = "pem" |
1069 | version = "1.1.1" |
1070 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1071 | checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" |
1072 | dependencies = [ |
1073 | "base64 0.13.1", |
1074 | ] |
1075 | |
1076 | [[package]] |
1077 | name = "pem-rfc7468" |
1078 | version = "0.7.0" |
1079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1080 | checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" |
1081 | dependencies = [ |
1082 | "base64ct", |
1083 | ] |
1084 | |
1085 | [[package]] |
1086 | name = "percent-encoding" |
1087 | version = "2.3.0" |
1088 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1089 | checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" |
1090 | |
1091 | [[package]] |
1092 | name = "pin-project" |
1093 | version = "1.1.3" |
1094 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1095 | checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" |
1096 | dependencies = [ |
1097 | "pin-project-internal", |
1098 | ] |
1099 | |
1100 | [[package]] |
1101 | name = "pin-project-internal" |
1102 | version = "1.1.3" |
1103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1104 | checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" |
1105 | dependencies = [ |
1106 | "proc-macro2", |
1107 | "quote", |
1108 | "syn 2.0.29", |
1109 | ] |
1110 | |
1111 | [[package]] |
1112 | name = "pin-project-lite" |
1113 | version = "0.2.12" |
1114 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1115 | checksum = "12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05" |
1116 | |
1117 | [[package]] |
1118 | name = "pin-utils" |
1119 | version = "0.1.0" |
1120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1121 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
1122 | |
1123 | [[package]] |
1124 | name = "pkcs1" |
1125 | version = "0.7.5" |
1126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1127 | checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" |
1128 | dependencies = [ |
1129 | "der", |
1130 | "pkcs8", |
1131 | "spki", |
1132 | ] |
1133 | |
1134 | [[package]] |
1135 | name = "pkcs8" |
1136 | version = "0.10.2" |
1137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1138 | checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" |
1139 | dependencies = [ |
1140 | "der", |
1141 | "spki", |
1142 | ] |
1143 | |
1144 | [[package]] |
1145 | name = "pkg-config" |
1146 | version = "0.3.27" |
1147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1148 | checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" |
1149 | |
1150 | [[package]] |
1151 | name = "ppv-lite86" |
1152 | version = "0.2.17" |
1153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1154 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
1155 | |
1156 | [[package]] |
1157 | name = "proc-macro2" |
1158 | version = "1.0.66" |
1159 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1160 | checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" |
1161 | dependencies = [ |
1162 | "unicode-ident", |
1163 | ] |
1164 | |
1165 | [[package]] |
1166 | name = "quote" |
1167 | version = "1.0.33" |
1168 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1169 | checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" |
1170 | dependencies = [ |
1171 | "proc-macro2", |
1172 | ] |
1173 | |
1174 | [[package]] |
1175 | name = "rand" |
1176 | version = "0.8.5" |
1177 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1178 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
1179 | dependencies = [ |
1180 | "libc", |
1181 | "rand_chacha", |
1182 | "rand_core", |
1183 | ] |
1184 | |
1185 | [[package]] |
1186 | name = "rand_chacha" |
1187 | version = "0.3.1" |
1188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1189 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
1190 | dependencies = [ |
1191 | "ppv-lite86", |
1192 | "rand_core", |
1193 | ] |
1194 | |
1195 | [[package]] |
1196 | name = "rand_core" |
1197 | version = "0.6.4" |
1198 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1199 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
1200 | dependencies = [ |
1201 | "getrandom", |
1202 | ] |
1203 | |
1204 | [[package]] |
1205 | name = "redox_syscall" |
1206 | version = "0.3.5" |
1207 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1208 | checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" |
1209 | dependencies = [ |
1210 | "bitflags 1.3.2", |
1211 | ] |
1212 | |
1213 | [[package]] |
1214 | name = "ring" |
1215 | version = "0.16.20" |
1216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1217 | checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" |
1218 | dependencies = [ |
1219 | "cc", |
1220 | "libc", |
1221 | "once_cell", |
1222 | "spin 0.5.2", |
1223 | "untrusted", |
1224 | "web-sys", |
1225 | "winapi", |
1226 | ] |
1227 | |
1228 | [[package]] |
1229 | name = "rsa" |
1230 | version = "0.9.2" |
1231 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1232 | checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8" |
1233 | dependencies = [ |
1234 | "byteorder", |
1235 | "const-oid", |
1236 | "digest", |
1237 | "num-bigint-dig", |
1238 | "num-integer", |
1239 | "num-iter", |
1240 | "num-traits", |
1241 | "pkcs1", |
1242 | "pkcs8", |
1243 | "rand_core", |
1244 | "signature", |
1245 | "spki", |
1246 | "subtle", |
1247 | "zeroize", |
1248 | ] |
1249 | |
1250 | [[package]] |
1251 | name = "rustc-demangle" |
1252 | version = "0.1.23" |
1253 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1254 | checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" |
1255 | |
1256 | [[package]] |
1257 | name = "rustix" |
1258 | version = "0.38.9" |
1259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1260 | checksum = "9bfe0f2582b4931a45d1fa608f8a8722e8b3c7ac54dd6d5f3b3212791fedef49" |
1261 | dependencies = [ |
1262 | "bitflags 2.4.0", |
1263 | "errno", |
1264 | "libc", |
1265 | "linux-raw-sys", |
1266 | "windows-sys", |
1267 | ] |
1268 | |
1269 | [[package]] |
1270 | name = "ryu" |
1271 | version = "1.0.15" |
1272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1273 | checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" |
1274 | |
1275 | [[package]] |
1276 | name = "schannel" |
1277 | version = "0.1.22" |
1278 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1279 | checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" |
1280 | dependencies = [ |
1281 | "windows-sys", |
1282 | ] |
1283 | |
1284 | [[package]] |
1285 | name = "scopeguard" |
1286 | version = "1.1.0" |
1287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1288 | checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
1289 | |
1290 | [[package]] |
1291 | name = "security-framework" |
1292 | version = "2.9.2" |
1293 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1294 | checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" |
1295 | dependencies = [ |
1296 | "bitflags 1.3.2", |
1297 | "core-foundation", |
1298 | "core-foundation-sys", |
1299 | "libc", |
1300 | "security-framework-sys", |
1301 | ] |
1302 | |
1303 | [[package]] |
1304 | name = "security-framework-sys" |
1305 | version = "2.9.1" |
1306 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1307 | checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" |
1308 | dependencies = [ |
1309 | "core-foundation-sys", |
1310 | "libc", |
1311 | ] |
1312 | |
1313 | [[package]] |
1314 | name = "serde" |
1315 | version = "1.0.186" |
1316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1317 | checksum = "9f5db24220c009de9bd45e69fb2938f4b6d2df856aa9304ce377b3180f83b7c1" |
1318 | dependencies = [ |
1319 | "serde_derive", |
1320 | ] |
1321 | |
1322 | [[package]] |
1323 | name = "serde_derive" |
1324 | version = "1.0.186" |
1325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1326 | checksum = "5ad697f7e0b65af4983a4ce8f56ed5b357e8d3c36651bf6a7e13639c17b8e670" |
1327 | dependencies = [ |
1328 | "proc-macro2", |
1329 | "quote", |
1330 | "syn 2.0.29", |
1331 | ] |
1332 | |
1333 | [[package]] |
1334 | name = "serde_json" |
1335 | version = "1.0.105" |
1336 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1337 | checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" |
1338 | dependencies = [ |
1339 | "itoa", |
1340 | "ryu", |
1341 | "serde", |
1342 | ] |
1343 | |
1344 | [[package]] |
1345 | name = "serde_spanned" |
1346 | version = "0.6.3" |
1347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1348 | checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" |
1349 | dependencies = [ |
1350 | "serde", |
1351 | ] |
1352 | |
1353 | [[package]] |
1354 | name = "sha1" |
1355 | version = "0.10.5" |
1356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1357 | checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" |
1358 | dependencies = [ |
1359 | "cfg-if", |
1360 | "cpufeatures", |
1361 | "digest", |
1362 | ] |
1363 | |
1364 | [[package]] |
1365 | name = "sha2" |
1366 | version = "0.10.7" |
1367 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1368 | checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" |
1369 | dependencies = [ |
1370 | "cfg-if", |
1371 | "cpufeatures", |
1372 | "digest", |
1373 | ] |
1374 | |
1375 | [[package]] |
1376 | name = "sharded-slab" |
1377 | version = "0.1.4" |
1378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1379 | checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" |
1380 | dependencies = [ |
1381 | "lazy_static", |
1382 | ] |
1383 | |
1384 | [[package]] |
1385 | name = "signal-hook-registry" |
1386 | version = "1.4.1" |
1387 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1388 | checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" |
1389 | dependencies = [ |
1390 | "libc", |
1391 | ] |
1392 | |
1393 | [[package]] |
1394 | name = "signature" |
1395 | version = "2.1.0" |
1396 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1397 | checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500" |
1398 | dependencies = [ |
1399 | "digest", |
1400 | "rand_core", |
1401 | ] |
1402 | |
1403 | [[package]] |
1404 | name = "simple_asn1" |
1405 | version = "0.6.2" |
1406 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1407 | checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" |
1408 | dependencies = [ |
1409 | "num-bigint", |
1410 | "num-traits", |
1411 | "thiserror", |
1412 | "time 0.3.28", |
1413 | ] |
1414 | |
1415 | [[package]] |
1416 | name = "slab" |
1417 | version = "0.4.9" |
1418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1419 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
1420 | dependencies = [ |
1421 | "autocfg", |
1422 | ] |
1423 | |
1424 | [[package]] |
1425 | name = "smallvec" |
1426 | version = "1.11.0" |
1427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1428 | checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" |
1429 | |
1430 | [[package]] |
1431 | name = "socket2" |
1432 | version = "0.5.3" |
1433 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1434 | checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877" |
1435 | dependencies = [ |
1436 | "libc", |
1437 | "windows-sys", |
1438 | ] |
1439 | |
1440 | [[package]] |
1441 | name = "spin" |
1442 | version = "0.5.2" |
1443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1444 | checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
1445 | |
1446 | [[package]] |
1447 | name = "spin" |
1448 | version = "0.9.8" |
1449 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1450 | checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
1451 | dependencies = [ |
1452 | "lock_api", |
1453 | ] |
1454 | |
1455 | [[package]] |
1456 | name = "spki" |
1457 | version = "0.7.2" |
1458 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1459 | checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" |
1460 | dependencies = [ |
1461 | "base64ct", |
1462 | "der", |
1463 | ] |
1464 | |
1465 | [[package]] |
1466 | name = "sqlformat" |
1467 | version = "0.2.1" |
1468 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1469 | checksum = "0c12bc9199d1db8234678b7051747c07f517cdcf019262d1847b94ec8b1aee3e" |
1470 | dependencies = [ |
1471 | "itertools", |
1472 | "nom", |
1473 | "unicode_categories", |
1474 | ] |
1475 | |
1476 | [[package]] |
1477 | name = "sqlx" |
1478 | version = "0.7.1" |
1479 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1480 | checksum = "8e58421b6bc416714d5115a2ca953718f6c621a51b68e4f4922aea5a4391a721" |
1481 | dependencies = [ |
1482 | "sqlx-core", |
1483 | "sqlx-macros", |
1484 | "sqlx-mysql", |
1485 | "sqlx-postgres", |
1486 | "sqlx-sqlite", |
1487 | ] |
1488 | |
1489 | [[package]] |
1490 | name = "sqlx-core" |
1491 | version = "0.7.1" |
1492 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1493 | checksum = "dd4cef4251aabbae751a3710927945901ee1d97ee96d757f6880ebb9a79bfd53" |
1494 | dependencies = [ |
1495 | "ahash", |
1496 | "atoi", |
1497 | "byteorder", |
1498 | "bytes", |
1499 | "chrono", |
1500 | "crc", |
1501 | "crossbeam-queue", |
1502 | "dotenvy", |
1503 | "either", |
1504 | "event-listener", |
1505 | "futures-channel", |
1506 | "futures-core", |
1507 | "futures-intrusive", |
1508 | "futures-io", |
1509 | "futures-util", |
1510 | "hashlink", |
1511 | "hex", |
1512 | "indexmap", |
1513 | "log", |
1514 | "memchr", |
1515 | "native-tls", |
1516 | "once_cell", |
1517 | "paste", |
1518 | "percent-encoding", |
1519 | "serde", |
1520 | "serde_json", |
1521 | "sha2", |
1522 | "smallvec", |
1523 | "sqlformat", |
1524 | "thiserror", |
1525 | "tokio", |
1526 | "tokio-stream", |
1527 | "tracing", |
1528 | "url", |
1529 | ] |
1530 | |
1531 | [[package]] |
1532 | name = "sqlx-macros" |
1533 | version = "0.7.1" |
1534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1535 | checksum = "208e3165167afd7f3881b16c1ef3f2af69fa75980897aac8874a0696516d12c2" |
1536 | dependencies = [ |
1537 | "proc-macro2", |
1538 | "quote", |
1539 | "sqlx-core", |
1540 | "sqlx-macros-core", |
1541 | "syn 1.0.109", |
1542 | ] |
1543 | |
1544 | [[package]] |
1545 | name = "sqlx-macros-core" |
1546 | version = "0.7.1" |
1547 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1548 | checksum = "8a4a8336d278c62231d87f24e8a7a74898156e34c1c18942857be2acb29c7dfc" |
1549 | dependencies = [ |
1550 | "dotenvy", |
1551 | "either", |
1552 | "heck", |
1553 | "hex", |
1554 | "once_cell", |
1555 | "proc-macro2", |
1556 | "quote", |
1557 | "serde", |
1558 | "serde_json", |
1559 | "sha2", |
1560 | "sqlx-core", |
1561 | "sqlx-mysql", |
1562 | "sqlx-postgres", |
1563 | "sqlx-sqlite", |
1564 | "syn 1.0.109", |
1565 | "tempfile", |
1566 | "tokio", |
1567 | "url", |
1568 | ] |
1569 | |
1570 | [[package]] |
1571 | name = "sqlx-mysql" |
1572 | version = "0.7.1" |
1573 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1574 | checksum = "8ca69bf415b93b60b80dc8fda3cb4ef52b2336614d8da2de5456cc942a110482" |
1575 | dependencies = [ |
1576 | "atoi", |
1577 | "base64 0.21.3", |
1578 | "bitflags 2.4.0", |
1579 | "byteorder", |
1580 | "bytes", |
1581 | "chrono", |
1582 | "crc", |
1583 | "digest", |
1584 | "dotenvy", |
1585 | "either", |
1586 | "futures-channel", |
1587 | "futures-core", |
1588 | "futures-io", |
1589 | "futures-util", |
1590 | "generic-array", |
1591 | "hex", |
1592 | "hkdf", |
1593 | "hmac", |
1594 | "itoa", |
1595 | "log", |
1596 | "md-5", |
1597 | "memchr", |
1598 | "once_cell", |
1599 | "percent-encoding", |
1600 | "rand", |
1601 | "rsa", |
1602 | "serde", |
1603 | "sha1", |
1604 | "sha2", |
1605 | "smallvec", |
1606 | "sqlx-core", |
1607 | "stringprep", |
1608 | "thiserror", |
1609 | "tracing", |
1610 | "whoami", |
1611 | ] |
1612 | |
1613 | [[package]] |
1614 | name = "sqlx-postgres" |
1615 | version = "0.7.1" |
1616 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1617 | checksum = "a0db2df1b8731c3651e204629dd55e52adbae0462fa1bdcbed56a2302c18181e" |
1618 | dependencies = [ |
1619 | "atoi", |
1620 | "base64 0.21.3", |
1621 | "bitflags 2.4.0", |
1622 | "byteorder", |
1623 | "chrono", |
1624 | "crc", |
1625 | "dotenvy", |
1626 | "etcetera", |
1627 | "futures-channel", |
1628 | "futures-core", |
1629 | "futures-io", |
1630 | "futures-util", |
1631 | "hex", |
1632 | "hkdf", |
1633 | "hmac", |
1634 | "home", |
1635 | "itoa", |
1636 | "log", |
1637 | "md-5", |
1638 | "memchr", |
1639 | "once_cell", |
1640 | "rand", |
1641 | "serde", |
1642 | "serde_json", |
1643 | "sha1", |
1644 | "sha2", |
1645 | "smallvec", |
1646 | "sqlx-core", |
1647 | "stringprep", |
1648 | "thiserror", |
1649 | "tracing", |
1650 | "whoami", |
1651 | ] |
1652 | |
1653 | [[package]] |
1654 | name = "sqlx-sqlite" |
1655 | version = "0.7.1" |
1656 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1657 | checksum = "be4c21bf34c7cae5b283efb3ac1bcc7670df7561124dc2f8bdc0b59be40f79a2" |
1658 | dependencies = [ |
1659 | "atoi", |
1660 | "chrono", |
1661 | "flume", |
1662 | "futures-channel", |
1663 | "futures-core", |
1664 | "futures-executor", |
1665 | "futures-intrusive", |
1666 | "futures-util", |
1667 | "libsqlite3-sys", |
1668 | "log", |
1669 | "percent-encoding", |
1670 | "serde", |
1671 | "sqlx-core", |
1672 | "tracing", |
1673 | "url", |
1674 | ] |
1675 | |
1676 | [[package]] |
1677 | name = "stringprep" |
1678 | version = "0.1.3" |
1679 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1680 | checksum = "db3737bde7edce97102e0e2b15365bf7a20bfdb5f60f4f9e8d7004258a51a8da" |
1681 | dependencies = [ |
1682 | "unicode-bidi", |
1683 | "unicode-normalization", |
1684 | ] |
1685 | |
1686 | [[package]] |
1687 | name = "subtle" |
1688 | version = "2.5.0" |
1689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1690 | checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" |
1691 | |
1692 | [[package]] |
1693 | name = "syn" |
1694 | version = "1.0.109" |
1695 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1696 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
1697 | dependencies = [ |
1698 | "proc-macro2", |
1699 | "quote", |
1700 | "unicode-ident", |
1701 | ] |
1702 | |
1703 | [[package]] |
1704 | name = "syn" |
1705 | version = "2.0.29" |
1706 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1707 | checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a" |
1708 | dependencies = [ |
1709 | "proc-macro2", |
1710 | "quote", |
1711 | "unicode-ident", |
1712 | ] |
1713 | |
1714 | [[package]] |
1715 | name = "tempfile" |
1716 | version = "3.8.0" |
1717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1718 | checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" |
1719 | dependencies = [ |
1720 | "cfg-if", |
1721 | "fastrand", |
1722 | "redox_syscall", |
1723 | "rustix", |
1724 | "windows-sys", |
1725 | ] |
1726 | |
1727 | [[package]] |
1728 | name = "thiserror" |
1729 | version = "1.0.47" |
1730 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1731 | checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f" |
1732 | dependencies = [ |
1733 | "thiserror-impl", |
1734 | ] |
1735 | |
1736 | [[package]] |
1737 | name = "thiserror-impl" |
1738 | version = "1.0.47" |
1739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1740 | checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b" |
1741 | dependencies = [ |
1742 | "proc-macro2", |
1743 | "quote", |
1744 | "syn 2.0.29", |
1745 | ] |
1746 | |
1747 | [[package]] |
1748 | name = "thread_local" |
1749 | version = "1.1.7" |
1750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1751 | checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" |
1752 | dependencies = [ |
1753 | "cfg-if", |
1754 | "once_cell", |
1755 | ] |
1756 | |
1757 | [[package]] |
1758 | name = "time" |
1759 | version = "0.1.45" |
1760 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1761 | checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" |
1762 | dependencies = [ |
1763 | "libc", |
1764 | "wasi 0.10.0+wasi-snapshot-preview1", |
1765 | "winapi", |
1766 | ] |
1767 | |
1768 | [[package]] |
1769 | name = "time" |
1770 | version = "0.3.28" |
1771 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1772 | checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48" |
1773 | dependencies = [ |
1774 | "deranged", |
1775 | "itoa", |
1776 | "serde", |
1777 | "time-core", |
1778 | "time-macros", |
1779 | ] |
1780 | |
1781 | [[package]] |
1782 | name = "time-core" |
1783 | version = "0.1.1" |
1784 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1785 | checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" |
1786 | |
1787 | [[package]] |
1788 | name = "time-macros" |
1789 | version = "0.2.14" |
1790 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1791 | checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572" |
1792 | dependencies = [ |
1793 | "time-core", |
1794 | ] |
1795 | |
1796 | [[package]] |
1797 | name = "tinyvec" |
1798 | version = "1.6.0" |
1799 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1800 | checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
1801 | dependencies = [ |
1802 | "tinyvec_macros", |
1803 | ] |
1804 | |
1805 | [[package]] |
1806 | name = "tinyvec_macros" |
1807 | version = "0.1.1" |
1808 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1809 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
1810 | |
1811 | [[package]] |
1812 | name = "tokio" |
1813 | version = "1.32.0" |
1814 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1815 | checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" |
1816 | dependencies = [ |
1817 | "backtrace", |
1818 | "bytes", |
1819 | "libc", |
1820 | "mio", |
1821 | "num_cpus", |
1822 | "parking_lot", |
1823 | "pin-project-lite", |
1824 | "signal-hook-registry", |
1825 | "socket2", |
1826 | "tokio-macros", |
1827 | "windows-sys", |
1828 | ] |
1829 | |
1830 | [[package]] |
1831 | name = "tokio-macros" |
1832 | version = "2.1.0" |
1833 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1834 | checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" |
1835 | dependencies = [ |
1836 | "proc-macro2", |
1837 | "quote", |
1838 | "syn 2.0.29", |
1839 | ] |
1840 | |
1841 | [[package]] |
1842 | name = "tokio-stream" |
1843 | version = "0.1.14" |
1844 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1845 | checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" |
1846 | dependencies = [ |
1847 | "futures-core", |
1848 | "pin-project-lite", |
1849 | "tokio", |
1850 | ] |
1851 | |
1852 | [[package]] |
1853 | name = "tokio-tungstenite" |
1854 | version = "0.20.0" |
1855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1856 | checksum = "2b2dbec703c26b00d74844519606ef15d09a7d6857860f84ad223dec002ddea2" |
1857 | dependencies = [ |
1858 | "futures-util", |
1859 | "log", |
1860 | "tokio", |
1861 | "tungstenite", |
1862 | ] |
1863 | |
1864 | [[package]] |
1865 | name = "toml" |
1866 | version = "0.7.6" |
1867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1868 | checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" |
1869 | dependencies = [ |
1870 | "serde", |
1871 | "serde_spanned", |
1872 | "toml_datetime", |
1873 | "toml_edit", |
1874 | ] |
1875 | |
1876 | [[package]] |
1877 | name = "toml_datetime" |
1878 | version = "0.6.3" |
1879 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1880 | checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" |
1881 | dependencies = [ |
1882 | "serde", |
1883 | ] |
1884 | |
1885 | [[package]] |
1886 | name = "toml_edit" |
1887 | version = "0.19.14" |
1888 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1889 | checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" |
1890 | dependencies = [ |
1891 | "indexmap", |
1892 | "serde", |
1893 | "serde_spanned", |
1894 | "toml_datetime", |
1895 | "winnow", |
1896 | ] |
1897 | |
1898 | [[package]] |
1899 | name = "tracing" |
1900 | version = "0.1.37" |
1901 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1902 | checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" |
1903 | dependencies = [ |
1904 | "cfg-if", |
1905 | "log", |
1906 | "pin-project-lite", |
1907 | "tracing-attributes", |
1908 | "tracing-core", |
1909 | ] |
1910 | |
1911 | [[package]] |
1912 | name = "tracing-attributes" |
1913 | version = "0.1.26" |
1914 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1915 | checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" |
1916 | dependencies = [ |
1917 | "proc-macro2", |
1918 | "quote", |
1919 | "syn 2.0.29", |
1920 | ] |
1921 | |
1922 | [[package]] |
1923 | name = "tracing-core" |
1924 | version = "0.1.31" |
1925 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1926 | checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" |
1927 | dependencies = [ |
1928 | "once_cell", |
1929 | "valuable", |
1930 | ] |
1931 | |
1932 | [[package]] |
1933 | name = "tracing-log" |
1934 | version = "0.1.3" |
1935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1936 | checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" |
1937 | dependencies = [ |
1938 | "lazy_static", |
1939 | "log", |
1940 | "tracing-core", |
1941 | ] |
1942 | |
1943 | [[package]] |
1944 | name = "tracing-subscriber" |
1945 | version = "0.3.17" |
1946 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1947 | checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" |
1948 | dependencies = [ |
1949 | "nu-ansi-term", |
1950 | "sharded-slab", |
1951 | "smallvec", |
1952 | "thread_local", |
1953 | "tracing-core", |
1954 | "tracing-log", |
1955 | ] |
1956 | |
1957 | [[package]] |
1958 | name = "tungstenite" |
1959 | version = "0.20.0" |
1960 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1961 | checksum = "e862a1c4128df0112ab625f55cd5c934bcb4312ba80b39ae4b4835a3fd58e649" |
1962 | dependencies = [ |
1963 | "byteorder", |
1964 | "bytes", |
1965 | "data-encoding", |
1966 | "http", |
1967 | "httparse", |
1968 | "log", |
1969 | "rand", |
1970 | "sha1", |
1971 | "thiserror", |
1972 | "url", |
1973 | "utf-8", |
1974 | ] |
1975 | |
1976 | [[package]] |
1977 | name = "typenum" |
1978 | version = "1.16.0" |
1979 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1980 | checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" |
1981 | |
1982 | [[package]] |
1983 | name = "unicode-bidi" |
1984 | version = "0.3.13" |
1985 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1986 | checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" |
1987 | |
1988 | [[package]] |
1989 | name = "unicode-ident" |
1990 | version = "1.0.11" |
1991 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1992 | checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" |
1993 | |
1994 | [[package]] |
1995 | name = "unicode-normalization" |
1996 | version = "0.1.22" |
1997 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1998 | checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" |
1999 | dependencies = [ |
2000 | "tinyvec", |
2001 | ] |
2002 | |
2003 | [[package]] |
2004 | name = "unicode-segmentation" |
2005 | version = "1.10.1" |
2006 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2007 | checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" |
2008 | |
2009 | [[package]] |
2010 | name = "unicode_categories" |
2011 | version = "0.1.1" |
2012 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2013 | checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" |
2014 | |
2015 | [[package]] |
2016 | name = "untrusted" |
2017 | version = "0.7.1" |
2018 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2019 | checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" |
2020 | |
2021 | [[package]] |
2022 | name = "url" |
2023 | version = "2.4.0" |
2024 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2025 | checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" |
2026 | dependencies = [ |
2027 | "form_urlencoded", |
2028 | "idna", |
2029 | "percent-encoding", |
2030 | ] |
2031 | |
2032 | [[package]] |
2033 | name = "utf-8" |
2034 | version = "0.7.6" |
2035 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2036 | checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
2037 | |
2038 | [[package]] |
2039 | name = "valuable" |
2040 | version = "0.1.0" |
2041 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2042 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
2043 | |
2044 | [[package]] |
2045 | name = "vcpkg" |
2046 | version = "0.2.15" |
2047 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2048 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
2049 | |
2050 | [[package]] |
2051 | name = "version_check" |
2052 | version = "0.9.4" |
2053 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2054 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
2055 | |
2056 | [[package]] |
2057 | name = "wasi" |
2058 | version = "0.10.0+wasi-snapshot-preview1" |
2059 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2060 | checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" |
2061 | |
2062 | [[package]] |
2063 | name = "wasi" |
2064 | version = "0.11.0+wasi-snapshot-preview1" |
2065 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2066 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
2067 | |
2068 | [[package]] |
2069 | name = "wasm-bindgen" |
2070 | version = "0.2.87" |
2071 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2072 | checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" |
2073 | dependencies = [ |
2074 | "cfg-if", |
2075 | "wasm-bindgen-macro", |
2076 | ] |
2077 | |
2078 | [[package]] |
2079 | name = "wasm-bindgen-backend" |
2080 | version = "0.2.87" |
2081 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2082 | checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" |
2083 | dependencies = [ |
2084 | "bumpalo", |
2085 | "log", |
2086 | "once_cell", |
2087 | "proc-macro2", |
2088 | "quote", |
2089 | "syn 2.0.29", |
2090 | "wasm-bindgen-shared", |
2091 | ] |
2092 | |
2093 | [[package]] |
2094 | name = "wasm-bindgen-macro" |
2095 | version = "0.2.87" |
2096 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2097 | checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" |
2098 | dependencies = [ |
2099 | "quote", |
2100 | "wasm-bindgen-macro-support", |
2101 | ] |
2102 | |
2103 | [[package]] |
2104 | name = "wasm-bindgen-macro-support" |
2105 | version = "0.2.87" |
2106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2107 | checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" |
2108 | dependencies = [ |
2109 | "proc-macro2", |
2110 | "quote", |
2111 | "syn 2.0.29", |
2112 | "wasm-bindgen-backend", |
2113 | "wasm-bindgen-shared", |
2114 | ] |
2115 | |
2116 | [[package]] |
2117 | name = "wasm-bindgen-shared" |
2118 | version = "0.2.87" |
2119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2120 | checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" |
2121 | |
2122 | [[package]] |
2123 | name = "web-sys" |
2124 | version = "0.3.64" |
2125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2126 | checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" |
2127 | dependencies = [ |
2128 | "js-sys", |
2129 | "wasm-bindgen", |
2130 | ] |
2131 | |
2132 | [[package]] |
2133 | name = "whoami" |
2134 | version = "1.4.1" |
2135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2136 | checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50" |
2137 | |
2138 | [[package]] |
2139 | name = "winapi" |
2140 | version = "0.3.9" |
2141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2142 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
2143 | dependencies = [ |
2144 | "winapi-i686-pc-windows-gnu", |
2145 | "winapi-x86_64-pc-windows-gnu", |
2146 | ] |
2147 | |
2148 | [[package]] |
2149 | name = "winapi-i686-pc-windows-gnu" |
2150 | version = "0.4.0" |
2151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2152 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
2153 | |
2154 | [[package]] |
2155 | name = "winapi-x86_64-pc-windows-gnu" |
2156 | version = "0.4.0" |
2157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2158 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
2159 | |
2160 | [[package]] |
2161 | name = "windows" |
2162 | version = "0.48.0" |
2163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2164 | checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" |
2165 | dependencies = [ |
2166 | "windows-targets", |
2167 | ] |
2168 | |
2169 | [[package]] |
2170 | name = "windows-sys" |
2171 | version = "0.48.0" |
2172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2173 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
2174 | dependencies = [ |
2175 | "windows-targets", |
2176 | ] |
2177 | |
2178 | [[package]] |
2179 | name = "windows-targets" |
2180 | version = "0.48.5" |
2181 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2182 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
2183 | dependencies = [ |
2184 | "windows_aarch64_gnullvm", |
2185 | "windows_aarch64_msvc", |
2186 | "windows_i686_gnu", |
2187 | "windows_i686_msvc", |
2188 | "windows_x86_64_gnu", |
2189 | "windows_x86_64_gnullvm", |
2190 | "windows_x86_64_msvc", |
2191 | ] |
2192 | |
2193 | [[package]] |
2194 | name = "windows_aarch64_gnullvm" |
2195 | version = "0.48.5" |
2196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2197 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
2198 | |
2199 | [[package]] |
2200 | name = "windows_aarch64_msvc" |
2201 | version = "0.48.5" |
2202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2203 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
2204 | |
2205 | [[package]] |
2206 | name = "windows_i686_gnu" |
2207 | version = "0.48.5" |
2208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2209 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
2210 | |
2211 | [[package]] |
2212 | name = "windows_i686_msvc" |
2213 | version = "0.48.5" |
2214 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2215 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
2216 | |
2217 | [[package]] |
2218 | name = "windows_x86_64_gnu" |
2219 | version = "0.48.5" |
2220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2221 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
2222 | |
2223 | [[package]] |
2224 | name = "windows_x86_64_gnullvm" |
2225 | version = "0.48.5" |
2226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2227 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
2228 | |
2229 | [[package]] |
2230 | name = "windows_x86_64_msvc" |
2231 | version = "0.48.5" |
2232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2233 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
2234 | |
2235 | [[package]] |
2236 | name = "winnow" |
2237 | version = "0.5.15" |
2238 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2239 | checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc" |
2240 | dependencies = [ |
2241 | "memchr", |
2242 | ] |
2243 | |
2244 | [[package]] |
2245 | name = "zeroize" |
2246 | version = "1.6.0" |
2247 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2248 | checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" |