JavaScript is disabled, refresh for a better experience. ambee/giterated

ambee/giterated

Git repository hosting, collaboration, and discovery for the Fediverse.

no clue what this is

Amber - ⁨1⁩ year ago

parent: tbd commit: ⁨7889bf6

⁨Cargo.lock⁩ - ⁨71490⁩ bytes
Raw
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 = "aead"
22 version = "0.5.2"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24 checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
25 dependencies = [
26 "crypto-common",
27 "generic-array",
28 ]
29
30 [[package]]
31 name = "aes"
32 version = "0.8.4"
33 source = "registry+https://github.com/rust-lang/crates.io-index"
34 checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
35 dependencies = [
36 "cfg-if",
37 "cipher",
38 "cpufeatures",
39 ]
40
41 [[package]]
42 name = "aes-gcm"
43 version = "0.10.3"
44 source = "registry+https://github.com/rust-lang/crates.io-index"
45 checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
46 dependencies = [
47 "aead",
48 "aes",
49 "cipher",
50 "ctr",
51 "ghash",
52 "subtle",
53 ]
54
55 [[package]]
56 name = "ahash"
57 version = "0.8.11"
58 source = "registry+https://github.com/rust-lang/crates.io-index"
59 checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
60 dependencies = [
61 "cfg-if",
62 "getrandom",
63 "once_cell",
64 "version_check",
65 "zerocopy",
66 ]
67
68 [[package]]
69 name = "allocator-api2"
70 version = "0.2.16"
71 source = "registry+https://github.com/rust-lang/crates.io-index"
72 checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
73
74 [[package]]
75 name = "android-tzdata"
76 version = "0.1.1"
77 source = "registry+https://github.com/rust-lang/crates.io-index"
78 checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
79
80 [[package]]
81 name = "android_system_properties"
82 version = "0.1.5"
83 source = "registry+https://github.com/rust-lang/crates.io-index"
84 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
85 dependencies = [
86 "libc",
87 ]
88
89 [[package]]
90 name = "anyhow"
91 version = "1.0.82"
92 source = "registry+https://github.com/rust-lang/crates.io-index"
93 checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
94
95 [[package]]
96 name = "argon2"
97 version = "0.5.3"
98 source = "registry+https://github.com/rust-lang/crates.io-index"
99 checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
100 dependencies = [
101 "base64ct",
102 "blake2",
103 "cpufeatures",
104 "password-hash",
105 ]
106
107 [[package]]
108 name = "async-trait"
109 version = "0.1.79"
110 source = "registry+https://github.com/rust-lang/crates.io-index"
111 checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681"
112 dependencies = [
113 "proc-macro2",
114 "quote",
115 "syn 2.0.58",
116 ]
117
118 [[package]]
119 name = "atoi"
120 version = "2.0.0"
121 source = "registry+https://github.com/rust-lang/crates.io-index"
122 checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
123 dependencies = [
124 "num-traits",
125 ]
126
127 [[package]]
128 name = "autocfg"
129 version = "1.2.0"
130 source = "registry+https://github.com/rust-lang/crates.io-index"
131 checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
132
133 [[package]]
134 name = "backtrace"
135 version = "0.3.71"
136 source = "registry+https://github.com/rust-lang/crates.io-index"
137 checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
138 dependencies = [
139 "addr2line",
140 "cc",
141 "cfg-if",
142 "libc",
143 "miniz_oxide",
144 "object",
145 "rustc-demangle",
146 ]
147
148 [[package]]
149 name = "base64"
150 version = "0.21.7"
151 source = "registry+https://github.com/rust-lang/crates.io-index"
152 checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
153
154 [[package]]
155 name = "base64"
156 version = "0.22.0"
157 source = "registry+https://github.com/rust-lang/crates.io-index"
158 checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
159
160 [[package]]
161 name = "base64ct"
162 version = "1.6.0"
163 source = "registry+https://github.com/rust-lang/crates.io-index"
164 checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
165
166 [[package]]
167 name = "bincode"
168 version = "1.3.3"
169 source = "registry+https://github.com/rust-lang/crates.io-index"
170 checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
171 dependencies = [
172 "serde",
173 ]
174
175 [[package]]
176 name = "bitflags"
177 version = "1.3.2"
178 source = "registry+https://github.com/rust-lang/crates.io-index"
179 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
180
181 [[package]]
182 name = "bitflags"
183 version = "2.5.0"
184 source = "registry+https://github.com/rust-lang/crates.io-index"
185 checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
186 dependencies = [
187 "serde",
188 ]
189
190 [[package]]
191 name = "blake2"
192 version = "0.10.6"
193 source = "registry+https://github.com/rust-lang/crates.io-index"
194 checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
195 dependencies = [
196 "digest",
197 ]
198
199 [[package]]
200 name = "block-buffer"
201 version = "0.10.4"
202 source = "registry+https://github.com/rust-lang/crates.io-index"
203 checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
204 dependencies = [
205 "generic-array",
206 ]
207
208 [[package]]
209 name = "bumpalo"
210 version = "3.16.0"
211 source = "registry+https://github.com/rust-lang/crates.io-index"
212 checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
213
214 [[package]]
215 name = "byteorder"
216 version = "1.5.0"
217 source = "registry+https://github.com/rust-lang/crates.io-index"
218 checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
219
220 [[package]]
221 name = "bytes"
222 version = "1.6.0"
223 source = "registry+https://github.com/rust-lang/crates.io-index"
224 checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
225
226 [[package]]
227 name = "c_linked_list"
228 version = "1.1.1"
229 source = "registry+https://github.com/rust-lang/crates.io-index"
230 checksum = "4964518bd3b4a8190e832886cdc0da9794f12e8e6c1613a9e90ff331c4c8724b"
231
232 [[package]]
233 name = "cc"
234 version = "1.0.92"
235 source = "registry+https://github.com/rust-lang/crates.io-index"
236 checksum = "2678b2e3449475e95b0aa6f9b506a28e61b3dc8996592b983695e8ebb58a8b41"
237 dependencies = [
238 "jobserver",
239 "libc",
240 ]
241
242 [[package]]
243 name = "cfg-if"
244 version = "1.0.0"
245 source = "registry+https://github.com/rust-lang/crates.io-index"
246 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
247
248 [[package]]
249 name = "chrono"
250 version = "0.4.37"
251 source = "registry+https://github.com/rust-lang/crates.io-index"
252 checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
253 dependencies = [
254 "android-tzdata",
255 "iana-time-zone",
256 "js-sys",
257 "num-traits",
258 "serde",
259 "wasm-bindgen",
260 "windows-targets 0.52.4",
261 ]
262
263 [[package]]
264 name = "cipher"
265 version = "0.4.4"
266 source = "registry+https://github.com/rust-lang/crates.io-index"
267 checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
268 dependencies = [
269 "crypto-common",
270 "inout",
271 ]
272
273 [[package]]
274 name = "const-oid"
275 version = "0.9.6"
276 source = "registry+https://github.com/rust-lang/crates.io-index"
277 checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
278
279 [[package]]
280 name = "core-foundation"
281 version = "0.9.4"
282 source = "registry+https://github.com/rust-lang/crates.io-index"
283 checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
284 dependencies = [
285 "core-foundation-sys",
286 "libc",
287 ]
288
289 [[package]]
290 name = "core-foundation-sys"
291 version = "0.8.6"
292 source = "registry+https://github.com/rust-lang/crates.io-index"
293 checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
294
295 [[package]]
296 name = "cpufeatures"
297 version = "0.2.12"
298 source = "registry+https://github.com/rust-lang/crates.io-index"
299 checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
300 dependencies = [
301 "libc",
302 ]
303
304 [[package]]
305 name = "crc"
306 version = "3.2.1"
307 source = "registry+https://github.com/rust-lang/crates.io-index"
308 checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
309 dependencies = [
310 "crc-catalog",
311 ]
312
313 [[package]]
314 name = "crc-catalog"
315 version = "2.4.0"
316 source = "registry+https://github.com/rust-lang/crates.io-index"
317 checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
318
319 [[package]]
320 name = "crossbeam-queue"
321 version = "0.3.11"
322 source = "registry+https://github.com/rust-lang/crates.io-index"
323 checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
324 dependencies = [
325 "crossbeam-utils",
326 ]
327
328 [[package]]
329 name = "crossbeam-utils"
330 version = "0.8.19"
331 source = "registry+https://github.com/rust-lang/crates.io-index"
332 checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
333
334 [[package]]
335 name = "crypto-common"
336 version = "0.1.6"
337 source = "registry+https://github.com/rust-lang/crates.io-index"
338 checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
339 dependencies = [
340 "generic-array",
341 "rand_core",
342 "typenum",
343 ]
344
345 [[package]]
346 name = "ctr"
347 version = "0.9.2"
348 source = "registry+https://github.com/rust-lang/crates.io-index"
349 checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
350 dependencies = [
351 "cipher",
352 ]
353
354 [[package]]
355 name = "data-encoding"
356 version = "2.5.0"
357 source = "registry+https://github.com/rust-lang/crates.io-index"
358 checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
359
360 [[package]]
361 name = "deadpool"
362 version = "0.9.5"
363 source = "registry+https://github.com/rust-lang/crates.io-index"
364 checksum = "421fe0f90f2ab22016f32a9881be5134fdd71c65298917084b0c7477cbc3856e"
365 dependencies = [
366 "async-trait",
367 "deadpool-runtime",
368 "num_cpus",
369 "retain_mut",
370 "tokio",
371 ]
372
373 [[package]]
374 name = "deadpool-runtime"
375 version = "0.1.3"
376 source = "registry+https://github.com/rust-lang/crates.io-index"
377 checksum = "63dfa964fe2a66f3fde91fc70b267fe193d822c7e603e2a675a49a7f46ad3f49"
378
379 [[package]]
380 name = "der"
381 version = "0.7.9"
382 source = "registry+https://github.com/rust-lang/crates.io-index"
383 checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
384 dependencies = [
385 "const-oid",
386 "pem-rfc7468",
387 "zeroize",
388 ]
389
390 [[package]]
391 name = "deranged"
392 version = "0.3.11"
393 source = "registry+https://github.com/rust-lang/crates.io-index"
394 checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
395 dependencies = [
396 "powerfmt",
397 ]
398
399 [[package]]
400 name = "digest"
401 version = "0.10.7"
402 source = "registry+https://github.com/rust-lang/crates.io-index"
403 checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
404 dependencies = [
405 "block-buffer",
406 "const-oid",
407 "crypto-common",
408 "subtle",
409 ]
410
411 [[package]]
412 name = "dlopen2"
413 version = "0.6.1"
414 source = "registry+https://github.com/rust-lang/crates.io-index"
415 checksum = "6bc2c7ed06fd72a8513ded8d0d2f6fd2655a85d6885c48cae8625d80faf28c03"
416 dependencies = [
417 "dlopen2_derive",
418 "libc",
419 "once_cell",
420 "winapi",
421 ]
422
423 [[package]]
424 name = "dlopen2_derive"
425 version = "0.4.0"
426 source = "registry+https://github.com/rust-lang/crates.io-index"
427 checksum = "f2b99bf03862d7f545ebc28ddd33a665b50865f4dfd84031a393823879bd4c54"
428 dependencies = [
429 "proc-macro2",
430 "quote",
431 "syn 2.0.58",
432 ]
433
434 [[package]]
435 name = "dotenvy"
436 version = "0.15.7"
437 source = "registry+https://github.com/rust-lang/crates.io-index"
438 checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
439
440 [[package]]
441 name = "either"
442 version = "1.10.0"
443 source = "registry+https://github.com/rust-lang/crates.io-index"
444 checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
445 dependencies = [
446 "serde",
447 ]
448
449 [[package]]
450 name = "encoding_rs"
451 version = "0.8.34"
452 source = "registry+https://github.com/rust-lang/crates.io-index"
453 checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
454 dependencies = [
455 "cfg-if",
456 ]
457
458 [[package]]
459 name = "equivalent"
460 version = "1.0.1"
461 source = "registry+https://github.com/rust-lang/crates.io-index"
462 checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
463
464 [[package]]
465 name = "errno"
466 version = "0.3.8"
467 source = "registry+https://github.com/rust-lang/crates.io-index"
468 checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
469 dependencies = [
470 "libc",
471 "windows-sys 0.52.0",
472 ]
473
474 [[package]]
475 name = "etcetera"
476 version = "0.8.0"
477 source = "registry+https://github.com/rust-lang/crates.io-index"
478 checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
479 dependencies = [
480 "cfg-if",
481 "home",
482 "windows-sys 0.48.0",
483 ]
484
485 [[package]]
486 name = "event-listener"
487 version = "2.5.3"
488 source = "registry+https://github.com/rust-lang/crates.io-index"
489 checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
490
491 [[package]]
492 name = "example-plugin"
493 version = "0.1.0"
494 dependencies = [
495 "anyhow",
496 "dlopen2",
497 "giterated-models",
498 "giterated-plugin",
499 "giterated-runtime",
500 "giterated-static-runtime",
501 "serde_json",
502 "tokio",
503 "tracing",
504 "tracing-subscriber",
505 ]
506
507 [[package]]
508 name = "fastrand"
509 version = "2.0.2"
510 source = "registry+https://github.com/rust-lang/crates.io-index"
511 checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
512
513 [[package]]
514 name = "finl_unicode"
515 version = "1.2.0"
516 source = "registry+https://github.com/rust-lang/crates.io-index"
517 checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
518
519 [[package]]
520 name = "flume"
521 version = "0.11.0"
522 source = "registry+https://github.com/rust-lang/crates.io-index"
523 checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
524 dependencies = [
525 "futures-core",
526 "futures-sink",
527 "spin 0.9.8",
528 ]
529
530 [[package]]
531 name = "fnv"
532 version = "1.0.7"
533 source = "registry+https://github.com/rust-lang/crates.io-index"
534 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
535
536 [[package]]
537 name = "foreign-types"
538 version = "0.3.2"
539 source = "registry+https://github.com/rust-lang/crates.io-index"
540 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
541 dependencies = [
542 "foreign-types-shared",
543 ]
544
545 [[package]]
546 name = "foreign-types-shared"
547 version = "0.1.1"
548 source = "registry+https://github.com/rust-lang/crates.io-index"
549 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
550
551 [[package]]
552 name = "form_urlencoded"
553 version = "1.2.1"
554 source = "registry+https://github.com/rust-lang/crates.io-index"
555 checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
556 dependencies = [
557 "percent-encoding",
558 ]
559
560 [[package]]
561 name = "futures-channel"
562 version = "0.3.30"
563 source = "registry+https://github.com/rust-lang/crates.io-index"
564 checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
565 dependencies = [
566 "futures-core",
567 "futures-sink",
568 ]
569
570 [[package]]
571 name = "futures-core"
572 version = "0.3.30"
573 source = "registry+https://github.com/rust-lang/crates.io-index"
574 checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
575
576 [[package]]
577 name = "futures-executor"
578 version = "0.3.30"
579 source = "registry+https://github.com/rust-lang/crates.io-index"
580 checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
581 dependencies = [
582 "futures-core",
583 "futures-task",
584 "futures-util",
585 ]
586
587 [[package]]
588 name = "futures-intrusive"
589 version = "0.5.0"
590 source = "registry+https://github.com/rust-lang/crates.io-index"
591 checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
592 dependencies = [
593 "futures-core",
594 "lock_api",
595 "parking_lot",
596 ]
597
598 [[package]]
599 name = "futures-io"
600 version = "0.3.30"
601 source = "registry+https://github.com/rust-lang/crates.io-index"
602 checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
603
604 [[package]]
605 name = "futures-macro"
606 version = "0.3.30"
607 source = "registry+https://github.com/rust-lang/crates.io-index"
608 checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
609 dependencies = [
610 "proc-macro2",
611 "quote",
612 "syn 2.0.58",
613 ]
614
615 [[package]]
616 name = "futures-sink"
617 version = "0.3.30"
618 source = "registry+https://github.com/rust-lang/crates.io-index"
619 checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
620
621 [[package]]
622 name = "futures-task"
623 version = "0.3.30"
624 source = "registry+https://github.com/rust-lang/crates.io-index"
625 checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
626
627 [[package]]
628 name = "futures-util"
629 version = "0.3.30"
630 source = "registry+https://github.com/rust-lang/crates.io-index"
631 checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
632 dependencies = [
633 "futures-core",
634 "futures-io",
635 "futures-macro",
636 "futures-sink",
637 "futures-task",
638 "memchr",
639 "pin-project-lite",
640 "pin-utils",
641 "slab",
642 ]
643
644 [[package]]
645 name = "generic-array"
646 version = "0.14.7"
647 source = "registry+https://github.com/rust-lang/crates.io-index"
648 checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
649 dependencies = [
650 "typenum",
651 "version_check",
652 ]
653
654 [[package]]
655 name = "getrandom"
656 version = "0.2.14"
657 source = "registry+https://github.com/rust-lang/crates.io-index"
658 checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
659 dependencies = [
660 "cfg-if",
661 "js-sys",
662 "libc",
663 "wasi",
664 "wasm-bindgen",
665 ]
666
667 [[package]]
668 name = "ghash"
669 version = "0.5.1"
670 source = "registry+https://github.com/rust-lang/crates.io-index"
671 checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
672 dependencies = [
673 "opaque-debug",
674 "polyval",
675 ]
676
677 [[package]]
678 name = "gimli"
679 version = "0.28.1"
680 source = "registry+https://github.com/rust-lang/crates.io-index"
681 checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
682
683 [[package]]
684 name = "git2"
685 version = "0.18.3"
686 source = "registry+https://github.com/rust-lang/crates.io-index"
687 checksum = "232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70"
688 dependencies = [
689 "bitflags 2.5.0",
690 "libc",
691 "libgit2-sys",
692 "log",
693 "openssl-probe",
694 "openssl-sys",
695 "url",
696 ]
697
698 [[package]]
699 name = "giterated-abi"
700 version = "0.1.0"
701 dependencies = [
702 "anyhow",
703 "async-trait",
704 "c_linked_list",
705 "dlopen2",
706 "giterated-models",
707 ]
708
709 [[package]]
710 name = "giterated-backend"
711 version = "0.1.0"
712 dependencies = [
713 "anyhow",
714 "giterated-models",
715 "giterated-plugin",
716 "serde",
717 "serde_json",
718 "sqlx",
719 "thiserror",
720 "tokio",
721 "toml",
722 "tracing",
723 "tracing-subscriber",
724 ]
725
726 [[package]]
727 name = "giterated-core"
728 version = "0.1.0"
729 dependencies = [
730 "anyhow",
731 "async-trait",
732 "giterated-abi",
733 "giterated-models",
734 "giterated-static-runtime",
735 "tracing",
736 ]
737
738 [[package]]
739 name = "giterated-daemon"
740 version = "0.1.0"
741 dependencies = [
742 "aes-gcm",
743 "anyhow",
744 "argon2",
745 "async-trait",
746 "base64 0.21.7",
747 "bincode",
748 "chrono",
749 "deadpool",
750 "futures-util",
751 "git2",
752 "giterated-models",
753 "giterated-plugin",
754 "giterated-protocol",
755 "giterated-runtime",
756 "jsonwebtoken",
757 "log",
758 "rand",
759 "reqwest",
760 "rsa",
761 "secrecy",
762 "semver",
763 "serde",
764 "serde_json",
765 "sqlx",
766 "thiserror",
767 "tokio",
768 "tokio-tungstenite",
769 "tokio-util",
770 "toml",
771 "tracing",
772 "tracing-subscriber",
773 ]
774
775 [[package]]
776 name = "giterated-issues"
777 version = "0.1.0"
778 dependencies = [
779 "anyhow",
780 "giterated-models",
781 "giterated-plugin",
782 "giterated-runtime",
783 "giterated-static-runtime",
784 "serde",
785 "serde_json",
786 "sqlx",
787 "thiserror",
788 "tokio",
789 "toml",
790 "tracing",
791 "tracing-subscriber",
792 ]
793
794 [[package]]
795 name = "giterated-macros"
796 version = "0.1.0"
797 dependencies = [
798 "quote",
799 "syn 2.0.58",
800 ]
801
802 [[package]]
803 name = "giterated-models"
804 version = "0.1.0"
805 dependencies = [
806 "anyhow",
807 "async-trait",
808 "bincode",
809 "chrono",
810 "git2",
811 "secrecy",
812 "semver",
813 "serde",
814 "serde_json",
815 "sqlx",
816 "thiserror",
817 "tracing",
818 "url",
819 ]
820
821 [[package]]
822 name = "giterated-plugin"
823 version = "0.1.0"
824 dependencies = [
825 "anyhow",
826 "async-trait",
827 "dlopen2",
828 "futures-util",
829 "giterated-abi",
830 "giterated-core",
831 "giterated-macros",
832 "giterated-models",
833 "giterated-static-runtime",
834 "semver",
835 "serde",
836 "serde_json",
837 "thiserror",
838 "tokio",
839 "tracing",
840 ]
841
842 [[package]]
843 name = "giterated-protocol"
844 version = "0.1.0"
845 dependencies = [
846 "anyhow",
847 "async-trait",
848 "bincode",
849 "futures-util",
850 "giterated-models",
851 "giterated-plugin",
852 "rand",
853 "rsa",
854 "serde",
855 "serde_json",
856 "thiserror",
857 "tokio",
858 "tokio-tungstenite",
859 "toml",
860 "tracing",
861 "tracing-subscriber",
862 ]
863
864 [[package]]
865 name = "giterated-runtime"
866 version = "0.1.0"
867 dependencies = [
868 "anyhow",
869 "async-trait",
870 "dlopen2",
871 "giterated-abi",
872 "giterated-core",
873 "giterated-models",
874 "giterated-static-runtime",
875 "tracing",
876 ]
877
878 [[package]]
879 name = "giterated-static-runtime"
880 version = "0.1.0"
881
882 [[package]]
883 name = "h2"
884 version = "0.3.26"
885 source = "registry+https://github.com/rust-lang/crates.io-index"
886 checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
887 dependencies = [
888 "bytes",
889 "fnv",
890 "futures-core",
891 "futures-sink",
892 "futures-util",
893 "http",
894 "indexmap",
895 "slab",
896 "tokio",
897 "tokio-util",
898 "tracing",
899 ]
900
901 [[package]]
902 name = "hashbrown"
903 version = "0.14.3"
904 source = "registry+https://github.com/rust-lang/crates.io-index"
905 checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
906 dependencies = [
907 "ahash",
908 "allocator-api2",
909 ]
910
911 [[package]]
912 name = "hashlink"
913 version = "0.8.4"
914 source = "registry+https://github.com/rust-lang/crates.io-index"
915 checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
916 dependencies = [
917 "hashbrown",
918 ]
919
920 [[package]]
921 name = "heck"
922 version = "0.4.1"
923 source = "registry+https://github.com/rust-lang/crates.io-index"
924 checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
925 dependencies = [
926 "unicode-segmentation",
927 ]
928
929 [[package]]
930 name = "hermit-abi"
931 version = "0.3.9"
932 source = "registry+https://github.com/rust-lang/crates.io-index"
933 checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
934
935 [[package]]
936 name = "hex"
937 version = "0.4.3"
938 source = "registry+https://github.com/rust-lang/crates.io-index"
939 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
940
941 [[package]]
942 name = "hkdf"
943 version = "0.12.4"
944 source = "registry+https://github.com/rust-lang/crates.io-index"
945 checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
946 dependencies = [
947 "hmac",
948 ]
949
950 [[package]]
951 name = "hmac"
952 version = "0.12.1"
953 source = "registry+https://github.com/rust-lang/crates.io-index"
954 checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
955 dependencies = [
956 "digest",
957 ]
958
959 [[package]]
960 name = "home"
961 version = "0.5.9"
962 source = "registry+https://github.com/rust-lang/crates.io-index"
963 checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
964 dependencies = [
965 "windows-sys 0.52.0",
966 ]
967
968 [[package]]
969 name = "http"
970 version = "0.2.12"
971 source = "registry+https://github.com/rust-lang/crates.io-index"
972 checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
973 dependencies = [
974 "bytes",
975 "fnv",
976 "itoa",
977 ]
978
979 [[package]]
980 name = "http-body"
981 version = "0.4.6"
982 source = "registry+https://github.com/rust-lang/crates.io-index"
983 checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
984 dependencies = [
985 "bytes",
986 "http",
987 "pin-project-lite",
988 ]
989
990 [[package]]
991 name = "httparse"
992 version = "1.8.0"
993 source = "registry+https://github.com/rust-lang/crates.io-index"
994 checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
995
996 [[package]]
997 name = "httpdate"
998 version = "1.0.3"
999 source = "registry+https://github.com/rust-lang/crates.io-index"
1000 checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1001
1002 [[package]]
1003 name = "hyper"
1004 version = "0.14.28"
1005 source = "registry+https://github.com/rust-lang/crates.io-index"
1006 checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
1007 dependencies = [
1008 "bytes",
1009 "futures-channel",
1010 "futures-core",
1011 "futures-util",
1012 "h2",
1013 "http",
1014 "http-body",
1015 "httparse",
1016 "httpdate",
1017 "itoa",
1018 "pin-project-lite",
1019 "socket2",
1020 "tokio",
1021 "tower-service",
1022 "tracing",
1023 "want",
1024 ]
1025
1026 [[package]]
1027 name = "hyper-tls"
1028 version = "0.5.0"
1029 source = "registry+https://github.com/rust-lang/crates.io-index"
1030 checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
1031 dependencies = [
1032 "bytes",
1033 "hyper",
1034 "native-tls",
1035 "tokio",
1036 "tokio-native-tls",
1037 ]
1038
1039 [[package]]
1040 name = "iana-time-zone"
1041 version = "0.1.60"
1042 source = "registry+https://github.com/rust-lang/crates.io-index"
1043 checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
1044 dependencies = [
1045 "android_system_properties",
1046 "core-foundation-sys",
1047 "iana-time-zone-haiku",
1048 "js-sys",
1049 "wasm-bindgen",
1050 "windows-core",
1051 ]
1052
1053 [[package]]
1054 name = "iana-time-zone-haiku"
1055 version = "0.1.2"
1056 source = "registry+https://github.com/rust-lang/crates.io-index"
1057 checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1058 dependencies = [
1059 "cc",
1060 ]
1061
1062 [[package]]
1063 name = "idna"
1064 version = "0.5.0"
1065 source = "registry+https://github.com/rust-lang/crates.io-index"
1066 checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
1067 dependencies = [
1068 "unicode-bidi",
1069 "unicode-normalization",
1070 ]
1071
1072 [[package]]
1073 name = "indexmap"
1074 version = "2.2.6"
1075 source = "registry+https://github.com/rust-lang/crates.io-index"
1076 checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
1077 dependencies = [
1078 "equivalent",
1079 "hashbrown",
1080 ]
1081
1082 [[package]]
1083 name = "inout"
1084 version = "0.1.3"
1085 source = "registry+https://github.com/rust-lang/crates.io-index"
1086 checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
1087 dependencies = [
1088 "generic-array",
1089 ]
1090
1091 [[package]]
1092 name = "ipnet"
1093 version = "2.9.0"
1094 source = "registry+https://github.com/rust-lang/crates.io-index"
1095 checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
1096
1097 [[package]]
1098 name = "itertools"
1099 version = "0.12.1"
1100 source = "registry+https://github.com/rust-lang/crates.io-index"
1101 checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1102 dependencies = [
1103 "either",
1104 ]
1105
1106 [[package]]
1107 name = "itoa"
1108 version = "1.0.11"
1109 source = "registry+https://github.com/rust-lang/crates.io-index"
1110 checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
1111
1112 [[package]]
1113 name = "jobserver"
1114 version = "0.1.28"
1115 source = "registry+https://github.com/rust-lang/crates.io-index"
1116 checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6"
1117 dependencies = [
1118 "libc",
1119 ]
1120
1121 [[package]]
1122 name = "js-sys"
1123 version = "0.3.69"
1124 source = "registry+https://github.com/rust-lang/crates.io-index"
1125 checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
1126 dependencies = [
1127 "wasm-bindgen",
1128 ]
1129
1130 [[package]]
1131 name = "jsonwebtoken"
1132 version = "9.3.0"
1133 source = "registry+https://github.com/rust-lang/crates.io-index"
1134 checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
1135 dependencies = [
1136 "base64 0.21.7",
1137 "js-sys",
1138 "pem",
1139 "ring",
1140 "serde",
1141 "serde_json",
1142 "simple_asn1",
1143 ]
1144
1145 [[package]]
1146 name = "lazy_static"
1147 version = "1.4.0"
1148 source = "registry+https://github.com/rust-lang/crates.io-index"
1149 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1150 dependencies = [
1151 "spin 0.5.2",
1152 ]
1153
1154 [[package]]
1155 name = "libc"
1156 version = "0.2.153"
1157 source = "registry+https://github.com/rust-lang/crates.io-index"
1158 checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
1159
1160 [[package]]
1161 name = "libgit2-sys"
1162 version = "0.16.2+1.7.2"
1163 source = "registry+https://github.com/rust-lang/crates.io-index"
1164 checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8"
1165 dependencies = [
1166 "cc",
1167 "libc",
1168 "libssh2-sys",
1169 "libz-sys",
1170 "openssl-sys",
1171 "pkg-config",
1172 ]
1173
1174 [[package]]
1175 name = "libm"
1176 version = "0.2.8"
1177 source = "registry+https://github.com/rust-lang/crates.io-index"
1178 checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
1179
1180 [[package]]
1181 name = "libsqlite3-sys"
1182 version = "0.27.0"
1183 source = "registry+https://github.com/rust-lang/crates.io-index"
1184 checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716"
1185 dependencies = [
1186 "cc",
1187 "pkg-config",
1188 "vcpkg",
1189 ]
1190
1191 [[package]]
1192 name = "libssh2-sys"
1193 version = "0.3.0"
1194 source = "registry+https://github.com/rust-lang/crates.io-index"
1195 checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee"
1196 dependencies = [
1197 "cc",
1198 "libc",
1199 "libz-sys",
1200 "openssl-sys",
1201 "pkg-config",
1202 "vcpkg",
1203 ]
1204
1205 [[package]]
1206 name = "libz-sys"
1207 version = "1.1.16"
1208 source = "registry+https://github.com/rust-lang/crates.io-index"
1209 checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9"
1210 dependencies = [
1211 "cc",
1212 "libc",
1213 "pkg-config",
1214 "vcpkg",
1215 ]
1216
1217 [[package]]
1218 name = "linux-raw-sys"
1219 version = "0.4.13"
1220 source = "registry+https://github.com/rust-lang/crates.io-index"
1221 checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
1222
1223 [[package]]
1224 name = "lock_api"
1225 version = "0.4.11"
1226 source = "registry+https://github.com/rust-lang/crates.io-index"
1227 checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
1228 dependencies = [
1229 "autocfg",
1230 "scopeguard",
1231 ]
1232
1233 [[package]]
1234 name = "log"
1235 version = "0.4.21"
1236 source = "registry+https://github.com/rust-lang/crates.io-index"
1237 checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
1238
1239 [[package]]
1240 name = "md-5"
1241 version = "0.10.6"
1242 source = "registry+https://github.com/rust-lang/crates.io-index"
1243 checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
1244 dependencies = [
1245 "cfg-if",
1246 "digest",
1247 ]
1248
1249 [[package]]
1250 name = "memchr"
1251 version = "2.7.2"
1252 source = "registry+https://github.com/rust-lang/crates.io-index"
1253 checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
1254
1255 [[package]]
1256 name = "mime"
1257 version = "0.3.17"
1258 source = "registry+https://github.com/rust-lang/crates.io-index"
1259 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1260
1261 [[package]]
1262 name = "minimal-lexical"
1263 version = "0.2.1"
1264 source = "registry+https://github.com/rust-lang/crates.io-index"
1265 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1266
1267 [[package]]
1268 name = "miniz_oxide"
1269 version = "0.7.2"
1270 source = "registry+https://github.com/rust-lang/crates.io-index"
1271 checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
1272 dependencies = [
1273 "adler",
1274 ]
1275
1276 [[package]]
1277 name = "mio"
1278 version = "0.8.11"
1279 source = "registry+https://github.com/rust-lang/crates.io-index"
1280 checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
1281 dependencies = [
1282 "libc",
1283 "wasi",
1284 "windows-sys 0.48.0",
1285 ]
1286
1287 [[package]]
1288 name = "native-tls"
1289 version = "0.2.11"
1290 source = "registry+https://github.com/rust-lang/crates.io-index"
1291 checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
1292 dependencies = [
1293 "lazy_static",
1294 "libc",
1295 "log",
1296 "openssl",
1297 "openssl-probe",
1298 "openssl-sys",
1299 "schannel",
1300 "security-framework",
1301 "security-framework-sys",
1302 "tempfile",
1303 ]
1304
1305 [[package]]
1306 name = "nom"
1307 version = "7.1.3"
1308 source = "registry+https://github.com/rust-lang/crates.io-index"
1309 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1310 dependencies = [
1311 "memchr",
1312 "minimal-lexical",
1313 ]
1314
1315 [[package]]
1316 name = "nu-ansi-term"
1317 version = "0.46.0"
1318 source = "registry+https://github.com/rust-lang/crates.io-index"
1319 checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
1320 dependencies = [
1321 "overload",
1322 "winapi",
1323 ]
1324
1325 [[package]]
1326 name = "num-bigint"
1327 version = "0.4.4"
1328 source = "registry+https://github.com/rust-lang/crates.io-index"
1329 checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
1330 dependencies = [
1331 "autocfg",
1332 "num-integer",
1333 "num-traits",
1334 ]
1335
1336 [[package]]
1337 name = "num-bigint-dig"
1338 version = "0.8.4"
1339 source = "registry+https://github.com/rust-lang/crates.io-index"
1340 checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
1341 dependencies = [
1342 "byteorder",
1343 "lazy_static",
1344 "libm",
1345 "num-integer",
1346 "num-iter",
1347 "num-traits",
1348 "rand",
1349 "smallvec",
1350 "zeroize",
1351 ]
1352
1353 [[package]]
1354 name = "num-conv"
1355 version = "0.1.0"
1356 source = "registry+https://github.com/rust-lang/crates.io-index"
1357 checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
1358
1359 [[package]]
1360 name = "num-integer"
1361 version = "0.1.46"
1362 source = "registry+https://github.com/rust-lang/crates.io-index"
1363 checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1364 dependencies = [
1365 "num-traits",
1366 ]
1367
1368 [[package]]
1369 name = "num-iter"
1370 version = "0.1.44"
1371 source = "registry+https://github.com/rust-lang/crates.io-index"
1372 checksum = "d869c01cc0c455284163fd0092f1f93835385ccab5a98a0dcc497b2f8bf055a9"
1373 dependencies = [
1374 "autocfg",
1375 "num-integer",
1376 "num-traits",
1377 ]
1378
1379 [[package]]
1380 name = "num-traits"
1381 version = "0.2.18"
1382 source = "registry+https://github.com/rust-lang/crates.io-index"
1383 checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
1384 dependencies = [
1385 "autocfg",
1386 "libm",
1387 ]
1388
1389 [[package]]
1390 name = "num_cpus"
1391 version = "1.16.0"
1392 source = "registry+https://github.com/rust-lang/crates.io-index"
1393 checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
1394 dependencies = [
1395 "hermit-abi",
1396 "libc",
1397 ]
1398
1399 [[package]]
1400 name = "object"
1401 version = "0.32.2"
1402 source = "registry+https://github.com/rust-lang/crates.io-index"
1403 checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
1404 dependencies = [
1405 "memchr",
1406 ]
1407
1408 [[package]]
1409 name = "once_cell"
1410 version = "1.19.0"
1411 source = "registry+https://github.com/rust-lang/crates.io-index"
1412 checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
1413
1414 [[package]]
1415 name = "opaque-debug"
1416 version = "0.3.1"
1417 source = "registry+https://github.com/rust-lang/crates.io-index"
1418 checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
1419
1420 [[package]]
1421 name = "openssl"
1422 version = "0.10.64"
1423 source = "registry+https://github.com/rust-lang/crates.io-index"
1424 checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
1425 dependencies = [
1426 "bitflags 2.5.0",
1427 "cfg-if",
1428 "foreign-types",
1429 "libc",
1430 "once_cell",
1431 "openssl-macros",
1432 "openssl-sys",
1433 ]
1434
1435 [[package]]
1436 name = "openssl-macros"
1437 version = "0.1.1"
1438 source = "registry+https://github.com/rust-lang/crates.io-index"
1439 checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1440 dependencies = [
1441 "proc-macro2",
1442 "quote",
1443 "syn 2.0.58",
1444 ]
1445
1446 [[package]]
1447 name = "openssl-probe"
1448 version = "0.1.5"
1449 source = "registry+https://github.com/rust-lang/crates.io-index"
1450 checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1451
1452 [[package]]
1453 name = "openssl-sys"
1454 version = "0.9.102"
1455 source = "registry+https://github.com/rust-lang/crates.io-index"
1456 checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
1457 dependencies = [
1458 "cc",
1459 "libc",
1460 "pkg-config",
1461 "vcpkg",
1462 ]
1463
1464 [[package]]
1465 name = "overload"
1466 version = "0.1.1"
1467 source = "registry+https://github.com/rust-lang/crates.io-index"
1468 checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
1469
1470 [[package]]
1471 name = "parking_lot"
1472 version = "0.12.1"
1473 source = "registry+https://github.com/rust-lang/crates.io-index"
1474 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
1475 dependencies = [
1476 "lock_api",
1477 "parking_lot_core",
1478 ]
1479
1480 [[package]]
1481 name = "parking_lot_core"
1482 version = "0.9.9"
1483 source = "registry+https://github.com/rust-lang/crates.io-index"
1484 checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
1485 dependencies = [
1486 "cfg-if",
1487 "libc",
1488 "redox_syscall",
1489 "smallvec",
1490 "windows-targets 0.48.5",
1491 ]
1492
1493 [[package]]
1494 name = "password-hash"
1495 version = "0.5.0"
1496 source = "registry+https://github.com/rust-lang/crates.io-index"
1497 checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
1498 dependencies = [
1499 "base64ct",
1500 "rand_core",
1501 "subtle",
1502 ]
1503
1504 [[package]]
1505 name = "paste"
1506 version = "1.0.14"
1507 source = "registry+https://github.com/rust-lang/crates.io-index"
1508 checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
1509
1510 [[package]]
1511 name = "pem"
1512 version = "3.0.4"
1513 source = "registry+https://github.com/rust-lang/crates.io-index"
1514 checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
1515 dependencies = [
1516 "base64 0.22.0",
1517 "serde",
1518 ]
1519
1520 [[package]]
1521 name = "pem-rfc7468"
1522 version = "0.7.0"
1523 source = "registry+https://github.com/rust-lang/crates.io-index"
1524 checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
1525 dependencies = [
1526 "base64ct",
1527 ]
1528
1529 [[package]]
1530 name = "percent-encoding"
1531 version = "2.3.1"
1532 source = "registry+https://github.com/rust-lang/crates.io-index"
1533 checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1534
1535 [[package]]
1536 name = "pin-project-lite"
1537 version = "0.2.14"
1538 source = "registry+https://github.com/rust-lang/crates.io-index"
1539 checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
1540
1541 [[package]]
1542 name = "pin-utils"
1543 version = "0.1.0"
1544 source = "registry+https://github.com/rust-lang/crates.io-index"
1545 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1546
1547 [[package]]
1548 name = "pkcs1"
1549 version = "0.7.5"
1550 source = "registry+https://github.com/rust-lang/crates.io-index"
1551 checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
1552 dependencies = [
1553 "der",
1554 "pkcs8",
1555 "spki",
1556 ]
1557
1558 [[package]]
1559 name = "pkcs8"
1560 version = "0.10.2"
1561 source = "registry+https://github.com/rust-lang/crates.io-index"
1562 checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
1563 dependencies = [
1564 "der",
1565 "spki",
1566 ]
1567
1568 [[package]]
1569 name = "pkg-config"
1570 version = "0.3.30"
1571 source = "registry+https://github.com/rust-lang/crates.io-index"
1572 checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
1573
1574 [[package]]
1575 name = "polyval"
1576 version = "0.6.2"
1577 source = "registry+https://github.com/rust-lang/crates.io-index"
1578 checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
1579 dependencies = [
1580 "cfg-if",
1581 "cpufeatures",
1582 "opaque-debug",
1583 "universal-hash",
1584 ]
1585
1586 [[package]]
1587 name = "powerfmt"
1588 version = "0.2.0"
1589 source = "registry+https://github.com/rust-lang/crates.io-index"
1590 checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1591
1592 [[package]]
1593 name = "ppv-lite86"
1594 version = "0.2.17"
1595 source = "registry+https://github.com/rust-lang/crates.io-index"
1596 checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1597
1598 [[package]]
1599 name = "proc-macro2"
1600 version = "1.0.79"
1601 source = "registry+https://github.com/rust-lang/crates.io-index"
1602 checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
1603 dependencies = [
1604 "unicode-ident",
1605 ]
1606
1607 [[package]]
1608 name = "quote"
1609 version = "1.0.36"
1610 source = "registry+https://github.com/rust-lang/crates.io-index"
1611 checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
1612 dependencies = [
1613 "proc-macro2",
1614 ]
1615
1616 [[package]]
1617 name = "rand"
1618 version = "0.8.5"
1619 source = "registry+https://github.com/rust-lang/crates.io-index"
1620 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1621 dependencies = [
1622 "libc",
1623 "rand_chacha",
1624 "rand_core",
1625 ]
1626
1627 [[package]]
1628 name = "rand_chacha"
1629 version = "0.3.1"
1630 source = "registry+https://github.com/rust-lang/crates.io-index"
1631 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1632 dependencies = [
1633 "ppv-lite86",
1634 "rand_core",
1635 ]
1636
1637 [[package]]
1638 name = "rand_core"
1639 version = "0.6.4"
1640 source = "registry+https://github.com/rust-lang/crates.io-index"
1641 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1642 dependencies = [
1643 "getrandom",
1644 ]
1645
1646 [[package]]
1647 name = "redox_syscall"
1648 version = "0.4.1"
1649 source = "registry+https://github.com/rust-lang/crates.io-index"
1650 checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
1651 dependencies = [
1652 "bitflags 1.3.2",
1653 ]
1654
1655 [[package]]
1656 name = "reqwest"
1657 version = "0.11.27"
1658 source = "registry+https://github.com/rust-lang/crates.io-index"
1659 checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
1660 dependencies = [
1661 "base64 0.21.7",
1662 "bytes",
1663 "encoding_rs",
1664 "futures-core",
1665 "futures-util",
1666 "h2",
1667 "http",
1668 "http-body",
1669 "hyper",
1670 "hyper-tls",
1671 "ipnet",
1672 "js-sys",
1673 "log",
1674 "mime",
1675 "native-tls",
1676 "once_cell",
1677 "percent-encoding",
1678 "pin-project-lite",
1679 "rustls-pemfile",
1680 "serde",
1681 "serde_json",
1682 "serde_urlencoded",
1683 "sync_wrapper",
1684 "system-configuration",
1685 "tokio",
1686 "tokio-native-tls",
1687 "tower-service",
1688 "url",
1689 "wasm-bindgen",
1690 "wasm-bindgen-futures",
1691 "web-sys",
1692 "winreg",
1693 ]
1694
1695 [[package]]
1696 name = "retain_mut"
1697 version = "0.1.9"
1698 source = "registry+https://github.com/rust-lang/crates.io-index"
1699 checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"
1700
1701 [[package]]
1702 name = "ring"
1703 version = "0.17.8"
1704 source = "registry+https://github.com/rust-lang/crates.io-index"
1705 checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
1706 dependencies = [
1707 "cc",
1708 "cfg-if",
1709 "getrandom",
1710 "libc",
1711 "spin 0.9.8",
1712 "untrusted",
1713 "windows-sys 0.52.0",
1714 ]
1715
1716 [[package]]
1717 name = "rsa"
1718 version = "0.9.6"
1719 source = "registry+https://github.com/rust-lang/crates.io-index"
1720 checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
1721 dependencies = [
1722 "const-oid",
1723 "digest",
1724 "num-bigint-dig",
1725 "num-integer",
1726 "num-traits",
1727 "pkcs1",
1728 "pkcs8",
1729 "rand_core",
1730 "sha2",
1731 "signature",
1732 "spki",
1733 "subtle",
1734 "zeroize",
1735 ]
1736
1737 [[package]]
1738 name = "rustc-demangle"
1739 version = "0.1.23"
1740 source = "registry+https://github.com/rust-lang/crates.io-index"
1741 checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
1742
1743 [[package]]
1744 name = "rustix"
1745 version = "0.38.32"
1746 source = "registry+https://github.com/rust-lang/crates.io-index"
1747 checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
1748 dependencies = [
1749 "bitflags 2.5.0",
1750 "errno",
1751 "libc",
1752 "linux-raw-sys",
1753 "windows-sys 0.52.0",
1754 ]
1755
1756 [[package]]
1757 name = "rustls-pemfile"
1758 version = "1.0.4"
1759 source = "registry+https://github.com/rust-lang/crates.io-index"
1760 checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
1761 dependencies = [
1762 "base64 0.21.7",
1763 ]
1764
1765 [[package]]
1766 name = "ryu"
1767 version = "1.0.17"
1768 source = "registry+https://github.com/rust-lang/crates.io-index"
1769 checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
1770
1771 [[package]]
1772 name = "schannel"
1773 version = "0.1.23"
1774 source = "registry+https://github.com/rust-lang/crates.io-index"
1775 checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
1776 dependencies = [
1777 "windows-sys 0.52.0",
1778 ]
1779
1780 [[package]]
1781 name = "scopeguard"
1782 version = "1.2.0"
1783 source = "registry+https://github.com/rust-lang/crates.io-index"
1784 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1785
1786 [[package]]
1787 name = "secrecy"
1788 version = "0.8.0"
1789 source = "registry+https://github.com/rust-lang/crates.io-index"
1790 checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"
1791 dependencies = [
1792 "serde",
1793 "zeroize",
1794 ]
1795
1796 [[package]]
1797 name = "security-framework"
1798 version = "2.10.0"
1799 source = "registry+https://github.com/rust-lang/crates.io-index"
1800 checksum = "770452e37cad93e0a50d5abc3990d2bc351c36d0328f86cefec2f2fb206eaef6"
1801 dependencies = [
1802 "bitflags 1.3.2",
1803 "core-foundation",
1804 "core-foundation-sys",
1805 "libc",
1806 "security-framework-sys",
1807 ]
1808
1809 [[package]]
1810 name = "security-framework-sys"
1811 version = "2.10.0"
1812 source = "registry+https://github.com/rust-lang/crates.io-index"
1813 checksum = "41f3cc463c0ef97e11c3461a9d3787412d30e8e7eb907c79180c4a57bf7c04ef"
1814 dependencies = [
1815 "core-foundation-sys",
1816 "libc",
1817 ]
1818
1819 [[package]]
1820 name = "semver"
1821 version = "1.0.22"
1822 source = "registry+https://github.com/rust-lang/crates.io-index"
1823 checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
1824 dependencies = [
1825 "serde",
1826 ]
1827
1828 [[package]]
1829 name = "serde"
1830 version = "1.0.197"
1831 source = "registry+https://github.com/rust-lang/crates.io-index"
1832 checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
1833 dependencies = [
1834 "serde_derive",
1835 ]
1836
1837 [[package]]
1838 name = "serde_derive"
1839 version = "1.0.197"
1840 source = "registry+https://github.com/rust-lang/crates.io-index"
1841 checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
1842 dependencies = [
1843 "proc-macro2",
1844 "quote",
1845 "syn 2.0.58",
1846 ]
1847
1848 [[package]]
1849 name = "serde_json"
1850 version = "1.0.115"
1851 source = "registry+https://github.com/rust-lang/crates.io-index"
1852 checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
1853 dependencies = [
1854 "itoa",
1855 "ryu",
1856 "serde",
1857 ]
1858
1859 [[package]]
1860 name = "serde_spanned"
1861 version = "0.6.5"
1862 source = "registry+https://github.com/rust-lang/crates.io-index"
1863 checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
1864 dependencies = [
1865 "serde",
1866 ]
1867
1868 [[package]]
1869 name = "serde_urlencoded"
1870 version = "0.7.1"
1871 source = "registry+https://github.com/rust-lang/crates.io-index"
1872 checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1873 dependencies = [
1874 "form_urlencoded",
1875 "itoa",
1876 "ryu",
1877 "serde",
1878 ]
1879
1880 [[package]]
1881 name = "sha1"
1882 version = "0.10.6"
1883 source = "registry+https://github.com/rust-lang/crates.io-index"
1884 checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
1885 dependencies = [
1886 "cfg-if",
1887 "cpufeatures",
1888 "digest",
1889 ]
1890
1891 [[package]]
1892 name = "sha2"
1893 version = "0.10.8"
1894 source = "registry+https://github.com/rust-lang/crates.io-index"
1895 checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
1896 dependencies = [
1897 "cfg-if",
1898 "cpufeatures",
1899 "digest",
1900 ]
1901
1902 [[package]]
1903 name = "sharded-slab"
1904 version = "0.1.7"
1905 source = "registry+https://github.com/rust-lang/crates.io-index"
1906 checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1907 dependencies = [
1908 "lazy_static",
1909 ]
1910
1911 [[package]]
1912 name = "signal-hook-registry"
1913 version = "1.4.1"
1914 source = "registry+https://github.com/rust-lang/crates.io-index"
1915 checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
1916 dependencies = [
1917 "libc",
1918 ]
1919
1920 [[package]]
1921 name = "signature"
1922 version = "2.2.0"
1923 source = "registry+https://github.com/rust-lang/crates.io-index"
1924 checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
1925 dependencies = [
1926 "digest",
1927 "rand_core",
1928 ]
1929
1930 [[package]]
1931 name = "simple_asn1"
1932 version = "0.6.2"
1933 source = "registry+https://github.com/rust-lang/crates.io-index"
1934 checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
1935 dependencies = [
1936 "num-bigint",
1937 "num-traits",
1938 "thiserror",
1939 "time",
1940 ]
1941
1942 [[package]]
1943 name = "slab"
1944 version = "0.4.9"
1945 source = "registry+https://github.com/rust-lang/crates.io-index"
1946 checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
1947 dependencies = [
1948 "autocfg",
1949 ]
1950
1951 [[package]]
1952 name = "smallvec"
1953 version = "1.13.2"
1954 source = "registry+https://github.com/rust-lang/crates.io-index"
1955 checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
1956
1957 [[package]]
1958 name = "socket2"
1959 version = "0.5.6"
1960 source = "registry+https://github.com/rust-lang/crates.io-index"
1961 checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
1962 dependencies = [
1963 "libc",
1964 "windows-sys 0.52.0",
1965 ]
1966
1967 [[package]]
1968 name = "spin"
1969 version = "0.5.2"
1970 source = "registry+https://github.com/rust-lang/crates.io-index"
1971 checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
1972
1973 [[package]]
1974 name = "spin"
1975 version = "0.9.8"
1976 source = "registry+https://github.com/rust-lang/crates.io-index"
1977 checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
1978 dependencies = [
1979 "lock_api",
1980 ]
1981
1982 [[package]]
1983 name = "spki"
1984 version = "0.7.3"
1985 source = "registry+https://github.com/rust-lang/crates.io-index"
1986 checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
1987 dependencies = [
1988 "base64ct",
1989 "der",
1990 ]
1991
1992 [[package]]
1993 name = "sqlformat"
1994 version = "0.2.3"
1995 source = "registry+https://github.com/rust-lang/crates.io-index"
1996 checksum = "ce81b7bd7c4493975347ef60d8c7e8b742d4694f4c49f93e0a12ea263938176c"
1997 dependencies = [
1998 "itertools",
1999 "nom",
2000 "unicode_categories",
2001 ]
2002
2003 [[package]]
2004 name = "sqlx"
2005 version = "0.7.4"
2006 source = "registry+https://github.com/rust-lang/crates.io-index"
2007 checksum = "c9a2ccff1a000a5a59cd33da541d9f2fdcd9e6e8229cc200565942bff36d0aaa"
2008 dependencies = [
2009 "sqlx-core",
2010 "sqlx-macros",
2011 "sqlx-mysql",
2012 "sqlx-postgres",
2013 "sqlx-sqlite",
2014 ]
2015
2016 [[package]]
2017 name = "sqlx-core"
2018 version = "0.7.4"
2019 source = "registry+https://github.com/rust-lang/crates.io-index"
2020 checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6"
2021 dependencies = [
2022 "ahash",
2023 "atoi",
2024 "byteorder",
2025 "bytes",
2026 "chrono",
2027 "crc",
2028 "crossbeam-queue",
2029 "either",
2030 "event-listener",
2031 "futures-channel",
2032 "futures-core",
2033 "futures-intrusive",
2034 "futures-io",
2035 "futures-util",
2036 "hashlink",
2037 "hex",
2038 "indexmap",
2039 "log",
2040 "memchr",
2041 "native-tls",
2042 "once_cell",
2043 "paste",
2044 "percent-encoding",
2045 "serde",
2046 "serde_json",
2047 "sha2",
2048 "smallvec",
2049 "sqlformat",
2050 "thiserror",
2051 "tokio",
2052 "tokio-stream",
2053 "tracing",
2054 "url",
2055 ]
2056
2057 [[package]]
2058 name = "sqlx-macros"
2059 version = "0.7.4"
2060 source = "registry+https://github.com/rust-lang/crates.io-index"
2061 checksum = "4ea40e2345eb2faa9e1e5e326db8c34711317d2b5e08d0d5741619048a803127"
2062 dependencies = [
2063 "proc-macro2",
2064 "quote",
2065 "sqlx-core",
2066 "sqlx-macros-core",
2067 "syn 1.0.109",
2068 ]
2069
2070 [[package]]
2071 name = "sqlx-macros-core"
2072 version = "0.7.4"
2073 source = "registry+https://github.com/rust-lang/crates.io-index"
2074 checksum = "5833ef53aaa16d860e92123292f1f6a3d53c34ba8b1969f152ef1a7bb803f3c8"
2075 dependencies = [
2076 "dotenvy",
2077 "either",
2078 "heck",
2079 "hex",
2080 "once_cell",
2081 "proc-macro2",
2082 "quote",
2083 "serde",
2084 "serde_json",
2085 "sha2",
2086 "sqlx-core",
2087 "sqlx-mysql",
2088 "sqlx-postgres",
2089 "sqlx-sqlite",
2090 "syn 1.0.109",
2091 "tempfile",
2092 "tokio",
2093 "url",
2094 ]
2095
2096 [[package]]
2097 name = "sqlx-mysql"
2098 version = "0.7.4"
2099 source = "registry+https://github.com/rust-lang/crates.io-index"
2100 checksum = "1ed31390216d20e538e447a7a9b959e06ed9fc51c37b514b46eb758016ecd418"
2101 dependencies = [
2102 "atoi",
2103 "base64 0.21.7",
2104 "bitflags 2.5.0",
2105 "byteorder",
2106 "bytes",
2107 "chrono",
2108 "crc",
2109 "digest",
2110 "dotenvy",
2111 "either",
2112 "futures-channel",
2113 "futures-core",
2114 "futures-io",
2115 "futures-util",
2116 "generic-array",
2117 "hex",
2118 "hkdf",
2119 "hmac",
2120 "itoa",
2121 "log",
2122 "md-5",
2123 "memchr",
2124 "once_cell",
2125 "percent-encoding",
2126 "rand",
2127 "rsa",
2128 "serde",
2129 "sha1",
2130 "sha2",
2131 "smallvec",
2132 "sqlx-core",
2133 "stringprep",
2134 "thiserror",
2135 "tracing",
2136 "whoami",
2137 ]
2138
2139 [[package]]
2140 name = "sqlx-postgres"
2141 version = "0.7.4"
2142 source = "registry+https://github.com/rust-lang/crates.io-index"
2143 checksum = "7c824eb80b894f926f89a0b9da0c7f435d27cdd35b8c655b114e58223918577e"
2144 dependencies = [
2145 "atoi",
2146 "base64 0.21.7",
2147 "bitflags 2.5.0",
2148 "byteorder",
2149 "chrono",
2150 "crc",
2151 "dotenvy",
2152 "etcetera",
2153 "futures-channel",
2154 "futures-core",
2155 "futures-io",
2156 "futures-util",
2157 "hex",
2158 "hkdf",
2159 "hmac",
2160 "home",
2161 "itoa",
2162 "log",
2163 "md-5",
2164 "memchr",
2165 "once_cell",
2166 "rand",
2167 "serde",
2168 "serde_json",
2169 "sha2",
2170 "smallvec",
2171 "sqlx-core",
2172 "stringprep",
2173 "thiserror",
2174 "tracing",
2175 "whoami",
2176 ]
2177
2178 [[package]]
2179 name = "sqlx-sqlite"
2180 version = "0.7.4"
2181 source = "registry+https://github.com/rust-lang/crates.io-index"
2182 checksum = "b244ef0a8414da0bed4bb1910426e890b19e5e9bccc27ada6b797d05c55ae0aa"
2183 dependencies = [
2184 "atoi",
2185 "chrono",
2186 "flume",
2187 "futures-channel",
2188 "futures-core",
2189 "futures-executor",
2190 "futures-intrusive",
2191 "futures-util",
2192 "libsqlite3-sys",
2193 "log",
2194 "percent-encoding",
2195 "serde",
2196 "sqlx-core",
2197 "tracing",
2198 "url",
2199 "urlencoding",
2200 ]
2201
2202 [[package]]
2203 name = "stringprep"
2204 version = "0.1.4"
2205 source = "registry+https://github.com/rust-lang/crates.io-index"
2206 checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
2207 dependencies = [
2208 "finl_unicode",
2209 "unicode-bidi",
2210 "unicode-normalization",
2211 ]
2212
2213 [[package]]
2214 name = "subtle"
2215 version = "2.5.0"
2216 source = "registry+https://github.com/rust-lang/crates.io-index"
2217 checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2218
2219 [[package]]
2220 name = "syn"
2221 version = "1.0.109"
2222 source = "registry+https://github.com/rust-lang/crates.io-index"
2223 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2224 dependencies = [
2225 "proc-macro2",
2226 "quote",
2227 "unicode-ident",
2228 ]
2229
2230 [[package]]
2231 name = "syn"
2232 version = "2.0.58"
2233 source = "registry+https://github.com/rust-lang/crates.io-index"
2234 checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687"
2235 dependencies = [
2236 "proc-macro2",
2237 "quote",
2238 "unicode-ident",
2239 ]
2240
2241 [[package]]
2242 name = "sync_wrapper"
2243 version = "0.1.2"
2244 source = "registry+https://github.com/rust-lang/crates.io-index"
2245 checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2246
2247 [[package]]
2248 name = "system-configuration"
2249 version = "0.5.1"
2250 source = "registry+https://github.com/rust-lang/crates.io-index"
2251 checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
2252 dependencies = [
2253 "bitflags 1.3.2",
2254 "core-foundation",
2255 "system-configuration-sys",
2256 ]
2257
2258 [[package]]
2259 name = "system-configuration-sys"
2260 version = "0.5.0"
2261 source = "registry+https://github.com/rust-lang/crates.io-index"
2262 checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
2263 dependencies = [
2264 "core-foundation-sys",
2265 "libc",
2266 ]
2267
2268 [[package]]
2269 name = "tempfile"
2270 version = "3.10.1"
2271 source = "registry+https://github.com/rust-lang/crates.io-index"
2272 checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
2273 dependencies = [
2274 "cfg-if",
2275 "fastrand",
2276 "rustix",
2277 "windows-sys 0.52.0",
2278 ]
2279
2280 [[package]]
2281 name = "thiserror"
2282 version = "1.0.58"
2283 source = "registry+https://github.com/rust-lang/crates.io-index"
2284 checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
2285 dependencies = [
2286 "thiserror-impl",
2287 ]
2288
2289 [[package]]
2290 name = "thiserror-impl"
2291 version = "1.0.58"
2292 source = "registry+https://github.com/rust-lang/crates.io-index"
2293 checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
2294 dependencies = [
2295 "proc-macro2",
2296 "quote",
2297 "syn 2.0.58",
2298 ]
2299
2300 [[package]]
2301 name = "thread_local"
2302 version = "1.1.8"
2303 source = "registry+https://github.com/rust-lang/crates.io-index"
2304 checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2305 dependencies = [
2306 "cfg-if",
2307 "once_cell",
2308 ]
2309
2310 [[package]]
2311 name = "time"
2312 version = "0.3.35"
2313 source = "registry+https://github.com/rust-lang/crates.io-index"
2314 checksum = "ef89ece63debf11bc32d1ed8d078ac870cbeb44da02afb02a9ff135ae7ca0582"
2315 dependencies = [
2316 "deranged",
2317 "itoa",
2318 "num-conv",
2319 "powerfmt",
2320 "serde",
2321 "time-core",
2322 "time-macros",
2323 ]
2324
2325 [[package]]
2326 name = "time-core"
2327 version = "0.1.2"
2328 source = "registry+https://github.com/rust-lang/crates.io-index"
2329 checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2330
2331 [[package]]
2332 name = "time-macros"
2333 version = "0.2.18"
2334 source = "registry+https://github.com/rust-lang/crates.io-index"
2335 checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
2336 dependencies = [
2337 "num-conv",
2338 "time-core",
2339 ]
2340
2341 [[package]]
2342 name = "tinyvec"
2343 version = "1.6.0"
2344 source = "registry+https://github.com/rust-lang/crates.io-index"
2345 checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2346 dependencies = [
2347 "tinyvec_macros",
2348 ]
2349
2350 [[package]]
2351 name = "tinyvec_macros"
2352 version = "0.1.1"
2353 source = "registry+https://github.com/rust-lang/crates.io-index"
2354 checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2355
2356 [[package]]
2357 name = "tokio"
2358 version = "1.37.0"
2359 source = "registry+https://github.com/rust-lang/crates.io-index"
2360 checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
2361 dependencies = [
2362 "backtrace",
2363 "bytes",
2364 "libc",
2365 "mio",
2366 "num_cpus",
2367 "parking_lot",
2368 "pin-project-lite",
2369 "signal-hook-registry",
2370 "socket2",
2371 "tokio-macros",
2372 "windows-sys 0.48.0",
2373 ]
2374
2375 [[package]]
2376 name = "tokio-macros"
2377 version = "2.2.0"
2378 source = "registry+https://github.com/rust-lang/crates.io-index"
2379 checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
2380 dependencies = [
2381 "proc-macro2",
2382 "quote",
2383 "syn 2.0.58",
2384 ]
2385
2386 [[package]]
2387 name = "tokio-native-tls"
2388 version = "0.3.1"
2389 source = "registry+https://github.com/rust-lang/crates.io-index"
2390 checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2391 dependencies = [
2392 "native-tls",
2393 "tokio",
2394 ]
2395
2396 [[package]]
2397 name = "tokio-stream"
2398 version = "0.1.15"
2399 source = "registry+https://github.com/rust-lang/crates.io-index"
2400 checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
2401 dependencies = [
2402 "futures-core",
2403 "pin-project-lite",
2404 "tokio",
2405 ]
2406
2407 [[package]]
2408 name = "tokio-tungstenite"
2409 version = "0.20.1"
2410 source = "registry+https://github.com/rust-lang/crates.io-index"
2411 checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
2412 dependencies = [
2413 "futures-util",
2414 "log",
2415 "tokio",
2416 "tungstenite",
2417 ]
2418
2419 [[package]]
2420 name = "tokio-util"
2421 version = "0.7.10"
2422 source = "registry+https://github.com/rust-lang/crates.io-index"
2423 checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
2424 dependencies = [
2425 "bytes",
2426 "futures-core",
2427 "futures-sink",
2428 "futures-util",
2429 "hashbrown",
2430 "pin-project-lite",
2431 "tokio",
2432 "tracing",
2433 ]
2434
2435 [[package]]
2436 name = "toml"
2437 version = "0.8.12"
2438 source = "registry+https://github.com/rust-lang/crates.io-index"
2439 checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3"
2440 dependencies = [
2441 "serde",
2442 "serde_spanned",
2443 "toml_datetime",
2444 "toml_edit",
2445 ]
2446
2447 [[package]]
2448 name = "toml_datetime"
2449 version = "0.6.5"
2450 source = "registry+https://github.com/rust-lang/crates.io-index"
2451 checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
2452 dependencies = [
2453 "serde",
2454 ]
2455
2456 [[package]]
2457 name = "toml_edit"
2458 version = "0.22.9"
2459 source = "registry+https://github.com/rust-lang/crates.io-index"
2460 checksum = "8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4"
2461 dependencies = [
2462 "indexmap",
2463 "serde",
2464 "serde_spanned",
2465 "toml_datetime",
2466 "winnow",
2467 ]
2468
2469 [[package]]
2470 name = "tower-service"
2471 version = "0.3.2"
2472 source = "registry+https://github.com/rust-lang/crates.io-index"
2473 checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2474
2475 [[package]]
2476 name = "tracing"
2477 version = "0.1.40"
2478 source = "registry+https://github.com/rust-lang/crates.io-index"
2479 checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2480 dependencies = [
2481 "log",
2482 "pin-project-lite",
2483 "tracing-attributes",
2484 "tracing-core",
2485 ]
2486
2487 [[package]]
2488 name = "tracing-attributes"
2489 version = "0.1.27"
2490 source = "registry+https://github.com/rust-lang/crates.io-index"
2491 checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2492 dependencies = [
2493 "proc-macro2",
2494 "quote",
2495 "syn 2.0.58",
2496 ]
2497
2498 [[package]]
2499 name = "tracing-core"
2500 version = "0.1.32"
2501 source = "registry+https://github.com/rust-lang/crates.io-index"
2502 checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2503 dependencies = [
2504 "once_cell",
2505 "valuable",
2506 ]
2507
2508 [[package]]
2509 name = "tracing-log"
2510 version = "0.2.0"
2511 source = "registry+https://github.com/rust-lang/crates.io-index"
2512 checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2513 dependencies = [
2514 "log",
2515 "once_cell",
2516 "tracing-core",
2517 ]
2518
2519 [[package]]
2520 name = "tracing-subscriber"
2521 version = "0.3.18"
2522 source = "registry+https://github.com/rust-lang/crates.io-index"
2523 checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
2524 dependencies = [
2525 "nu-ansi-term",
2526 "sharded-slab",
2527 "smallvec",
2528 "thread_local",
2529 "tracing-core",
2530 "tracing-log",
2531 ]
2532
2533 [[package]]
2534 name = "try-lock"
2535 version = "0.2.5"
2536 source = "registry+https://github.com/rust-lang/crates.io-index"
2537 checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2538
2539 [[package]]
2540 name = "tungstenite"
2541 version = "0.20.1"
2542 source = "registry+https://github.com/rust-lang/crates.io-index"
2543 checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
2544 dependencies = [
2545 "byteorder",
2546 "bytes",
2547 "data-encoding",
2548 "http",
2549 "httparse",
2550 "log",
2551 "rand",
2552 "sha1",
2553 "thiserror",
2554 "url",
2555 "utf-8",
2556 ]
2557
2558 [[package]]
2559 name = "typenum"
2560 version = "1.17.0"
2561 source = "registry+https://github.com/rust-lang/crates.io-index"
2562 checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2563
2564 [[package]]
2565 name = "unicode-bidi"
2566 version = "0.3.15"
2567 source = "registry+https://github.com/rust-lang/crates.io-index"
2568 checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2569
2570 [[package]]
2571 name = "unicode-ident"
2572 version = "1.0.12"
2573 source = "registry+https://github.com/rust-lang/crates.io-index"
2574 checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2575
2576 [[package]]
2577 name = "unicode-normalization"
2578 version = "0.1.23"
2579 source = "registry+https://github.com/rust-lang/crates.io-index"
2580 checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2581 dependencies = [
2582 "tinyvec",
2583 ]
2584
2585 [[package]]
2586 name = "unicode-segmentation"
2587 version = "1.11.0"
2588 source = "registry+https://github.com/rust-lang/crates.io-index"
2589 checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
2590
2591 [[package]]
2592 name = "unicode_categories"
2593 version = "0.1.1"
2594 source = "registry+https://github.com/rust-lang/crates.io-index"
2595 checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
2596
2597 [[package]]
2598 name = "universal-hash"
2599 version = "0.5.1"
2600 source = "registry+https://github.com/rust-lang/crates.io-index"
2601 checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
2602 dependencies = [
2603 "crypto-common",
2604 "subtle",
2605 ]
2606
2607 [[package]]
2608 name = "untrusted"
2609 version = "0.9.0"
2610 source = "registry+https://github.com/rust-lang/crates.io-index"
2611 checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2612
2613 [[package]]
2614 name = "url"
2615 version = "2.5.0"
2616 source = "registry+https://github.com/rust-lang/crates.io-index"
2617 checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
2618 dependencies = [
2619 "form_urlencoded",
2620 "idna",
2621 "percent-encoding",
2622 "serde",
2623 ]
2624
2625 [[package]]
2626 name = "urlencoding"
2627 version = "2.1.3"
2628 source = "registry+https://github.com/rust-lang/crates.io-index"
2629 checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2630
2631 [[package]]
2632 name = "utf-8"
2633 version = "0.7.6"
2634 source = "registry+https://github.com/rust-lang/crates.io-index"
2635 checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2636
2637 [[package]]
2638 name = "valuable"
2639 version = "0.1.0"
2640 source = "registry+https://github.com/rust-lang/crates.io-index"
2641 checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2642
2643 [[package]]
2644 name = "vcpkg"
2645 version = "0.2.15"
2646 source = "registry+https://github.com/rust-lang/crates.io-index"
2647 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2648
2649 [[package]]
2650 name = "version_check"
2651 version = "0.9.4"
2652 source = "registry+https://github.com/rust-lang/crates.io-index"
2653 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2654
2655 [[package]]
2656 name = "want"
2657 version = "0.3.1"
2658 source = "registry+https://github.com/rust-lang/crates.io-index"
2659 checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2660 dependencies = [
2661 "try-lock",
2662 ]
2663
2664 [[package]]
2665 name = "wasi"
2666 version = "0.11.0+wasi-snapshot-preview1"
2667 source = "registry+https://github.com/rust-lang/crates.io-index"
2668 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2669
2670 [[package]]
2671 name = "wasite"
2672 version = "0.1.0"
2673 source = "registry+https://github.com/rust-lang/crates.io-index"
2674 checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
2675
2676 [[package]]
2677 name = "wasm-bindgen"
2678 version = "0.2.92"
2679 source = "registry+https://github.com/rust-lang/crates.io-index"
2680 checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2681 dependencies = [
2682 "cfg-if",
2683 "wasm-bindgen-macro",
2684 ]
2685
2686 [[package]]
2687 name = "wasm-bindgen-backend"
2688 version = "0.2.92"
2689 source = "registry+https://github.com/rust-lang/crates.io-index"
2690 checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
2691 dependencies = [
2692 "bumpalo",
2693 "log",
2694 "once_cell",
2695 "proc-macro2",
2696 "quote",
2697 "syn 2.0.58",
2698 "wasm-bindgen-shared",
2699 ]
2700
2701 [[package]]
2702 name = "wasm-bindgen-futures"
2703 version = "0.4.42"
2704 source = "registry+https://github.com/rust-lang/crates.io-index"
2705 checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
2706 dependencies = [
2707 "cfg-if",
2708 "js-sys",
2709 "wasm-bindgen",
2710 "web-sys",
2711 ]
2712
2713 [[package]]
2714 name = "wasm-bindgen-macro"
2715 version = "0.2.92"
2716 source = "registry+https://github.com/rust-lang/crates.io-index"
2717 checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2718 dependencies = [
2719 "quote",
2720 "wasm-bindgen-macro-support",
2721 ]
2722
2723 [[package]]
2724 name = "wasm-bindgen-macro-support"
2725 version = "0.2.92"
2726 source = "registry+https://github.com/rust-lang/crates.io-index"
2727 checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2728 dependencies = [
2729 "proc-macro2",
2730 "quote",
2731 "syn 2.0.58",
2732 "wasm-bindgen-backend",
2733 "wasm-bindgen-shared",
2734 ]
2735
2736 [[package]]
2737 name = "wasm-bindgen-shared"
2738 version = "0.2.92"
2739 source = "registry+https://github.com/rust-lang/crates.io-index"
2740 checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2741
2742 [[package]]
2743 name = "web-sys"
2744 version = "0.3.69"
2745 source = "registry+https://github.com/rust-lang/crates.io-index"
2746 checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
2747 dependencies = [
2748 "js-sys",
2749 "wasm-bindgen",
2750 ]
2751
2752 [[package]]
2753 name = "whoami"
2754 version = "1.5.1"
2755 source = "registry+https://github.com/rust-lang/crates.io-index"
2756 checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
2757 dependencies = [
2758 "redox_syscall",
2759 "wasite",
2760 ]
2761
2762 [[package]]
2763 name = "winapi"
2764 version = "0.3.9"
2765 source = "registry+https://github.com/rust-lang/crates.io-index"
2766 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2767 dependencies = [
2768 "winapi-i686-pc-windows-gnu",
2769 "winapi-x86_64-pc-windows-gnu",
2770 ]
2771
2772 [[package]]
2773 name = "winapi-i686-pc-windows-gnu"
2774 version = "0.4.0"
2775 source = "registry+https://github.com/rust-lang/crates.io-index"
2776 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2777
2778 [[package]]
2779 name = "winapi-x86_64-pc-windows-gnu"
2780 version = "0.4.0"
2781 source = "registry+https://github.com/rust-lang/crates.io-index"
2782 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2783
2784 [[package]]
2785 name = "windows-core"
2786 version = "0.52.0"
2787 source = "registry+https://github.com/rust-lang/crates.io-index"
2788 checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2789 dependencies = [
2790 "windows-targets 0.52.4",
2791 ]
2792
2793 [[package]]
2794 name = "windows-sys"
2795 version = "0.48.0"
2796 source = "registry+https://github.com/rust-lang/crates.io-index"
2797 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2798 dependencies = [
2799 "windows-targets 0.48.5",
2800 ]
2801
2802 [[package]]
2803 name = "windows-sys"
2804 version = "0.52.0"
2805 source = "registry+https://github.com/rust-lang/crates.io-index"
2806 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2807 dependencies = [
2808 "windows-targets 0.52.4",
2809 ]
2810
2811 [[package]]
2812 name = "windows-targets"
2813 version = "0.48.5"
2814 source = "registry+https://github.com/rust-lang/crates.io-index"
2815 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2816 dependencies = [
2817 "windows_aarch64_gnullvm 0.48.5",
2818 "windows_aarch64_msvc 0.48.5",
2819 "windows_i686_gnu 0.48.5",
2820 "windows_i686_msvc 0.48.5",
2821 "windows_x86_64_gnu 0.48.5",
2822 "windows_x86_64_gnullvm 0.48.5",
2823 "windows_x86_64_msvc 0.48.5",
2824 ]
2825
2826 [[package]]
2827 name = "windows-targets"
2828 version = "0.52.4"
2829 source = "registry+https://github.com/rust-lang/crates.io-index"
2830 checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
2831 dependencies = [
2832 "windows_aarch64_gnullvm 0.52.4",
2833 "windows_aarch64_msvc 0.52.4",
2834 "windows_i686_gnu 0.52.4",
2835 "windows_i686_msvc 0.52.4",
2836 "windows_x86_64_gnu 0.52.4",
2837 "windows_x86_64_gnullvm 0.52.4",
2838 "windows_x86_64_msvc 0.52.4",
2839 ]
2840
2841 [[package]]
2842 name = "windows_aarch64_gnullvm"
2843 version = "0.48.5"
2844 source = "registry+https://github.com/rust-lang/crates.io-index"
2845 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2846
2847 [[package]]
2848 name = "windows_aarch64_gnullvm"
2849 version = "0.52.4"
2850 source = "registry+https://github.com/rust-lang/crates.io-index"
2851 checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
2852
2853 [[package]]
2854 name = "windows_aarch64_msvc"
2855 version = "0.48.5"
2856 source = "registry+https://github.com/rust-lang/crates.io-index"
2857 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2858
2859 [[package]]
2860 name = "windows_aarch64_msvc"
2861 version = "0.52.4"
2862 source = "registry+https://github.com/rust-lang/crates.io-index"
2863 checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
2864
2865 [[package]]
2866 name = "windows_i686_gnu"
2867 version = "0.48.5"
2868 source = "registry+https://github.com/rust-lang/crates.io-index"
2869 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2870
2871 [[package]]
2872 name = "windows_i686_gnu"
2873 version = "0.52.4"
2874 source = "registry+https://github.com/rust-lang/crates.io-index"
2875 checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
2876
2877 [[package]]
2878 name = "windows_i686_msvc"
2879 version = "0.48.5"
2880 source = "registry+https://github.com/rust-lang/crates.io-index"
2881 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2882
2883 [[package]]
2884 name = "windows_i686_msvc"
2885 version = "0.52.4"
2886 source = "registry+https://github.com/rust-lang/crates.io-index"
2887 checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
2888
2889 [[package]]
2890 name = "windows_x86_64_gnu"
2891 version = "0.48.5"
2892 source = "registry+https://github.com/rust-lang/crates.io-index"
2893 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2894
2895 [[package]]
2896 name = "windows_x86_64_gnu"
2897 version = "0.52.4"
2898 source = "registry+https://github.com/rust-lang/crates.io-index"
2899 checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
2900
2901 [[package]]
2902 name = "windows_x86_64_gnullvm"
2903 version = "0.48.5"
2904 source = "registry+https://github.com/rust-lang/crates.io-index"
2905 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2906
2907 [[package]]
2908 name = "windows_x86_64_gnullvm"
2909 version = "0.52.4"
2910 source = "registry+https://github.com/rust-lang/crates.io-index"
2911 checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
2912
2913 [[package]]
2914 name = "windows_x86_64_msvc"
2915 version = "0.48.5"
2916 source = "registry+https://github.com/rust-lang/crates.io-index"
2917 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2918
2919 [[package]]
2920 name = "windows_x86_64_msvc"
2921 version = "0.52.4"
2922 source = "registry+https://github.com/rust-lang/crates.io-index"
2923 checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
2924
2925 [[package]]
2926 name = "winnow"
2927 version = "0.6.5"
2928 source = "registry+https://github.com/rust-lang/crates.io-index"
2929 checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8"
2930 dependencies = [
2931 "memchr",
2932 ]
2933
2934 [[package]]
2935 name = "winreg"
2936 version = "0.50.0"
2937 source = "registry+https://github.com/rust-lang/crates.io-index"
2938 checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
2939 dependencies = [
2940 "cfg-if",
2941 "windows-sys 0.48.0",
2942 ]
2943
2944 [[package]]
2945 name = "zerocopy"
2946 version = "0.7.32"
2947 source = "registry+https://github.com/rust-lang/crates.io-index"
2948 checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
2949 dependencies = [
2950 "zerocopy-derive",
2951 ]
2952
2953 [[package]]
2954 name = "zerocopy-derive"
2955 version = "0.7.32"
2956 source = "registry+https://github.com/rust-lang/crates.io-index"
2957 checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
2958 dependencies = [
2959 "proc-macro2",
2960 "quote",
2961 "syn 2.0.58",
2962 ]
2963
2964 [[package]]
2965 name = "zeroize"
2966 version = "1.7.0"
2967 source = "registry+https://github.com/rust-lang/crates.io-index"
2968 checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"