steid

@jamesgill /

steid/Cargo.lock
52.0 KBCode·Blame·Raw
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "adler2"
7version = "2.0.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
11[[package]]
12name = "aead"
13version = "0.5.2"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
16dependencies = [
17 "crypto-common 0.1.7",
18 "generic-array",
19]
20
21[[package]]
22name = "aes"
23version = "0.8.4"
24source = "registry+https://github.com/rust-lang/crates.io-index"
25checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
26dependencies = [
27 "cfg-if",
28 "cipher",
29 "cpufeatures 0.2.17",
30]
31
32[[package]]
33name = "aes-gcm"
34version = "0.10.3"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
37dependencies = [
38 "aead",
39 "aes",
40 "cipher",
41 "ctr",
42 "ghash",
43 "subtle",
44]
45
46[[package]]
47name = "alloc-no-stdlib"
48version = "2.0.4"
49source = "registry+https://github.com/rust-lang/crates.io-index"
50checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
51
52[[package]]
53name = "alloc-stdlib"
54version = "0.2.4"
55source = "registry+https://github.com/rust-lang/crates.io-index"
56checksum = "0e76a019e91224d279006ff972f1e984179a6e9feb050adba6ce8274aef23195"
57dependencies = [
58 "alloc-no-stdlib",
59]
60
61[[package]]
62name = "allocator-api2"
63version = "0.2.21"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
66
67[[package]]
68name = "anyhow"
69version = "1.0.104"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
72
73[[package]]
74name = "anymap3"
75version = "1.1.0"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "fb5dfbc6d8d2675589ccbe4d0fd61df2419075625f8c1a62325e718e2b0049f9"
78
79[[package]]
80name = "async-compression"
81version = "0.4.43"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "3976abdc8fe7d1133d43d304afd42abdf5bc3e1319d263d223bde07b5efc4be8"
84dependencies = [
85 "compression-codecs",
86 "compression-core",
87 "pin-project-lite",
88 "tokio",
89]
90
91[[package]]
92name = "atomic-waker"
93version = "1.1.2"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
96
97[[package]]
98name = "base64"
99version = "0.22.1"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
102
103[[package]]
104name = "base64"
105version = "0.23.0"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "b25655df2c3cdd83c5e5b293b88acd880332b2ddadd7c30ac43144fdc0033da9"
108
109[[package]]
110name = "bitflags"
111version = "2.13.1"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
114
115[[package]]
116name = "block-buffer"
117version = "0.10.4"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
120dependencies = [
121 "generic-array",
122]
123
124[[package]]
125name = "block-buffer"
126version = "0.12.1"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
129dependencies = [
130 "hybrid-array",
131]
132
133[[package]]
134name = "boxcar"
135version = "0.2.14"
136source = "registry+https://github.com/rust-lang/crates.io-index"
137checksum = "36f64beae40a84da1b4b26ff2761a5b895c12adc41dc25aaee1c4f2bbfe97a6e"
138
139[[package]]
140name = "brotli"
141version = "8.0.4"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "5cc91aac060a7a1e25823bdccbfb6af1875b88f17c6daac97894eed8207166b3"
144dependencies = [
145 "alloc-no-stdlib",
146 "alloc-stdlib",
147 "brotli-decompressor",
148]
149
150[[package]]
151name = "brotli-decompressor"
152version = "5.0.3"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "3a32acac15fe1967bc3986b2a6347dffc965602354ea6f450ad07e8bfd253583"
155dependencies = [
156 "alloc-no-stdlib",
157 "alloc-stdlib",
158]
159
160[[package]]
161name = "bumpalo"
162version = "3.20.3"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
165
166[[package]]
167name = "bytes"
168version = "1.12.1"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
171
172[[package]]
173name = "cfg-if"
174version = "1.0.4"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
177
178[[package]]
179name = "cipher"
180version = "0.4.4"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
183dependencies = [
184 "crypto-common 0.1.7",
185 "inout",
186]
187
188[[package]]
189name = "compression-codecs"
190version = "0.4.38"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf"
193dependencies = [
194 "brotli",
195 "compression-core",
196 "flate2",
197 "memchr",
198]
199
200[[package]]
201name = "compression-core"
202version = "0.4.32"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789"
205
206[[package]]
207name = "const-oid"
208version = "0.10.2"
209source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
211
212[[package]]
213name = "cookie"
214version = "0.18.1"
215source = "registry+https://github.com/rust-lang/crates.io-index"
216checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
217dependencies = [
218 "aes-gcm",
219 "base64 0.22.1",
220 "hkdf",
221 "hmac",
222 "percent-encoding",
223 "rand 0.8.7",
224 "sha2 0.10.9",
225 "subtle",
226 "time",
227 "version_check",
228]
229
230[[package]]
231name = "cpufeatures"
232version = "0.2.17"
233source = "registry+https://github.com/rust-lang/crates.io-index"
234checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
235dependencies = [
236 "libc",
237]
238
239[[package]]
240name = "cpufeatures"
241version = "0.3.0"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
244dependencies = [
245 "libc",
246]
247
248[[package]]
249name = "crc32fast"
250version = "1.5.0"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
253dependencies = [
254 "cfg-if",
255]
256
257[[package]]
258name = "crypto-common"
259version = "0.1.7"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
262dependencies = [
263 "generic-array",
264 "rand_core 0.6.4",
265 "typenum",
266]
267
268[[package]]
269name = "crypto-common"
270version = "0.2.2"
271source = "registry+https://github.com/rust-lang/crates.io-index"
272checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
273dependencies = [
274 "hybrid-array",
275]
276
277[[package]]
278name = "ctr"
279version = "0.9.2"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
282dependencies = [
283 "cipher",
284]
285
286[[package]]
287name = "data-encoding"
288version = "2.11.0"
289source = "registry+https://github.com/rust-lang/crates.io-index"
290checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8"
291
292[[package]]
293name = "deranged"
294version = "0.5.8"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
297
298[[package]]
299name = "digest"
300version = "0.10.7"
301source = "registry+https://github.com/rust-lang/crates.io-index"
302checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
303dependencies = [
304 "block-buffer 0.10.4",
305 "crypto-common 0.1.7",
306 "subtle",
307]
308
309[[package]]
310name = "digest"
311version = "0.11.3"
312source = "registry+https://github.com/rust-lang/crates.io-index"
313checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
314dependencies = [
315 "block-buffer 0.12.1",
316 "const-oid",
317 "crypto-common 0.2.2",
318]
319
320[[package]]
321name = "displaydoc"
322version = "0.2.7"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
325dependencies = [
326 "proc-macro2",
327 "quote",
328 "syn 3.0.3",
329]
330
331[[package]]
332name = "email-encoding"
333version = "0.4.2"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "420b9da095f052ea597503e39073b5b3c522f7db933fbac202d91d24492693fd"
336dependencies = [
337 "base64 0.23.0",
338 "memchr",
339]
340
341[[package]]
342name = "email_address"
343version = "0.2.9"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
346
347[[package]]
348name = "equivalent"
349version = "1.0.2"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
352
353[[package]]
354name = "errno"
355version = "0.3.14"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
358dependencies = [
359 "libc",
360 "windows-sys",
361]
362
363[[package]]
364name = "fastrand"
365version = "2.5.0"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
368
369[[package]]
370name = "flate2"
371version = "1.1.9"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
374dependencies = [
375 "crc32fast",
376 "miniz_oxide",
377]
378
379[[package]]
380name = "fnv"
381version = "1.0.7"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
384
385[[package]]
386name = "foldhash"
387version = "0.2.0"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
390
391[[package]]
392name = "form_urlencoded"
393version = "1.2.2"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
396dependencies = [
397 "percent-encoding",
398]
399
400[[package]]
401name = "futures-channel"
402version = "0.3.33"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae"
405dependencies = [
406 "futures-core",
407]
408
409[[package]]
410name = "futures-core"
411version = "0.3.33"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
414
415[[package]]
416name = "futures-macro"
417version = "0.3.33"
418source = "registry+https://github.com/rust-lang/crates.io-index"
419checksum = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b"
420dependencies = [
421 "proc-macro2",
422 "quote",
423 "syn 2.0.119",
424]
425
426[[package]]
427name = "futures-sink"
428version = "0.3.33"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307"
431
432[[package]]
433name = "futures-task"
434version = "0.3.33"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
437
438[[package]]
439name = "futures-util"
440version = "0.3.33"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
443dependencies = [
444 "futures-core",
445 "futures-macro",
446 "futures-sink",
447 "futures-task",
448 "pin-project-lite",
449 "slab",
450]
451
452[[package]]
453name = "generic-array"
454version = "0.14.7"
455source = "registry+https://github.com/rust-lang/crates.io-index"
456checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
457dependencies = [
458 "typenum",
459 "version_check",
460]
461
462[[package]]
463name = "getrandom"
464version = "0.2.17"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
467dependencies = [
468 "cfg-if",
469 "js-sys",
470 "libc",
471 "wasi",
472 "wasm-bindgen",
473]
474
475[[package]]
476name = "getrandom"
477version = "0.3.4"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
480dependencies = [
481 "cfg-if",
482 "libc",
483 "r-efi 5.3.0",
484 "wasip2",
485]
486
487[[package]]
488name = "getrandom"
489version = "0.4.3"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
492dependencies = [
493 "cfg-if",
494 "js-sys",
495 "libc",
496 "r-efi 6.0.0",
497 "wasm-bindgen",
498]
499
500[[package]]
501name = "ghash"
502version = "0.5.1"
503source = "registry+https://github.com/rust-lang/crates.io-index"
504checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
505dependencies = [
506 "opaque-debug",
507 "polyval",
508]
509
510[[package]]
511name = "h2"
512version = "0.4.15"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
515dependencies = [
516 "atomic-waker",
517 "bytes",
518 "fnv",
519 "futures-core",
520 "futures-sink",
521 "http",
522 "indexmap",
523 "slab",
524 "tokio",
525 "tokio-util",
526 "tracing",
527]
528
529[[package]]
530name = "hashbrown"
531version = "0.17.1"
532source = "registry+https://github.com/rust-lang/crates.io-index"
533checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
534dependencies = [
535 "allocator-api2",
536 "equivalent",
537 "foldhash",
538]
539
540[[package]]
541name = "heck"
542version = "0.5.0"
543source = "registry+https://github.com/rust-lang/crates.io-index"
544checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
545
546[[package]]
547name = "hkdf"
548version = "0.12.4"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
551dependencies = [
552 "hmac",
553]
554
555[[package]]
556name = "hmac"
557version = "0.12.1"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
560dependencies = [
561 "digest 0.10.7",
562]
563
564[[package]]
565name = "hostname"
566version = "0.4.2"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "617aaa3557aef3810a6369d0a99fac8a080891b68bd9f9812a1eeda0c0730cbd"
569dependencies = [
570 "cfg-if",
571 "libc",
572 "windows-link",
573]
574
575[[package]]
576name = "http"
577version = "1.5.0"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0"
580dependencies = [
581 "bytes",
582 "itoa",
583]
584
585[[package]]
586name = "http-body"
587version = "1.1.0"
588source = "registry+https://github.com/rust-lang/crates.io-index"
589checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
590dependencies = [
591 "bytes",
592 "http",
593]
594
595[[package]]
596name = "http-body-util"
597version = "0.1.4"
598source = "registry+https://github.com/rust-lang/crates.io-index"
599checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2"
600dependencies = [
601 "bytes",
602 "futures-core",
603 "http",
604 "http-body",
605 "pin-project-lite",
606]
607
608[[package]]
609name = "httparse"
610version = "1.10.1"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
613
614[[package]]
615name = "httpdate"
616version = "1.0.3"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
619
620[[package]]
621name = "hybrid-array"
622version = "0.4.14"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "707114b52a152fa7bdb290cd7cd5912d9467273b6d74e21b8d81aca1f8533f6b"
625dependencies = [
626 "typenum",
627]
628
629[[package]]
630name = "hyper"
631version = "1.11.0"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72"
634dependencies = [
635 "atomic-waker",
636 "bytes",
637 "futures-channel",
638 "futures-core",
639 "h2",
640 "http",
641 "http-body",
642 "httparse",
643 "httpdate",
644 "itoa",
645 "pin-project-lite",
646 "smallvec",
647 "tokio",
648]
649
650[[package]]
651name = "hyper-util"
652version = "0.1.20"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
655dependencies = [
656 "bytes",
657 "http",
658 "http-body",
659 "hyper",
660 "pin-project-lite",
661 "tokio",
662]
663
664[[package]]
665name = "icu_collections"
666version = "2.2.0"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
669dependencies = [
670 "displaydoc",
671 "potential_utf",
672 "utf8_iter",
673 "yoke",
674 "zerofrom",
675 "zerovec",
676]
677
678[[package]]
679name = "icu_locale_core"
680version = "2.2.0"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
683dependencies = [
684 "displaydoc",
685 "litemap",
686 "tinystr",
687 "writeable",
688 "zerovec",
689]
690
691[[package]]
692name = "icu_normalizer"
693version = "2.2.0"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
696dependencies = [
697 "icu_collections",
698 "icu_normalizer_data",
699 "icu_properties",
700 "icu_provider",
701 "smallvec",
702 "zerovec",
703]
704
705[[package]]
706name = "icu_normalizer_data"
707version = "2.2.0"
708source = "registry+https://github.com/rust-lang/crates.io-index"
709checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
710
711[[package]]
712name = "icu_properties"
713version = "2.2.0"
714source = "registry+https://github.com/rust-lang/crates.io-index"
715checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
716dependencies = [
717 "icu_collections",
718 "icu_locale_core",
719 "icu_properties_data",
720 "icu_provider",
721 "zerotrie",
722 "zerovec",
723]
724
725[[package]]
726name = "icu_properties_data"
727version = "2.2.0"
728source = "registry+https://github.com/rust-lang/crates.io-index"
729checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
730
731[[package]]
732name = "icu_provider"
733version = "2.2.0"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
736dependencies = [
737 "displaydoc",
738 "icu_locale_core",
739 "writeable",
740 "yoke",
741 "zerofrom",
742 "zerotrie",
743 "zerovec",
744]
745
746[[package]]
747name = "idna"
748version = "1.1.0"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
751dependencies = [
752 "idna_adapter",
753 "smallvec",
754 "utf8_iter",
755]
756
757[[package]]
758name = "idna_adapter"
759version = "1.2.2"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
762dependencies = [
763 "icu_normalizer",
764 "icu_properties",
765]
766
767[[package]]
768name = "indexmap"
769version = "2.14.0"
770source = "registry+https://github.com/rust-lang/crates.io-index"
771checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
772dependencies = [
773 "equivalent",
774 "hashbrown",
775]
776
777[[package]]
778name = "inout"
779version = "0.1.4"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
782dependencies = [
783 "generic-array",
784]
785
786[[package]]
787name = "inventory"
788version = "0.3.24"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b"
791dependencies = [
792 "rustversion",
793]
794
795[[package]]
796name = "itoa"
797version = "1.0.18"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
800
801[[package]]
802name = "js-sys"
803version = "0.3.103"
804source = "registry+https://github.com/rust-lang/crates.io-index"
805checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
806dependencies = [
807 "cfg-if",
808 "futures-util",
809 "wasm-bindgen",
810]
811
812[[package]]
813name = "lettre"
814version = "0.11.22"
815source = "registry+https://github.com/rust-lang/crates.io-index"
816checksum = "0da65617f6cb926332d039cb578aad56178da86e128db6a1b09f4c94fa5b3349"
817dependencies = [
818 "email-encoding",
819 "email_address",
820 "fastrand",
821 "hostname",
822 "httpdate",
823 "idna",
824 "mime",
825 "nom",
826 "quoted_printable",
827]
828
829[[package]]
830name = "libc"
831version = "0.2.189"
832source = "registry+https://github.com/rust-lang/crates.io-index"
833checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
834
835[[package]]
836name = "litemap"
837version = "0.8.2"
838source = "registry+https://github.com/rust-lang/crates.io-index"
839checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
840
841[[package]]
842name = "log"
843version = "0.4.33"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
846
847[[package]]
848name = "matchit"
849version = "0.9.2"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "8863b587001c1b9a8a4e36008cebc6b3612cb1226fe2de94858e06092687b608"
852
853[[package]]
854name = "memchr"
855version = "2.8.3"
856source = "registry+https://github.com/rust-lang/crates.io-index"
857checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
858
859[[package]]
860name = "mime"
861version = "0.3.17"
862source = "registry+https://github.com/rust-lang/crates.io-index"
863checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
864
865[[package]]
866name = "miniz_oxide"
867version = "0.8.9"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
870dependencies = [
871 "adler2",
872 "simd-adler32",
873]
874
875[[package]]
876name = "mio"
877version = "1.2.2"
878source = "registry+https://github.com/rust-lang/crates.io-index"
879checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
880dependencies = [
881 "libc",
882 "wasi",
883 "windows-sys",
884]
885
886[[package]]
887name = "nom"
888version = "8.0.0"
889source = "registry+https://github.com/rust-lang/crates.io-index"
890checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
891dependencies = [
892 "memchr",
893]
894
895[[package]]
896name = "num-conv"
897version = "0.2.2"
898source = "registry+https://github.com/rust-lang/crates.io-index"
899checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
900
901[[package]]
902name = "once_cell"
903version = "1.21.4"
904source = "registry+https://github.com/rust-lang/crates.io-index"
905checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
906
907[[package]]
908name = "opaque-debug"
909version = "0.3.1"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
912
913[[package]]
914name = "percent-encoding"
915version = "2.3.2"
916source = "registry+https://github.com/rust-lang/crates.io-index"
917checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
918
919[[package]]
920name = "pin-project-lite"
921version = "0.2.17"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
924
925[[package]]
926name = "polyval"
927version = "0.6.2"
928source = "registry+https://github.com/rust-lang/crates.io-index"
929checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
930dependencies = [
931 "cfg-if",
932 "cpufeatures 0.2.17",
933 "opaque-debug",
934 "universal-hash",
935]
936
937[[package]]
938name = "potential_utf"
939version = "0.1.5"
940source = "registry+https://github.com/rust-lang/crates.io-index"
941checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
942dependencies = [
943 "zerovec",
944]
945
946[[package]]
947name = "powerfmt"
948version = "0.2.0"
949source = "registry+https://github.com/rust-lang/crates.io-index"
950checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
951
952[[package]]
953name = "ppv-lite86"
954version = "0.2.21"
955source = "registry+https://github.com/rust-lang/crates.io-index"
956checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
957dependencies = [
958 "zerocopy",
959]
960
961[[package]]
962name = "proc-macro-crate"
963version = "3.5.0"
964source = "registry+https://github.com/rust-lang/crates.io-index"
965checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
966dependencies = [
967 "toml_edit",
968]
969
970[[package]]
971name = "proc-macro2"
972version = "1.0.107"
973source = "registry+https://github.com/rust-lang/crates.io-index"
974checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
975dependencies = [
976 "unicode-ident",
977]
978
979[[package]]
980name = "quote"
981version = "1.0.47"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
984dependencies = [
985 "proc-macro2",
986]
987
988[[package]]
989name = "quoted_printable"
990version = "0.5.2"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "478e0585659a122aa407eb7e3c0e1fa51b1d8a870038bd29f0cf4a8551eea972"
993
994[[package]]
995name = "r-efi"
996version = "5.3.0"
997source = "registry+https://github.com/rust-lang/crates.io-index"
998checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
999
1000[[package]]
1001name = "r-efi"
1002version = "6.0.0"
1003source = "registry+https://github.com/rust-lang/crates.io-index"
1004checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1005
1006[[package]]
1007name = "rand"
1008version = "0.8.7"
1009source = "registry+https://github.com/rust-lang/crates.io-index"
1010checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a"
1011dependencies = [
1012 "libc",
1013 "rand_chacha 0.3.1",
1014 "rand_core 0.6.4",
1015]
1016
1017[[package]]
1018name = "rand"
1019version = "0.9.5"
1020source = "registry+https://github.com/rust-lang/crates.io-index"
1021checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
1022dependencies = [
1023 "rand_chacha 0.9.0",
1024 "rand_core 0.9.5",
1025]
1026
1027[[package]]
1028name = "rand_chacha"
1029version = "0.3.1"
1030source = "registry+https://github.com/rust-lang/crates.io-index"
1031checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1032dependencies = [
1033 "ppv-lite86",
1034 "rand_core 0.6.4",
1035]
1036
1037[[package]]
1038name = "rand_chacha"
1039version = "0.9.0"
1040source = "registry+https://github.com/rust-lang/crates.io-index"
1041checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1042dependencies = [
1043 "ppv-lite86",
1044 "rand_core 0.9.5",
1045]
1046
1047[[package]]
1048name = "rand_core"
1049version = "0.6.4"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1052dependencies = [
1053 "getrandom 0.2.17",
1054]
1055
1056[[package]]
1057name = "rand_core"
1058version = "0.9.5"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1061dependencies = [
1062 "getrandom 0.3.4",
1063]
1064
1065[[package]]
1066name = "ref-cast"
1067version = "1.0.26"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "216e8f773d7923bcba9ceb86a86c93cabb3903a11872fc3f138c49630e50b96d"
1070dependencies = [
1071 "ref-cast-impl",
1072]
1073
1074[[package]]
1075name = "ref-cast-impl"
1076version = "1.0.26"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "2c9283685feec7d69af75fb0e858d5e7378f33fe4fc699383b2916ab9273e03c"
1079dependencies = [
1080 "proc-macro2",
1081 "quote",
1082 "syn 3.0.3",
1083]
1084
1085[[package]]
1086name = "rustversion"
1087version = "1.0.23"
1088source = "registry+https://github.com/rust-lang/crates.io-index"
1089checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
1090
1091[[package]]
1092name = "ryu"
1093version = "1.0.23"
1094source = "registry+https://github.com/rust-lang/crates.io-index"
1095checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1096
1097[[package]]
1098name = "serde"
1099version = "1.0.229"
1100source = "registry+https://github.com/rust-lang/crates.io-index"
1101checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
1102dependencies = [
1103 "serde_core",
1104 "serde_derive",
1105]
1106
1107[[package]]
1108name = "serde_core"
1109version = "1.0.229"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
1112dependencies = [
1113 "serde_derive",
1114]
1115
1116[[package]]
1117name = "serde_derive"
1118version = "1.0.229"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
1120checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
1121dependencies = [
1122 "proc-macro2",
1123 "quote",
1124 "syn 3.0.3",
1125]
1126
1127[[package]]
1128name = "serde_json"
1129version = "1.0.151"
1130source = "registry+https://github.com/rust-lang/crates.io-index"
1131checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
1132dependencies = [
1133 "itoa",
1134 "memchr",
1135 "serde",
1136 "serde_core",
1137 "zmij",
1138]
1139
1140[[package]]
1141name = "serde_path_to_error"
1142version = "0.1.20"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
1145dependencies = [
1146 "itoa",
1147 "serde",
1148 "serde_core",
1149]
1150
1151[[package]]
1152name = "serde_spanned"
1153version = "1.1.1"
1154source = "registry+https://github.com/rust-lang/crates.io-index"
1155checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
1156dependencies = [
1157 "serde_core",
1158]
1159
1160[[package]]
1161name = "serde_urlencoded"
1162version = "0.7.1"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1165dependencies = [
1166 "form_urlencoded",
1167 "itoa",
1168 "ryu",
1169 "serde",
1170]
1171
1172[[package]]
1173name = "sha1"
1174version = "0.10.7"
1175source = "registry+https://github.com/rust-lang/crates.io-index"
1176checksum = "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8"
1177dependencies = [
1178 "cfg-if",
1179 "cpufeatures 0.2.17",
1180 "digest 0.10.7",
1181]
1182
1183[[package]]
1184name = "sha2"
1185version = "0.10.9"
1186source = "registry+https://github.com/rust-lang/crates.io-index"
1187checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1188dependencies = [
1189 "cfg-if",
1190 "cpufeatures 0.2.17",
1191 "digest 0.10.7",
1192]
1193
1194[[package]]
1195name = "sha2"
1196version = "0.11.0"
1197source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
1199dependencies = [
1200 "cfg-if",
1201 "cpufeatures 0.3.0",
1202 "digest 0.11.3",
1203]
1204
1205[[package]]
1206name = "signal-hook-registry"
1207version = "1.4.8"
1208source = "registry+https://github.com/rust-lang/crates.io-index"
1209checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1210dependencies = [
1211 "errno",
1212 "libc",
1213]
1214
1215[[package]]
1216name = "simd-adler32"
1217version = "0.3.10"
1218source = "registry+https://github.com/rust-lang/crates.io-index"
1219checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
1220
1221[[package]]
1222name = "slab"
1223version = "0.4.12"
1224source = "registry+https://github.com/rust-lang/crates.io-index"
1225checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1226
1227[[package]]
1228name = "smallvec"
1229version = "1.15.2"
1230source = "registry+https://github.com/rust-lang/crates.io-index"
1231checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
1232
1233[[package]]
1234name = "socket2"
1235version = "0.6.5"
1236source = "registry+https://github.com/rust-lang/crates.io-index"
1237checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
1238dependencies = [
1239 "libc",
1240 "windows-sys",
1241]
1242
1243[[package]]
1244name = "stable_deref_trait"
1245version = "1.2.1"
1246source = "registry+https://github.com/rust-lang/crates.io-index"
1247checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1248
1249[[package]]
1250name = "steid"
1251version = "0.1.0"
1252dependencies = [
1253 "tokio",
1254 "topcoat",
1255]
1256
1257[[package]]
1258name = "subtle"
1259version = "2.6.1"
1260source = "registry+https://github.com/rust-lang/crates.io-index"
1261checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1262
1263[[package]]
1264name = "syn"
1265version = "2.0.119"
1266source = "registry+https://github.com/rust-lang/crates.io-index"
1267checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
1268dependencies = [
1269 "proc-macro2",
1270 "quote",
1271 "unicode-ident",
1272]
1273
1274[[package]]
1275name = "syn"
1276version = "3.0.3"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
1279dependencies = [
1280 "proc-macro2",
1281 "quote",
1282 "unicode-ident",
1283]
1284
1285[[package]]
1286name = "sync_wrapper"
1287version = "1.0.2"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1290
1291[[package]]
1292name = "synstructure"
1293version = "0.13.2"
1294source = "registry+https://github.com/rust-lang/crates.io-index"
1295checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1296dependencies = [
1297 "proc-macro2",
1298 "quote",
1299 "syn 2.0.119",
1300]
1301
1302[[package]]
1303name = "thiserror"
1304version = "2.0.19"
1305source = "registry+https://github.com/rust-lang/crates.io-index"
1306checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
1307dependencies = [
1308 "thiserror-impl",
1309]
1310
1311[[package]]
1312name = "thiserror-impl"
1313version = "2.0.19"
1314source = "registry+https://github.com/rust-lang/crates.io-index"
1315checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
1316dependencies = [
1317 "proc-macro2",
1318 "quote",
1319 "syn 3.0.3",
1320]
1321
1322[[package]]
1323name = "time"
1324version = "0.3.54"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "3e1d5e639ff6bab73cb6885cc7e7b1de96c3f32c68ec55f3952614bec1092244"
1327dependencies = [
1328 "deranged",
1329 "num-conv",
1330 "powerfmt",
1331 "serde_core",
1332 "time-core",
1333 "time-macros",
1334]
1335
1336[[package]]
1337name = "time-core"
1338version = "0.1.9"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
1341
1342[[package]]
1343name = "time-macros"
1344version = "0.2.32"
1345source = "registry+https://github.com/rust-lang/crates.io-index"
1346checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85"
1347dependencies = [
1348 "num-conv",
1349 "time-core",
1350]
1351
1352[[package]]
1353name = "tinystr"
1354version = "0.8.3"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
1357dependencies = [
1358 "displaydoc",
1359 "zerovec",
1360]
1361
1362[[package]]
1363name = "tokio"
1364version = "1.53.1"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
1367dependencies = [
1368 "bytes",
1369 "libc",
1370 "mio",
1371 "pin-project-lite",
1372 "signal-hook-registry",
1373 "socket2",
1374 "tokio-macros",
1375 "windows-sys",
1376]
1377
1378[[package]]
1379name = "tokio-macros"
1380version = "2.7.2"
1381source = "registry+https://github.com/rust-lang/crates.io-index"
1382checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
1383dependencies = [
1384 "proc-macro2",
1385 "quote",
1386 "syn 3.0.3",
1387]
1388
1389[[package]]
1390name = "tokio-tungstenite"
1391version = "0.29.0"
1392source = "registry+https://github.com/rust-lang/crates.io-index"
1393checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c"
1394dependencies = [
1395 "futures-util",
1396 "log",
1397 "tokio",
1398 "tungstenite",
1399]
1400
1401[[package]]
1402name = "tokio-util"
1403version = "0.7.19"
1404source = "registry+https://github.com/rust-lang/crates.io-index"
1405checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52"
1406dependencies = [
1407 "bytes",
1408 "futures-core",
1409 "futures-sink",
1410 "libc",
1411 "pin-project-lite",
1412 "tokio",
1413]
1414
1415[[package]]
1416name = "toml"
1417version = "1.1.4+spec-1.1.0"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5"
1420dependencies = [
1421 "indexmap",
1422 "serde_core",
1423 "serde_spanned",
1424 "toml_datetime",
1425 "toml_parser",
1426 "toml_writer",
1427 "winnow",
1428]
1429
1430[[package]]
1431name = "toml_datetime"
1432version = "1.1.1+spec-1.1.0"
1433source = "registry+https://github.com/rust-lang/crates.io-index"
1434checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
1435dependencies = [
1436 "serde_core",
1437]
1438
1439[[package]]
1440name = "toml_edit"
1441version = "0.25.13+spec-1.1.0"
1442source = "registry+https://github.com/rust-lang/crates.io-index"
1443checksum = "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b"
1444dependencies = [
1445 "indexmap",
1446 "toml_datetime",
1447 "toml_parser",
1448 "winnow",
1449]
1450
1451[[package]]
1452name = "toml_parser"
1453version = "1.1.3+spec-1.1.0"
1454source = "registry+https://github.com/rust-lang/crates.io-index"
1455checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56"
1456dependencies = [
1457 "winnow",
1458]
1459
1460[[package]]
1461name = "toml_writer"
1462version = "1.1.2+spec-1.1.0"
1463source = "registry+https://github.com/rust-lang/crates.io-index"
1464checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
1465
1466[[package]]
1467name = "topcoat"
1468version = "0.5.0"
1469source = "registry+https://github.com/rust-lang/crates.io-index"
1470checksum = "589daca3621386280f58fde033d08ff378592f6ac448bea327418ccf2725bc83"
1471dependencies = [
1472 "futures-util",
1473 "inventory",
1474 "serde",
1475 "serde_urlencoded",
1476 "tokio",
1477 "tokio-tungstenite",
1478 "topcoat-asset",
1479 "topcoat-cookie",
1480 "topcoat-core",
1481 "topcoat-core-macro",
1482 "topcoat-font",
1483 "topcoat-font-macro",
1484 "topcoat-icon",
1485 "topcoat-icon-macro",
1486 "topcoat-mail",
1487 "topcoat-router",
1488 "topcoat-router-macro",
1489 "topcoat-runtime",
1490 "topcoat-runtime-macro",
1491 "topcoat-session",
1492 "topcoat-view",
1493 "topcoat-view-macro",
1494]
1495
1496[[package]]
1497name = "topcoat-asset"
1498version = "0.5.0"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "5c6578f618a56f94f3f7adc1738af2aae404b38df0f8bc57b2bd193a619497a1"
1501dependencies = [
1502 "http",
1503 "memchr",
1504 "serde",
1505 "sha2 0.11.0",
1506 "thiserror",
1507 "tokio",
1508 "toml",
1509 "topcoat-core",
1510 "topcoat-router",
1511 "topcoat-view",
1512]
1513
1514[[package]]
1515name = "topcoat-cookie"
1516version = "0.5.0"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "d32c9f0ae723b64ff6e41045ec12a527557a2ccfa6518cdd0b9ec08dd844a21f"
1519dependencies = [
1520 "cookie",
1521 "getrandom 0.2.17",
1522 "http",
1523 "serde",
1524 "serde_json",
1525 "topcoat-core",
1526 "topcoat-router",
1527]
1528
1529[[package]]
1530name = "topcoat-core"
1531version = "0.5.0"
1532source = "registry+https://github.com/rust-lang/crates.io-index"
1533checksum = "1910073163af25526c01e9ffc489bedbed653e9047b98998d1cd71c5c7086613"
1534dependencies = [
1535 "anyhow",
1536 "anymap3",
1537 "boxcar",
1538 "hashbrown",
1539 "http",
1540 "pin-project-lite",
1541 "thiserror",
1542 "tokio",
1543]
1544
1545[[package]]
1546name = "topcoat-core-grammar"
1547version = "0.5.0"
1548source = "registry+https://github.com/rust-lang/crates.io-index"
1549checksum = "d6fee467bd47fafd06fa2c8c45de79bf63f4876f6bc1a6e23334b380d68f2154"
1550dependencies = [
1551 "proc-macro-crate",
1552 "proc-macro2",
1553 "quote",
1554 "syn 2.0.119",
1555]
1556
1557[[package]]
1558name = "topcoat-core-macro"
1559version = "0.5.0"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "7d47e2d41ebfa9abb50446f6d9c518b56f255c9a3d706a3bf959a4744cc745a7"
1562dependencies = [
1563 "quote",
1564 "syn 2.0.119",
1565 "topcoat-core-grammar",
1566]
1567
1568[[package]]
1569name = "topcoat-font"
1570version = "0.5.0"
1571source = "registry+https://github.com/rust-lang/crates.io-index"
1572checksum = "0315d8be7320e76c99186bb9e9c33c279daf029b236e0c931fb9623604c707be"
1573dependencies = [
1574 "heck",
1575 "inventory",
1576 "serde",
1577 "serde_json",
1578 "topcoat-asset",
1579 "topcoat-core",
1580 "topcoat-router",
1581 "topcoat-view",
1582 "topcoat-view-macro",
1583]
1584
1585[[package]]
1586name = "topcoat-font-grammar"
1587version = "0.5.0"
1588source = "registry+https://github.com/rust-lang/crates.io-index"
1589checksum = "92bc65a9036f2fe35d14962bafa4ced1cf0704070ec313b61ccbc50d7d3b18c1"
1590dependencies = [
1591 "proc-macro2",
1592 "quote",
1593 "syn 2.0.119",
1594 "topcoat-core-grammar",
1595 "topcoat-font",
1596]
1597
1598[[package]]
1599name = "topcoat-font-macro"
1600version = "0.5.0"
1601source = "registry+https://github.com/rust-lang/crates.io-index"
1602checksum = "d9688cc9b5237cd16bbb1cee89f03c63482e1c7e883c4cc52921c3e269a2b8a2"
1603dependencies = [
1604 "quote",
1605 "syn 2.0.119",
1606 "topcoat-font-grammar",
1607]
1608
1609[[package]]
1610name = "topcoat-icon"
1611version = "0.5.0"
1612source = "registry+https://github.com/rust-lang/crates.io-index"
1613checksum = "156f6c4fa5b119a8d0d9702d4824d998622c4f8b99dc5ef2678f68ff535b3471"
1614dependencies = [
1615 "topcoat-core",
1616 "topcoat-view",
1617 "topcoat-view-macro",
1618]
1619
1620[[package]]
1621name = "topcoat-icon-grammar"
1622version = "0.5.0"
1623source = "registry+https://github.com/rust-lang/crates.io-index"
1624checksum = "b3224fb4f1e5cc1144e2e69ca16055b4f5a08d5418fe571d495ecf9860467e06"
1625dependencies = [
1626 "heck",
1627 "proc-macro2",
1628 "quote",
1629 "serde_json",
1630 "syn 2.0.119",
1631 "topcoat-core-grammar",
1632 "topcoat-icon",
1633]
1634
1635[[package]]
1636name = "topcoat-icon-macro"
1637version = "0.5.0"
1638source = "registry+https://github.com/rust-lang/crates.io-index"
1639checksum = "e826c3722b674ad4d8706ceec9b7727b5885d014ca12f488185fc9c5ac3ecaa0"
1640dependencies = [
1641 "proc-macro2",
1642 "quote",
1643 "syn 2.0.119",
1644 "topcoat-icon-grammar",
1645]
1646
1647[[package]]
1648name = "topcoat-mail"
1649version = "0.5.0"
1650source = "registry+https://github.com/rust-lang/crates.io-index"
1651checksum = "63a83a0dddafcbccf9cabbf21feb11a56504808f13a1a9121f3f7a67179801a5"
1652dependencies = [
1653 "lettre",
1654 "thiserror",
1655 "time",
1656 "topcoat-core",
1657 "topcoat-router",
1658 "topcoat-view",
1659]
1660
1661[[package]]
1662name = "topcoat-router"
1663version = "0.5.0"
1664source = "registry+https://github.com/rust-lang/crates.io-index"
1665checksum = "c603bc95a11da19c050e03b666b8e97676755134a6fcf62050c54f789a66c2ae"
1666dependencies = [
1667 "bytes",
1668 "form_urlencoded",
1669 "futures-core",
1670 "heck",
1671 "http",
1672 "http-body",
1673 "http-body-util",
1674 "hyper",
1675 "hyper-util",
1676 "inventory",
1677 "matchit",
1678 "percent-encoding",
1679 "ref-cast",
1680 "serde",
1681 "serde_json",
1682 "serde_path_to_error",
1683 "serde_urlencoded",
1684 "tokio",
1685 "topcoat-core",
1686 "topcoat-view",
1687 "tower",
1688 "tower-http",
1689]
1690
1691[[package]]
1692name = "topcoat-router-grammar"
1693version = "0.5.0"
1694source = "registry+https://github.com/rust-lang/crates.io-index"
1695checksum = "5226f10225bb40861da25175f6a5cad940d1a230faf7c3f4162784ad0f21e0fb"
1696dependencies = [
1697 "heck",
1698 "proc-macro2",
1699 "quote",
1700 "syn 2.0.119",
1701 "topcoat-core-grammar",
1702]
1703
1704[[package]]
1705name = "topcoat-router-macro"
1706version = "0.5.0"
1707source = "registry+https://github.com/rust-lang/crates.io-index"
1708checksum = "3f4bf01509502919a685b6020e59517e8004d89f2209ce1dc861c4cb61641993"
1709dependencies = [
1710 "quote",
1711 "syn 2.0.119",
1712 "topcoat-router-grammar",
1713]
1714
1715[[package]]
1716name = "topcoat-runtime"
1717version = "0.5.0"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "7330c6b7ff6e1c18641caa0bb384a983cbe1f4f612acbd4db5ac0383fb3be340"
1720dependencies = [
1721 "inventory",
1722 "ref-cast",
1723 "serde",
1724 "serde_json",
1725 "topcoat-asset",
1726 "topcoat-core",
1727 "topcoat-router",
1728 "topcoat-view",
1729 "uuid",
1730]
1731
1732[[package]]
1733name = "topcoat-runtime-grammar"
1734version = "0.5.0"
1735source = "registry+https://github.com/rust-lang/crates.io-index"
1736checksum = "2963a9fe67e61a313ade242490c39c7bb17dfddc94e01a3025c024b76d254e56"
1737dependencies = [
1738 "proc-macro2",
1739 "quote",
1740 "serde",
1741 "serde_json",
1742 "syn 2.0.119",
1743 "topcoat-core-grammar",
1744 "topcoat-runtime",
1745 "uuid",
1746]
1747
1748[[package]]
1749name = "topcoat-runtime-macro"
1750version = "0.5.0"
1751source = "registry+https://github.com/rust-lang/crates.io-index"
1752checksum = "40218f9ac81339faabb7522e538bb2038f78e44043e272eec02091130020b86d"
1753dependencies = [
1754 "quote",
1755 "syn 2.0.119",
1756 "topcoat-runtime-grammar",
1757]
1758
1759[[package]]
1760name = "topcoat-session"
1761version = "0.5.0"
1762source = "registry+https://github.com/rust-lang/crates.io-index"
1763checksum = "8a3d2d4170dfa3580a011efb39e1aa90b46ab5e6f4c727df6c77517d1f90d493"
1764dependencies = [
1765 "base64 0.22.1",
1766 "getrandom 0.4.3",
1767 "sha2 0.11.0",
1768 "thiserror",
1769 "tokio",
1770 "topcoat-cookie",
1771 "topcoat-core",
1772 "topcoat-router",
1773 "web-time",
1774]
1775
1776[[package]]
1777name = "topcoat-view"
1778version = "0.5.0"
1779source = "registry+https://github.com/rust-lang/crates.io-index"
1780checksum = "6de1bbfc6891d2d2bf76b74b6a4f00747a55ed22b0f562dea7b8e6ced5090074"
1781dependencies = [
1782 "http",
1783 "itoa",
1784 "memchr",
1785 "smallvec",
1786 "topcoat-core",
1787]
1788
1789[[package]]
1790name = "topcoat-view-grammar"
1791version = "0.5.0"
1792source = "registry+https://github.com/rust-lang/crates.io-index"
1793checksum = "bce2fb8e2f1bc098f51226f8832a0536dab730d398af3944d4fb41e59ab9dc62"
1794dependencies = [
1795 "heck",
1796 "proc-macro2",
1797 "quote",
1798 "syn 2.0.119",
1799 "topcoat-core-grammar",
1800 "topcoat-view",
1801]
1802
1803[[package]]
1804name = "topcoat-view-macro"
1805version = "0.5.0"
1806source = "registry+https://github.com/rust-lang/crates.io-index"
1807checksum = "fcfcb8c4f838dce9d525541b2003b18ef3c252cf7d99a7daf5d4ff0ef5ed64a0"
1808dependencies = [
1809 "quote",
1810 "syn 2.0.119",
1811 "topcoat-view-grammar",
1812]
1813
1814[[package]]
1815name = "tower"
1816version = "0.5.3"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1819dependencies = [
1820 "futures-core",
1821 "futures-util",
1822 "pin-project-lite",
1823 "sync_wrapper",
1824 "tower-layer",
1825 "tower-service",
1826]
1827
1828[[package]]
1829name = "tower-http"
1830version = "0.7.0"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233"
1833dependencies = [
1834 "async-compression",
1835 "bitflags",
1836 "bytes",
1837 "futures-core",
1838 "http",
1839 "http-body",
1840 "percent-encoding",
1841 "pin-project-lite",
1842 "tokio",
1843 "tokio-util",
1844 "tower-layer",
1845 "tower-service",
1846]
1847
1848[[package]]
1849name = "tower-layer"
1850version = "0.3.3"
1851source = "registry+https://github.com/rust-lang/crates.io-index"
1852checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1853
1854[[package]]
1855name = "tower-service"
1856version = "0.3.3"
1857source = "registry+https://github.com/rust-lang/crates.io-index"
1858checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1859
1860[[package]]
1861name = "tracing"
1862version = "0.1.44"
1863source = "registry+https://github.com/rust-lang/crates.io-index"
1864checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1865dependencies = [
1866 "pin-project-lite",
1867 "tracing-core",
1868]
1869
1870[[package]]
1871name = "tracing-core"
1872version = "0.1.36"
1873source = "registry+https://github.com/rust-lang/crates.io-index"
1874checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1875dependencies = [
1876 "once_cell",
1877]
1878
1879[[package]]
1880name = "tungstenite"
1881version = "0.29.0"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8"
1884dependencies = [
1885 "bytes",
1886 "data-encoding",
1887 "http",
1888 "httparse",
1889 "log",
1890 "rand 0.9.5",
1891 "sha1",
1892 "thiserror",
1893]
1894
1895[[package]]
1896name = "typenum"
1897version = "1.20.1"
1898source = "registry+https://github.com/rust-lang/crates.io-index"
1899checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
1900
1901[[package]]
1902name = "unicode-ident"
1903version = "1.0.24"
1904source = "registry+https://github.com/rust-lang/crates.io-index"
1905checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1906
1907[[package]]
1908name = "universal-hash"
1909version = "0.5.1"
1910source = "registry+https://github.com/rust-lang/crates.io-index"
1911checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
1912dependencies = [
1913 "crypto-common 0.1.7",
1914 "subtle",
1915]
1916
1917[[package]]
1918name = "utf8_iter"
1919version = "1.0.4"
1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1922
1923[[package]]
1924name = "uuid"
1925version = "1.24.0"
1926source = "registry+https://github.com/rust-lang/crates.io-index"
1927checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
1928dependencies = [
1929 "getrandom 0.4.3",
1930 "js-sys",
1931 "serde_core",
1932 "wasm-bindgen",
1933]
1934
1935[[package]]
1936name = "version_check"
1937version = "0.9.5"
1938source = "registry+https://github.com/rust-lang/crates.io-index"
1939checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1940
1941[[package]]
1942name = "wasi"
1943version = "0.11.1+wasi-snapshot-preview1"
1944source = "registry+https://github.com/rust-lang/crates.io-index"
1945checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1946
1947[[package]]
1948name = "wasip2"
1949version = "1.0.4+wasi-0.2.12"
1950source = "registry+https://github.com/rust-lang/crates.io-index"
1951checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
1952dependencies = [
1953 "wit-bindgen",
1954]
1955
1956[[package]]
1957name = "wasm-bindgen"
1958version = "0.2.126"
1959source = "registry+https://github.com/rust-lang/crates.io-index"
1960checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
1961dependencies = [
1962 "cfg-if",
1963 "once_cell",
1964 "rustversion",
1965 "wasm-bindgen-macro",
1966 "wasm-bindgen-shared",
1967]
1968
1969[[package]]
1970name = "wasm-bindgen-macro"
1971version = "0.2.126"
1972source = "registry+https://github.com/rust-lang/crates.io-index"
1973checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
1974dependencies = [
1975 "quote",
1976 "wasm-bindgen-macro-support",
1977]
1978
1979[[package]]
1980name = "wasm-bindgen-macro-support"
1981version = "0.2.126"
1982source = "registry+https://github.com/rust-lang/crates.io-index"
1983checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
1984dependencies = [
1985 "bumpalo",
1986 "proc-macro2",
1987 "quote",
1988 "syn 2.0.119",
1989 "wasm-bindgen-shared",
1990]
1991
1992[[package]]
1993name = "wasm-bindgen-shared"
1994version = "0.2.126"
1995source = "registry+https://github.com/rust-lang/crates.io-index"
1996checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
1997dependencies = [
1998 "unicode-ident",
1999]
2000
2001[[package]]
2002name = "web-time"
2003version = "1.1.0"
2004source = "registry+https://github.com/rust-lang/crates.io-index"
2005checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2006dependencies = [
2007 "js-sys",
2008 "wasm-bindgen",
2009]
2010
2011[[package]]
2012name = "windows-link"
2013version = "0.2.1"
2014source = "registry+https://github.com/rust-lang/crates.io-index"
2015checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2016
2017[[package]]
2018name = "windows-sys"
2019version = "0.61.2"
2020source = "registry+https://github.com/rust-lang/crates.io-index"
2021checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2022dependencies = [
2023 "windows-link",
2024]
2025
2026[[package]]
2027name = "winnow"
2028version = "1.0.4"
2029source = "registry+https://github.com/rust-lang/crates.io-index"
2030checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
2031dependencies = [
2032 "memchr",
2033]
2034
2035[[package]]
2036name = "wit-bindgen"
2037version = "0.57.1"
2038source = "registry+https://github.com/rust-lang/crates.io-index"
2039checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
2040
2041[[package]]
2042name = "writeable"
2043version = "0.6.3"
2044source = "registry+https://github.com/rust-lang/crates.io-index"
2045checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
2046
2047[[package]]
2048name = "yoke"
2049version = "0.8.3"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
2052dependencies = [
2053 "stable_deref_trait",
2054 "yoke-derive",
2055 "zerofrom",
2056]
2057
2058[[package]]
2059name = "yoke-derive"
2060version = "0.8.2"
2061source = "registry+https://github.com/rust-lang/crates.io-index"
2062checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
2063dependencies = [
2064 "proc-macro2",
2065 "quote",
2066 "syn 2.0.119",
2067 "synstructure",
2068]
2069
2070[[package]]
2071name = "zerocopy"
2072version = "0.8.55"
2073source = "registry+https://github.com/rust-lang/crates.io-index"
2074checksum = "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb"
2075dependencies = [
2076 "zerocopy-derive",
2077]
2078
2079[[package]]
2080name = "zerocopy-derive"
2081version = "0.8.55"
2082source = "registry+https://github.com/rust-lang/crates.io-index"
2083checksum = "0fe976fb70c78cd64cccfe3a6fc142244e8a77b70959b30faf9d0ac37ee228eb"
2084dependencies = [
2085 "proc-macro2",
2086 "quote",
2087 "syn 2.0.119",
2088]
2089
2090[[package]]
2091name = "zerofrom"
2092version = "0.1.8"
2093source = "registry+https://github.com/rust-lang/crates.io-index"
2094checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
2095dependencies = [
2096 "zerofrom-derive",
2097]
2098
2099[[package]]
2100name = "zerofrom-derive"
2101version = "0.1.7"
2102source = "registry+https://github.com/rust-lang/crates.io-index"
2103checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
2104dependencies = [
2105 "proc-macro2",
2106 "quote",
2107 "syn 2.0.119",
2108 "synstructure",
2109]
2110
2111[[package]]
2112name = "zerotrie"
2113version = "0.2.4"
2114source = "registry+https://github.com/rust-lang/crates.io-index"
2115checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
2116dependencies = [
2117 "displaydoc",
2118 "yoke",
2119 "zerofrom",
2120]
2121
2122[[package]]
2123name = "zerovec"
2124version = "0.11.6"
2125source = "registry+https://github.com/rust-lang/crates.io-index"
2126checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
2127dependencies = [
2128 "yoke",
2129 "zerofrom",
2130 "zerovec-derive",
2131]
2132
2133[[package]]
2134name = "zerovec-derive"
2135version = "0.11.3"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
2138dependencies = [
2139 "proc-macro2",
2140 "quote",
2141 "syn 2.0.119",
2142]
2143
2144[[package]]
2145name = "zmij"
2146version = "1.0.23"
2147source = "registry+https://github.com/rust-lang/crates.io-index"
2148checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"