@jpgilldev / steid

steid/Cargo.lock
74.2 KBRaw
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 = "argon2"
81version = "0.5.3"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
84dependencies = [
85 "base64ct",
86 "blake2",
87 "cpufeatures 0.2.17",
88 "password-hash",
89]
90
91[[package]]
92name = "async-compression"
93version = "0.4.43"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "3976abdc8fe7d1133d43d304afd42abdf5bc3e1319d263d223bde07b5efc4be8"
96dependencies = [
97 "compression-codecs",
98 "compression-core",
99 "pin-project-lite",
100 "tokio",
101]
102
103[[package]]
104name = "atoi"
105version = "2.0.0"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
108dependencies = [
109 "num-traits",
110]
111
112[[package]]
113name = "atomic-waker"
114version = "1.1.2"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
117
118[[package]]
119name = "autocfg"
120version = "1.5.1"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
123
124[[package]]
125name = "base64"
126version = "0.22.1"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
129
130[[package]]
131name = "base64"
132version = "0.23.0"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "b25655df2c3cdd83c5e5b293b88acd880332b2ddadd7c30ac43144fdc0033da9"
135
136[[package]]
137name = "base64ct"
138version = "1.8.3"
139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
141
142[[package]]
143name = "bitflags"
144version = "2.13.1"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
147dependencies = [
148 "serde_core",
149]
150
151[[package]]
152name = "blake2"
153version = "0.10.6"
154source = "registry+https://github.com/rust-lang/crates.io-index"
155checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
156dependencies = [
157 "digest 0.10.7",
158]
159
160[[package]]
161name = "block-buffer"
162version = "0.10.4"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
165dependencies = [
166 "generic-array",
167]
168
169[[package]]
170name = "block-buffer"
171version = "0.12.1"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
174dependencies = [
175 "hybrid-array",
176]
177
178[[package]]
179name = "boxcar"
180version = "0.2.14"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "36f64beae40a84da1b4b26ff2761a5b895c12adc41dc25aaee1c4f2bbfe97a6e"
183
184[[package]]
185name = "brotli"
186version = "8.0.4"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "5cc91aac060a7a1e25823bdccbfb6af1875b88f17c6daac97894eed8207166b3"
189dependencies = [
190 "alloc-no-stdlib",
191 "alloc-stdlib",
192 "brotli-decompressor",
193]
194
195[[package]]
196name = "brotli-decompressor"
197version = "5.0.3"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "3a32acac15fe1967bc3986b2a6347dffc965602354ea6f450ad07e8bfd253583"
200dependencies = [
201 "alloc-no-stdlib",
202 "alloc-stdlib",
203]
204
205[[package]]
206name = "bumpalo"
207version = "3.20.3"
208source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
210
211[[package]]
212name = "byteorder"
213version = "1.5.0"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
216
217[[package]]
218name = "bytes"
219version = "1.12.1"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
222
223[[package]]
224name = "cc"
225version = "1.4.0"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "5add81bb678e6cb321aff7fa0dc7689ad82b112dbc032cea19f91d6b8e3582b9"
228dependencies = [
229 "find-msvc-tools",
230 "shlex",
231]
232
233[[package]]
234name = "cfg-if"
235version = "1.0.4"
236source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
238
239[[package]]
240name = "chacha20"
241version = "0.10.1"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
244dependencies = [
245 "cfg-if",
246 "cpufeatures 0.3.0",
247 "rand_core 0.10.1",
248]
249
250[[package]]
251name = "cipher"
252version = "0.4.4"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
255dependencies = [
256 "crypto-common 0.1.7",
257 "inout",
258]
259
260[[package]]
261name = "cmov"
262version = "0.5.4"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a"
265
266[[package]]
267name = "compression-codecs"
268version = "0.4.38"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf"
271dependencies = [
272 "brotli",
273 "compression-core",
274 "flate2",
275 "memchr",
276]
277
278[[package]]
279name = "compression-core"
280version = "0.4.32"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789"
283
284[[package]]
285name = "const-oid"
286version = "0.10.2"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
289
290[[package]]
291name = "cookie"
292version = "0.18.1"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
295dependencies = [
296 "aes-gcm",
297 "base64 0.22.1",
298 "hkdf 0.12.4",
299 "hmac 0.12.1",
300 "percent-encoding",
301 "rand 0.8.7",
302 "sha2 0.10.9",
303 "subtle",
304 "time",
305 "version_check",
306]
307
308[[package]]
309name = "cpufeatures"
310version = "0.2.17"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
313dependencies = [
314 "libc",
315]
316
317[[package]]
318name = "cpufeatures"
319version = "0.3.0"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
322dependencies = [
323 "libc",
324]
325
326[[package]]
327name = "crc"
328version = "3.4.0"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
331dependencies = [
332 "crc-catalog",
333]
334
335[[package]]
336name = "crc-catalog"
337version = "2.5.0"
338source = "registry+https://github.com/rust-lang/crates.io-index"
339checksum = "217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853"
340
341[[package]]
342name = "crc32fast"
343version = "1.5.0"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
346dependencies = [
347 "cfg-if",
348]
349
350[[package]]
351name = "crossbeam-queue"
352version = "0.3.13"
353source = "registry+https://github.com/rust-lang/crates.io-index"
354checksum = "803d13fb3b09d88be9f4dbc29062c66b19bf7170867ceb746d2a8689bf6c7a26"
355dependencies = [
356 "crossbeam-utils",
357]
358
359[[package]]
360name = "crossbeam-utils"
361version = "0.8.22"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
364
365[[package]]
366name = "crypto-common"
367version = "0.1.7"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
370dependencies = [
371 "generic-array",
372 "rand_core 0.6.4",
373 "typenum",
374]
375
376[[package]]
377name = "crypto-common"
378version = "0.2.2"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
381dependencies = [
382 "hybrid-array",
383]
384
385[[package]]
386name = "ctr"
387version = "0.9.2"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
390dependencies = [
391 "cipher",
392]
393
394[[package]]
395name = "ctutils"
396version = "0.4.2"
397source = "registry+https://github.com/rust-lang/crates.io-index"
398checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e"
399dependencies = [
400 "cmov",
401]
402
403[[package]]
404name = "data-encoding"
405version = "2.11.0"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8"
408
409[[package]]
410name = "deranged"
411version = "0.5.8"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
414
415[[package]]
416name = "digest"
417version = "0.10.7"
418source = "registry+https://github.com/rust-lang/crates.io-index"
419checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
420dependencies = [
421 "block-buffer 0.10.4",
422 "crypto-common 0.1.7",
423 "subtle",
424]
425
426[[package]]
427name = "digest"
428version = "0.11.3"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
431dependencies = [
432 "block-buffer 0.12.1",
433 "const-oid",
434 "crypto-common 0.2.2",
435 "ctutils",
436]
437
438[[package]]
439name = "displaydoc"
440version = "0.2.7"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
443dependencies = [
444 "proc-macro2",
445 "quote",
446 "syn 3.0.3",
447]
448
449[[package]]
450name = "dotenvy"
451version = "0.15.7"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
454
455[[package]]
456name = "either"
457version = "1.17.0"
458source = "registry+https://github.com/rust-lang/crates.io-index"
459checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
460dependencies = [
461 "serde",
462]
463
464[[package]]
465name = "email-encoding"
466version = "0.4.2"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "420b9da095f052ea597503e39073b5b3c522f7db933fbac202d91d24492693fd"
469dependencies = [
470 "base64 0.23.0",
471 "memchr",
472]
473
474[[package]]
475name = "email_address"
476version = "0.2.9"
477source = "registry+https://github.com/rust-lang/crates.io-index"
478checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
479
480[[package]]
481name = "envy"
482version = "0.4.2"
483source = "registry+https://github.com/rust-lang/crates.io-index"
484checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
485dependencies = [
486 "serde",
487]
488
489[[package]]
490name = "equivalent"
491version = "1.0.2"
492source = "registry+https://github.com/rust-lang/crates.io-index"
493checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
494
495[[package]]
496name = "errno"
497version = "0.3.14"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
500dependencies = [
501 "libc",
502 "windows-sys 0.61.2",
503]
504
505[[package]]
506name = "etcetera"
507version = "0.11.0"
508source = "registry+https://github.com/rust-lang/crates.io-index"
509checksum = "de48cc4d1c1d97a20fd819def54b890cadde72ed3ad0c614822a0a433361be96"
510dependencies = [
511 "cfg-if",
512 "windows-sys 0.61.2",
513]
514
515[[package]]
516name = "event-listener"
517version = "5.4.2"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "5a23add41df1562121a9393cb065eab5146a1242410f23a644851e90cfd669d2"
520dependencies = [
521 "parking",
522 "pin-project-lite",
523]
524
525[[package]]
526name = "fastrand"
527version = "2.5.0"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
530
531[[package]]
532name = "find-msvc-tools"
533version = "0.1.9"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
536
537[[package]]
538name = "flate2"
539version = "1.1.9"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
542dependencies = [
543 "crc32fast",
544 "miniz_oxide",
545]
546
547[[package]]
548name = "flume"
549version = "0.12.0"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "5e139bc46ca777eb5efaf62df0ab8cc5fd400866427e56c68b22e414e53bd3be"
552dependencies = [
553 "futures-core",
554 "futures-sink",
555 "spin",
556]
557
558[[package]]
559name = "fnv"
560version = "1.0.7"
561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
563
564[[package]]
565name = "foldhash"
566version = "0.2.0"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
569
570[[package]]
571name = "form_urlencoded"
572version = "1.2.2"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
575dependencies = [
576 "percent-encoding",
577]
578
579[[package]]
580name = "futures-channel"
581version = "0.3.33"
582source = "registry+https://github.com/rust-lang/crates.io-index"
583checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae"
584dependencies = [
585 "futures-core",
586 "futures-sink",
587]
588
589[[package]]
590name = "futures-core"
591version = "0.3.33"
592source = "registry+https://github.com/rust-lang/crates.io-index"
593checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
594
595[[package]]
596name = "futures-executor"
597version = "0.3.33"
598source = "registry+https://github.com/rust-lang/crates.io-index"
599checksum = "6754879cc9f2c66f88c6e5c35344bb0bdb0708b0352b1201815667c7eabc7458"
600dependencies = [
601 "futures-core",
602 "futures-task",
603 "futures-util",
604]
605
606[[package]]
607name = "futures-intrusive"
608version = "0.5.0"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
611dependencies = [
612 "futures-core",
613 "lock_api",
614 "parking_lot",
615]
616
617[[package]]
618name = "futures-io"
619version = "0.3.33"
620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a"
622
623[[package]]
624name = "futures-macro"
625version = "0.3.33"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b"
628dependencies = [
629 "proc-macro2",
630 "quote",
631 "syn 2.0.119",
632]
633
634[[package]]
635name = "futures-sink"
636version = "0.3.33"
637source = "registry+https://github.com/rust-lang/crates.io-index"
638checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307"
639
640[[package]]
641name = "futures-task"
642version = "0.3.33"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
645
646[[package]]
647name = "futures-util"
648version = "0.3.33"
649source = "registry+https://github.com/rust-lang/crates.io-index"
650checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
651dependencies = [
652 "futures-core",
653 "futures-io",
654 "futures-macro",
655 "futures-sink",
656 "futures-task",
657 "memchr",
658 "pin-project-lite",
659 "slab",
660]
661
662[[package]]
663name = "generic-array"
664version = "0.14.7"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
667dependencies = [
668 "typenum",
669 "version_check",
670]
671
672[[package]]
673name = "getrandom"
674version = "0.2.17"
675source = "registry+https://github.com/rust-lang/crates.io-index"
676checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
677dependencies = [
678 "cfg-if",
679 "js-sys",
680 "libc",
681 "wasi",
682 "wasm-bindgen",
683]
684
685[[package]]
686name = "getrandom"
687version = "0.3.4"
688source = "registry+https://github.com/rust-lang/crates.io-index"
689checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
690dependencies = [
691 "cfg-if",
692 "libc",
693 "r-efi 5.3.0",
694 "wasip2",
695]
696
697[[package]]
698name = "getrandom"
699version = "0.4.3"
700source = "registry+https://github.com/rust-lang/crates.io-index"
701checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
702dependencies = [
703 "cfg-if",
704 "js-sys",
705 "libc",
706 "r-efi 6.0.0",
707 "rand_core 0.10.1",
708 "wasm-bindgen",
709]
710
711[[package]]
712name = "ghash"
713version = "0.5.1"
714source = "registry+https://github.com/rust-lang/crates.io-index"
715checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
716dependencies = [
717 "opaque-debug",
718 "polyval",
719]
720
721[[package]]
722name = "h2"
723version = "0.4.15"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
726dependencies = [
727 "atomic-waker",
728 "bytes",
729 "fnv",
730 "futures-core",
731 "futures-sink",
732 "http",
733 "indexmap",
734 "slab",
735 "tokio",
736 "tokio-util",
737 "tracing",
738]
739
740[[package]]
741name = "hashbrown"
742version = "0.16.1"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
745dependencies = [
746 "allocator-api2",
747 "equivalent",
748 "foldhash",
749]
750
751[[package]]
752name = "hashbrown"
753version = "0.17.1"
754source = "registry+https://github.com/rust-lang/crates.io-index"
755checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
756dependencies = [
757 "allocator-api2",
758 "equivalent",
759 "foldhash",
760]
761
762[[package]]
763name = "hashlink"
764version = "0.11.1"
765source = "registry+https://github.com/rust-lang/crates.io-index"
766checksum = "824e001ac4f3012dd16a264bec811403a67ca9deb6c102fc5049b32c4574b35f"
767dependencies = [
768 "hashbrown 0.16.1",
769]
770
771[[package]]
772name = "heck"
773version = "0.5.0"
774source = "registry+https://github.com/rust-lang/crates.io-index"
775checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
776
777[[package]]
778name = "hex"
779version = "0.4.3"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
782
783[[package]]
784name = "hkdf"
785version = "0.12.4"
786source = "registry+https://github.com/rust-lang/crates.io-index"
787checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
788dependencies = [
789 "hmac 0.12.1",
790]
791
792[[package]]
793name = "hkdf"
794version = "0.13.0"
795source = "registry+https://github.com/rust-lang/crates.io-index"
796checksum = "4aaa26c720c68b866f2c96ef5c1264b3e6f473fe5d4ce61cd44bbe913e553018"
797dependencies = [
798 "hmac 0.13.0",
799]
800
801[[package]]
802name = "hmac"
803version = "0.12.1"
804source = "registry+https://github.com/rust-lang/crates.io-index"
805checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
806dependencies = [
807 "digest 0.10.7",
808]
809
810[[package]]
811name = "hmac"
812version = "0.13.0"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f"
815dependencies = [
816 "digest 0.11.3",
817]
818
819[[package]]
820name = "hostname"
821version = "0.4.2"
822source = "registry+https://github.com/rust-lang/crates.io-index"
823checksum = "617aaa3557aef3810a6369d0a99fac8a080891b68bd9f9812a1eeda0c0730cbd"
824dependencies = [
825 "cfg-if",
826 "libc",
827 "windows-link",
828]
829
830[[package]]
831name = "http"
832version = "1.5.0"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0"
835dependencies = [
836 "bytes",
837 "itoa",
838]
839
840[[package]]
841name = "http-body"
842version = "1.1.0"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
845dependencies = [
846 "bytes",
847 "http",
848]
849
850[[package]]
851name = "http-body-util"
852version = "0.1.4"
853source = "registry+https://github.com/rust-lang/crates.io-index"
854checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2"
855dependencies = [
856 "bytes",
857 "futures-core",
858 "http",
859 "http-body",
860 "pin-project-lite",
861]
862
863[[package]]
864name = "httparse"
865version = "1.10.1"
866source = "registry+https://github.com/rust-lang/crates.io-index"
867checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
868
869[[package]]
870name = "httpdate"
871version = "1.0.3"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
874
875[[package]]
876name = "hybrid-array"
877version = "0.4.14"
878source = "registry+https://github.com/rust-lang/crates.io-index"
879checksum = "707114b52a152fa7bdb290cd7cd5912d9467273b6d74e21b8d81aca1f8533f6b"
880dependencies = [
881 "typenum",
882]
883
884[[package]]
885name = "hyper"
886version = "1.11.0"
887source = "registry+https://github.com/rust-lang/crates.io-index"
888checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72"
889dependencies = [
890 "atomic-waker",
891 "bytes",
892 "futures-channel",
893 "futures-core",
894 "h2",
895 "http",
896 "http-body",
897 "httparse",
898 "httpdate",
899 "itoa",
900 "pin-project-lite",
901 "smallvec",
902 "tokio",
903]
904
905[[package]]
906name = "hyper-util"
907version = "0.1.20"
908source = "registry+https://github.com/rust-lang/crates.io-index"
909checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
910dependencies = [
911 "bytes",
912 "http",
913 "http-body",
914 "hyper",
915 "pin-project-lite",
916 "tokio",
917]
918
919[[package]]
920name = "icu_collections"
921version = "2.2.0"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
924dependencies = [
925 "displaydoc",
926 "potential_utf",
927 "utf8_iter",
928 "yoke",
929 "zerofrom",
930 "zerovec",
931]
932
933[[package]]
934name = "icu_locale_core"
935version = "2.2.0"
936source = "registry+https://github.com/rust-lang/crates.io-index"
937checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
938dependencies = [
939 "displaydoc",
940 "litemap",
941 "tinystr",
942 "writeable",
943 "zerovec",
944]
945
946[[package]]
947name = "icu_normalizer"
948version = "2.2.0"
949source = "registry+https://github.com/rust-lang/crates.io-index"
950checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
951dependencies = [
952 "icu_collections",
953 "icu_normalizer_data",
954 "icu_properties",
955 "icu_provider",
956 "smallvec",
957 "zerovec",
958]
959
960[[package]]
961name = "icu_normalizer_data"
962version = "2.2.0"
963source = "registry+https://github.com/rust-lang/crates.io-index"
964checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
965
966[[package]]
967name = "icu_properties"
968version = "2.2.0"
969source = "registry+https://github.com/rust-lang/crates.io-index"
970checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
971dependencies = [
972 "icu_collections",
973 "icu_locale_core",
974 "icu_properties_data",
975 "icu_provider",
976 "zerotrie",
977 "zerovec",
978]
979
980[[package]]
981name = "icu_properties_data"
982version = "2.2.0"
983source = "registry+https://github.com/rust-lang/crates.io-index"
984checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
985
986[[package]]
987name = "icu_provider"
988version = "2.2.0"
989source = "registry+https://github.com/rust-lang/crates.io-index"
990checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
991dependencies = [
992 "displaydoc",
993 "icu_locale_core",
994 "writeable",
995 "yoke",
996 "zerofrom",
997 "zerotrie",
998 "zerovec",
999]
1000
1001[[package]]
1002name = "idna"
1003version = "1.1.0"
1004source = "registry+https://github.com/rust-lang/crates.io-index"
1005checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1006dependencies = [
1007 "idna_adapter",
1008 "smallvec",
1009 "utf8_iter",
1010]
1011
1012[[package]]
1013name = "idna_adapter"
1014version = "1.2.2"
1015source = "registry+https://github.com/rust-lang/crates.io-index"
1016checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
1017dependencies = [
1018 "icu_normalizer",
1019 "icu_properties",
1020]
1021
1022[[package]]
1023name = "indexmap"
1024version = "2.14.0"
1025source = "registry+https://github.com/rust-lang/crates.io-index"
1026checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1027dependencies = [
1028 "equivalent",
1029 "hashbrown 0.17.1",
1030]
1031
1032[[package]]
1033name = "inout"
1034version = "0.1.4"
1035source = "registry+https://github.com/rust-lang/crates.io-index"
1036checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
1037dependencies = [
1038 "generic-array",
1039]
1040
1041[[package]]
1042name = "inventory"
1043version = "0.3.24"
1044source = "registry+https://github.com/rust-lang/crates.io-index"
1045checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b"
1046dependencies = [
1047 "rustversion",
1048]
1049
1050[[package]]
1051name = "itoa"
1052version = "1.0.18"
1053source = "registry+https://github.com/rust-lang/crates.io-index"
1054checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1055
1056[[package]]
1057name = "js-sys"
1058version = "0.3.103"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
1061dependencies = [
1062 "cfg-if",
1063 "futures-util",
1064 "wasm-bindgen",
1065]
1066
1067[[package]]
1068name = "lettre"
1069version = "0.11.22"
1070source = "registry+https://github.com/rust-lang/crates.io-index"
1071checksum = "0da65617f6cb926332d039cb578aad56178da86e128db6a1b09f4c94fa5b3349"
1072dependencies = [
1073 "email-encoding",
1074 "email_address",
1075 "fastrand",
1076 "hostname",
1077 "httpdate",
1078 "idna",
1079 "mime",
1080 "nom",
1081 "quoted_printable",
1082]
1083
1084[[package]]
1085name = "libc"
1086version = "0.2.189"
1087source = "registry+https://github.com/rust-lang/crates.io-index"
1088checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
1089
1090[[package]]
1091name = "libsqlite3-sys"
1092version = "0.37.0"
1093source = "registry+https://github.com/rust-lang/crates.io-index"
1094checksum = "b1f111c8c41e7c61a49cd34e44c7619462967221a6443b0ec299e0ac30cfb9b1"
1095dependencies = [
1096 "cc",
1097 "pkg-config",
1098 "vcpkg",
1099]
1100
1101[[package]]
1102name = "linux-raw-sys"
1103version = "0.12.1"
1104source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1106
1107[[package]]
1108name = "litemap"
1109version = "0.8.2"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1112
1113[[package]]
1114name = "lock_api"
1115version = "0.4.14"
1116source = "registry+https://github.com/rust-lang/crates.io-index"
1117checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1118dependencies = [
1119 "scopeguard",
1120]
1121
1122[[package]]
1123name = "log"
1124version = "0.4.33"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
1127
1128[[package]]
1129name = "matchit"
1130version = "0.9.2"
1131source = "registry+https://github.com/rust-lang/crates.io-index"
1132checksum = "8863b587001c1b9a8a4e36008cebc6b3612cb1226fe2de94858e06092687b608"
1133
1134[[package]]
1135name = "md-5"
1136version = "0.11.0"
1137source = "registry+https://github.com/rust-lang/crates.io-index"
1138checksum = "69b6441f590336821bb897fb28fc622898ccceb1d6cea3fde5ea86b090c4de98"
1139dependencies = [
1140 "cfg-if",
1141 "digest 0.11.3",
1142]
1143
1144[[package]]
1145name = "memchr"
1146version = "2.8.3"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
1149
1150[[package]]
1151name = "mime"
1152version = "0.3.17"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1155
1156[[package]]
1157name = "miniz_oxide"
1158version = "0.8.9"
1159source = "registry+https://github.com/rust-lang/crates.io-index"
1160checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1161dependencies = [
1162 "adler2",
1163 "simd-adler32",
1164]
1165
1166[[package]]
1167name = "mio"
1168version = "1.2.2"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
1170checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
1171dependencies = [
1172 "libc",
1173 "wasi",
1174 "windows-sys 0.61.2",
1175]
1176
1177[[package]]
1178name = "nom"
1179version = "8.0.0"
1180source = "registry+https://github.com/rust-lang/crates.io-index"
1181checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
1182dependencies = [
1183 "memchr",
1184]
1185
1186[[package]]
1187name = "num-conv"
1188version = "0.2.2"
1189source = "registry+https://github.com/rust-lang/crates.io-index"
1190checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
1191
1192[[package]]
1193name = "num-traits"
1194version = "0.2.19"
1195source = "registry+https://github.com/rust-lang/crates.io-index"
1196checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1197dependencies = [
1198 "autocfg",
1199]
1200
1201[[package]]
1202name = "once_cell"
1203version = "1.21.4"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1206
1207[[package]]
1208name = "opaque-debug"
1209version = "0.3.1"
1210source = "registry+https://github.com/rust-lang/crates.io-index"
1211checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
1212
1213[[package]]
1214name = "parking"
1215version = "2.2.1"
1216source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1218
1219[[package]]
1220name = "parking_lot"
1221version = "0.12.5"
1222source = "registry+https://github.com/rust-lang/crates.io-index"
1223checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1224dependencies = [
1225 "lock_api",
1226 "parking_lot_core",
1227]
1228
1229[[package]]
1230name = "parking_lot_core"
1231version = "0.9.12"
1232source = "registry+https://github.com/rust-lang/crates.io-index"
1233checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1234dependencies = [
1235 "cfg-if",
1236 "libc",
1237 "redox_syscall",
1238 "smallvec",
1239 "windows-link",
1240]
1241
1242[[package]]
1243name = "password-hash"
1244version = "0.5.0"
1245source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
1247dependencies = [
1248 "base64ct",
1249 "rand_core 0.6.4",
1250 "subtle",
1251]
1252
1253[[package]]
1254name = "percent-encoding"
1255version = "2.3.2"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1258
1259[[package]]
1260name = "pin-project-lite"
1261version = "0.2.17"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1264
1265[[package]]
1266name = "pkg-config"
1267version = "0.3.33"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
1270
1271[[package]]
1272name = "polyval"
1273version = "0.6.2"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
1276dependencies = [
1277 "cfg-if",
1278 "cpufeatures 0.2.17",
1279 "opaque-debug",
1280 "universal-hash",
1281]
1282
1283[[package]]
1284name = "potential_utf"
1285version = "0.1.5"
1286source = "registry+https://github.com/rust-lang/crates.io-index"
1287checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1288dependencies = [
1289 "zerovec",
1290]
1291
1292[[package]]
1293name = "powerfmt"
1294version = "0.2.0"
1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1297
1298[[package]]
1299name = "ppv-lite86"
1300version = "0.2.21"
1301source = "registry+https://github.com/rust-lang/crates.io-index"
1302checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1303dependencies = [
1304 "zerocopy",
1305]
1306
1307[[package]]
1308name = "proc-macro-crate"
1309version = "3.5.0"
1310source = "registry+https://github.com/rust-lang/crates.io-index"
1311checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
1312dependencies = [
1313 "toml_edit",
1314]
1315
1316[[package]]
1317name = "proc-macro2"
1318version = "1.0.107"
1319source = "registry+https://github.com/rust-lang/crates.io-index"
1320checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
1321dependencies = [
1322 "unicode-ident",
1323]
1324
1325[[package]]
1326name = "pulldown-cmark"
1327version = "0.13.4"
1328source = "registry+https://github.com/rust-lang/crates.io-index"
1329checksum = "e9f068eba8e7071c5f9511831b44f32c740d5adf574e990f946ddb53db2f314e"
1330dependencies = [
1331 "bitflags",
1332 "memchr",
1333 "unicase",
1334]
1335
1336[[package]]
1337name = "quote"
1338version = "1.0.47"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
1341dependencies = [
1342 "proc-macro2",
1343]
1344
1345[[package]]
1346name = "quoted_printable"
1347version = "0.5.2"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "478e0585659a122aa407eb7e3c0e1fa51b1d8a870038bd29f0cf4a8551eea972"
1350
1351[[package]]
1352name = "r-efi"
1353version = "5.3.0"
1354source = "registry+https://github.com/rust-lang/crates.io-index"
1355checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1356
1357[[package]]
1358name = "r-efi"
1359version = "6.0.0"
1360source = "registry+https://github.com/rust-lang/crates.io-index"
1361checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1362
1363[[package]]
1364name = "rand"
1365version = "0.8.7"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a"
1368dependencies = [
1369 "libc",
1370 "rand_chacha 0.3.1",
1371 "rand_core 0.6.4",
1372]
1373
1374[[package]]
1375name = "rand"
1376version = "0.9.5"
1377source = "registry+https://github.com/rust-lang/crates.io-index"
1378checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
1379dependencies = [
1380 "rand_chacha 0.9.0",
1381 "rand_core 0.9.5",
1382]
1383
1384[[package]]
1385name = "rand"
1386version = "0.10.2"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
1389dependencies = [
1390 "chacha20",
1391 "getrandom 0.4.3",
1392 "rand_core 0.10.1",
1393]
1394
1395[[package]]
1396name = "rand_chacha"
1397version = "0.3.1"
1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1400dependencies = [
1401 "ppv-lite86",
1402 "rand_core 0.6.4",
1403]
1404
1405[[package]]
1406name = "rand_chacha"
1407version = "0.9.0"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1410dependencies = [
1411 "ppv-lite86",
1412 "rand_core 0.9.5",
1413]
1414
1415[[package]]
1416name = "rand_core"
1417version = "0.6.4"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1420dependencies = [
1421 "getrandom 0.2.17",
1422]
1423
1424[[package]]
1425name = "rand_core"
1426version = "0.9.5"
1427source = "registry+https://github.com/rust-lang/crates.io-index"
1428checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1429dependencies = [
1430 "getrandom 0.3.4",
1431]
1432
1433[[package]]
1434name = "rand_core"
1435version = "0.10.1"
1436source = "registry+https://github.com/rust-lang/crates.io-index"
1437checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
1438
1439[[package]]
1440name = "redox_syscall"
1441version = "0.5.18"
1442source = "registry+https://github.com/rust-lang/crates.io-index"
1443checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1444dependencies = [
1445 "bitflags",
1446]
1447
1448[[package]]
1449name = "ref-cast"
1450version = "1.0.26"
1451source = "registry+https://github.com/rust-lang/crates.io-index"
1452checksum = "216e8f773d7923bcba9ceb86a86c93cabb3903a11872fc3f138c49630e50b96d"
1453dependencies = [
1454 "ref-cast-impl",
1455]
1456
1457[[package]]
1458name = "ref-cast-impl"
1459version = "1.0.26"
1460source = "registry+https://github.com/rust-lang/crates.io-index"
1461checksum = "2c9283685feec7d69af75fb0e858d5e7378f33fe4fc699383b2916ab9273e03c"
1462dependencies = [
1463 "proc-macro2",
1464 "quote",
1465 "syn 3.0.3",
1466]
1467
1468[[package]]
1469name = "ring"
1470version = "0.17.14"
1471source = "registry+https://github.com/rust-lang/crates.io-index"
1472checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1473dependencies = [
1474 "cc",
1475 "cfg-if",
1476 "getrandom 0.2.17",
1477 "libc",
1478 "untrusted",
1479 "windows-sys 0.52.0",
1480]
1481
1482[[package]]
1483name = "rustix"
1484version = "1.1.4"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1487dependencies = [
1488 "bitflags",
1489 "errno",
1490 "libc",
1491 "linux-raw-sys",
1492 "windows-sys 0.61.2",
1493]
1494
1495[[package]]
1496name = "rustls"
1497version = "0.23.43"
1498source = "registry+https://github.com/rust-lang/crates.io-index"
1499checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06"
1500dependencies = [
1501 "log",
1502 "once_cell",
1503 "ring",
1504 "rustls-pki-types",
1505 "rustls-webpki",
1506 "subtle",
1507 "zeroize",
1508]
1509
1510[[package]]
1511name = "rustls-pki-types"
1512version = "1.15.1"
1513source = "registry+https://github.com/rust-lang/crates.io-index"
1514checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96"
1515dependencies = [
1516 "zeroize",
1517]
1518
1519[[package]]
1520name = "rustls-webpki"
1521version = "0.103.13"
1522source = "registry+https://github.com/rust-lang/crates.io-index"
1523checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
1524dependencies = [
1525 "ring",
1526 "rustls-pki-types",
1527 "untrusted",
1528]
1529
1530[[package]]
1531name = "rustversion"
1532version = "1.0.23"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
1535
1536[[package]]
1537name = "ryu"
1538version = "1.0.23"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1541
1542[[package]]
1543name = "scopeguard"
1544version = "1.2.0"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1547
1548[[package]]
1549name = "serde"
1550version = "1.0.229"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
1553dependencies = [
1554 "serde_core",
1555 "serde_derive",
1556]
1557
1558[[package]]
1559name = "serde_core"
1560version = "1.0.229"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
1563dependencies = [
1564 "serde_derive",
1565]
1566
1567[[package]]
1568name = "serde_derive"
1569version = "1.0.229"
1570source = "registry+https://github.com/rust-lang/crates.io-index"
1571checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
1572dependencies = [
1573 "proc-macro2",
1574 "quote",
1575 "syn 3.0.3",
1576]
1577
1578[[package]]
1579name = "serde_json"
1580version = "1.0.151"
1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
1583dependencies = [
1584 "itoa",
1585 "memchr",
1586 "serde",
1587 "serde_core",
1588 "zmij",
1589]
1590
1591[[package]]
1592name = "serde_path_to_error"
1593version = "0.1.20"
1594source = "registry+https://github.com/rust-lang/crates.io-index"
1595checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
1596dependencies = [
1597 "itoa",
1598 "serde",
1599 "serde_core",
1600]
1601
1602[[package]]
1603name = "serde_spanned"
1604version = "1.1.1"
1605source = "registry+https://github.com/rust-lang/crates.io-index"
1606checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
1607dependencies = [
1608 "serde_core",
1609]
1610
1611[[package]]
1612name = "serde_urlencoded"
1613version = "0.7.1"
1614source = "registry+https://github.com/rust-lang/crates.io-index"
1615checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1616dependencies = [
1617 "form_urlencoded",
1618 "itoa",
1619 "ryu",
1620 "serde",
1621]
1622
1623[[package]]
1624name = "sha1"
1625version = "0.10.7"
1626source = "registry+https://github.com/rust-lang/crates.io-index"
1627checksum = "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8"
1628dependencies = [
1629 "cfg-if",
1630 "cpufeatures 0.2.17",
1631 "digest 0.10.7",
1632]
1633
1634[[package]]
1635name = "sha1"
1636version = "0.11.0"
1637source = "registry+https://github.com/rust-lang/crates.io-index"
1638checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214"
1639dependencies = [
1640 "cfg-if",
1641 "cpufeatures 0.3.0",
1642 "digest 0.11.3",
1643]
1644
1645[[package]]
1646name = "sha2"
1647version = "0.10.9"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1650dependencies = [
1651 "cfg-if",
1652 "cpufeatures 0.2.17",
1653 "digest 0.10.7",
1654]
1655
1656[[package]]
1657name = "sha2"
1658version = "0.11.0"
1659source = "registry+https://github.com/rust-lang/crates.io-index"
1660checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
1661dependencies = [
1662 "cfg-if",
1663 "cpufeatures 0.3.0",
1664 "digest 0.11.3",
1665]
1666
1667[[package]]
1668name = "shlex"
1669version = "2.0.1"
1670source = "registry+https://github.com/rust-lang/crates.io-index"
1671checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
1672
1673[[package]]
1674name = "signal-hook-registry"
1675version = "1.4.8"
1676source = "registry+https://github.com/rust-lang/crates.io-index"
1677checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1678dependencies = [
1679 "errno",
1680 "libc",
1681]
1682
1683[[package]]
1684name = "simd-adler32"
1685version = "0.3.10"
1686source = "registry+https://github.com/rust-lang/crates.io-index"
1687checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
1688
1689[[package]]
1690name = "slab"
1691version = "0.4.12"
1692source = "registry+https://github.com/rust-lang/crates.io-index"
1693checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1694
1695[[package]]
1696name = "smallvec"
1697version = "1.15.2"
1698source = "registry+https://github.com/rust-lang/crates.io-index"
1699checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
1700dependencies = [
1701 "serde",
1702]
1703
1704[[package]]
1705name = "socket2"
1706version = "0.6.5"
1707source = "registry+https://github.com/rust-lang/crates.io-index"
1708checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
1709dependencies = [
1710 "libc",
1711 "windows-sys 0.61.2",
1712]
1713
1714[[package]]
1715name = "spin"
1716version = "0.9.9"
1717source = "registry+https://github.com/rust-lang/crates.io-index"
1718checksum = "3763264f6b73151db08c50ff20d7d8a0b8796e021cdea7ceedad07b80155fa0e"
1719dependencies = [
1720 "lock_api",
1721]
1722
1723[[package]]
1724name = "sqlx"
1725version = "0.9.0"
1726source = "registry+https://github.com/rust-lang/crates.io-index"
1727checksum = "378620ccc25c62c89d8be1c819e76a88d59bdcc3304733330788948e619bfd71"
1728dependencies = [
1729 "sqlx-core",
1730 "sqlx-macros",
1731 "sqlx-mysql",
1732 "sqlx-postgres",
1733 "sqlx-sqlite",
1734]
1735
1736[[package]]
1737name = "sqlx-core"
1738version = "0.9.0"
1739source = "registry+https://github.com/rust-lang/crates.io-index"
1740checksum = "05b44e85bf579a8eeb4ceaa77a3a523baf2bf0e9bac7e40f405d537b5d2d5ccb"
1741dependencies = [
1742 "base64 0.22.1",
1743 "bytes",
1744 "cfg-if",
1745 "crc",
1746 "crossbeam-queue",
1747 "either",
1748 "event-listener",
1749 "futures-core",
1750 "futures-intrusive",
1751 "futures-io",
1752 "futures-util",
1753 "hashbrown 0.16.1",
1754 "hashlink",
1755 "indexmap",
1756 "log",
1757 "memchr",
1758 "percent-encoding",
1759 "serde",
1760 "serde_json",
1761 "sha2 0.10.9",
1762 "smallvec",
1763 "thiserror",
1764 "tokio",
1765 "tokio-stream",
1766 "tracing",
1767 "url",
1768]
1769
1770[[package]]
1771name = "sqlx-macros"
1772version = "0.9.0"
1773source = "registry+https://github.com/rust-lang/crates.io-index"
1774checksum = "bd2b84f2bc39a5705ef27ec785a11c934a41bbd4a24941e257927cddc26b60bf"
1775dependencies = [
1776 "proc-macro2",
1777 "quote",
1778 "sqlx-core",
1779 "sqlx-macros-core",
1780 "syn 2.0.119",
1781]
1782
1783[[package]]
1784name = "sqlx-macros-core"
1785version = "0.9.0"
1786source = "registry+https://github.com/rust-lang/crates.io-index"
1787checksum = "fb8d96de5fdc85a5c4ec813432b523ec637e80ba98f046555f75f7908ddac7c3"
1788dependencies = [
1789 "cfg-if",
1790 "dotenvy",
1791 "either",
1792 "heck",
1793 "hex",
1794 "proc-macro2",
1795 "quote",
1796 "serde",
1797 "serde_json",
1798 "sha2 0.10.9",
1799 "sqlx-core",
1800 "sqlx-sqlite",
1801 "syn 2.0.119",
1802 "thiserror",
1803 "tokio",
1804 "url",
1805]
1806
1807[[package]]
1808name = "sqlx-mysql"
1809version = "0.9.0"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "90b8020fe17c5f2c245bfa2505d7ef59c5604839527c740266ad2214acebea27"
1812dependencies = [
1813 "bitflags",
1814 "byteorder",
1815 "bytes",
1816 "crc",
1817 "digest 0.11.3",
1818 "dotenvy",
1819 "either",
1820 "futures-core",
1821 "futures-util",
1822 "generic-array",
1823 "log",
1824 "percent-encoding",
1825 "serde",
1826 "sha1 0.11.0",
1827 "sha2 0.11.0",
1828 "sqlx-core",
1829 "thiserror",
1830 "tracing",
1831]
1832
1833[[package]]
1834name = "sqlx-postgres"
1835version = "0.9.0"
1836source = "registry+https://github.com/rust-lang/crates.io-index"
1837checksum = "87a2bdd6e83f6b3ea525ca9fee568030508b58355a43d0b2c1674d5f79dcd65e"
1838dependencies = [
1839 "atoi",
1840 "base64 0.22.1",
1841 "bitflags",
1842 "byteorder",
1843 "crc",
1844 "dotenvy",
1845 "etcetera",
1846 "futures-channel",
1847 "futures-core",
1848 "futures-util",
1849 "hex",
1850 "hkdf 0.13.0",
1851 "hmac 0.13.0",
1852 "itoa",
1853 "log",
1854 "md-5",
1855 "memchr",
1856 "rand 0.10.2",
1857 "serde",
1858 "serde_json",
1859 "sha2 0.11.0",
1860 "smallvec",
1861 "sqlx-core",
1862 "stringprep",
1863 "thiserror",
1864 "tracing",
1865 "whoami",
1866]
1867
1868[[package]]
1869name = "sqlx-sqlite"
1870version = "0.9.0"
1871source = "registry+https://github.com/rust-lang/crates.io-index"
1872checksum = "488e99c397a62007e4229aec669a179816339afc6d2620ca6fa420dbee2e982c"
1873dependencies = [
1874 "atoi",
1875 "flume",
1876 "form_urlencoded",
1877 "futures-channel",
1878 "futures-core",
1879 "futures-executor",
1880 "futures-intrusive",
1881 "futures-util",
1882 "libsqlite3-sys",
1883 "log",
1884 "percent-encoding",
1885 "serde",
1886 "sqlx-core",
1887 "thiserror",
1888 "tracing",
1889 "url",
1890]
1891
1892[[package]]
1893name = "stable_deref_trait"
1894version = "1.2.1"
1895source = "registry+https://github.com/rust-lang/crates.io-index"
1896checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1897
1898[[package]]
1899name = "steid"
1900version = "0.2.0"
1901dependencies = [
1902 "argon2",
1903 "base64 0.22.1",
1904 "bytes",
1905 "dotenvy",
1906 "envy",
1907 "futures-util",
1908 "http-body",
1909 "pulldown-cmark",
1910 "rand 0.10.2",
1911 "serde",
1912 "sha2 0.10.9",
1913 "sqlx",
1914 "subtle",
1915 "tempfile",
1916 "tokio",
1917 "tokio-util",
1918 "topcoat",
1919 "uuid",
1920]
1921
1922[[package]]
1923name = "stringprep"
1924version = "0.1.5"
1925source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
1927dependencies = [
1928 "unicode-bidi",
1929 "unicode-normalization",
1930 "unicode-properties",
1931]
1932
1933[[package]]
1934name = "subtle"
1935version = "2.6.1"
1936source = "registry+https://github.com/rust-lang/crates.io-index"
1937checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1938
1939[[package]]
1940name = "syn"
1941version = "2.0.119"
1942source = "registry+https://github.com/rust-lang/crates.io-index"
1943checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
1944dependencies = [
1945 "proc-macro2",
1946 "quote",
1947 "unicode-ident",
1948]
1949
1950[[package]]
1951name = "syn"
1952version = "3.0.3"
1953source = "registry+https://github.com/rust-lang/crates.io-index"
1954checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
1955dependencies = [
1956 "proc-macro2",
1957 "quote",
1958 "unicode-ident",
1959]
1960
1961[[package]]
1962name = "sync_wrapper"
1963version = "1.0.2"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1966
1967[[package]]
1968name = "synstructure"
1969version = "0.13.2"
1970source = "registry+https://github.com/rust-lang/crates.io-index"
1971checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1972dependencies = [
1973 "proc-macro2",
1974 "quote",
1975 "syn 2.0.119",
1976]
1977
1978[[package]]
1979name = "tempfile"
1980version = "3.27.0"
1981source = "registry+https://github.com/rust-lang/crates.io-index"
1982checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
1983dependencies = [
1984 "fastrand",
1985 "getrandom 0.4.3",
1986 "once_cell",
1987 "rustix",
1988 "windows-sys 0.61.2",
1989]
1990
1991[[package]]
1992name = "thiserror"
1993version = "2.0.19"
1994source = "registry+https://github.com/rust-lang/crates.io-index"
1995checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
1996dependencies = [
1997 "thiserror-impl",
1998]
1999
2000[[package]]
2001name = "thiserror-impl"
2002version = "2.0.19"
2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
2005dependencies = [
2006 "proc-macro2",
2007 "quote",
2008 "syn 3.0.3",
2009]
2010
2011[[package]]
2012name = "time"
2013version = "0.3.54"
2014source = "registry+https://github.com/rust-lang/crates.io-index"
2015checksum = "3e1d5e639ff6bab73cb6885cc7e7b1de96c3f32c68ec55f3952614bec1092244"
2016dependencies = [
2017 "deranged",
2018 "num-conv",
2019 "powerfmt",
2020 "serde_core",
2021 "time-core",
2022 "time-macros",
2023]
2024
2025[[package]]
2026name = "time-core"
2027version = "0.1.9"
2028source = "registry+https://github.com/rust-lang/crates.io-index"
2029checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
2030
2031[[package]]
2032name = "time-macros"
2033version = "0.2.32"
2034source = "registry+https://github.com/rust-lang/crates.io-index"
2035checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85"
2036dependencies = [
2037 "num-conv",
2038 "time-core",
2039]
2040
2041[[package]]
2042name = "tinystr"
2043version = "0.8.3"
2044source = "registry+https://github.com/rust-lang/crates.io-index"
2045checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
2046dependencies = [
2047 "displaydoc",
2048 "zerovec",
2049]
2050
2051[[package]]
2052name = "tinyvec"
2053version = "1.12.0"
2054source = "registry+https://github.com/rust-lang/crates.io-index"
2055checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
2056dependencies = [
2057 "tinyvec_macros",
2058]
2059
2060[[package]]
2061name = "tinyvec_macros"
2062version = "0.1.1"
2063source = "registry+https://github.com/rust-lang/crates.io-index"
2064checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2065
2066[[package]]
2067name = "tokio"
2068version = "1.53.1"
2069source = "registry+https://github.com/rust-lang/crates.io-index"
2070checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
2071dependencies = [
2072 "bytes",
2073 "libc",
2074 "mio",
2075 "pin-project-lite",
2076 "signal-hook-registry",
2077 "socket2",
2078 "tokio-macros",
2079 "windows-sys 0.61.2",
2080]
2081
2082[[package]]
2083name = "tokio-macros"
2084version = "2.7.2"
2085source = "registry+https://github.com/rust-lang/crates.io-index"
2086checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
2087dependencies = [
2088 "proc-macro2",
2089 "quote",
2090 "syn 3.0.3",
2091]
2092
2093[[package]]
2094name = "tokio-stream"
2095version = "0.1.19"
2096source = "registry+https://github.com/rust-lang/crates.io-index"
2097checksum = "a3d06f0b082ba57c26b79407372e57cf2a1e28124f78e9479fe80322cf53420b"
2098dependencies = [
2099 "futures-core",
2100 "pin-project-lite",
2101 "tokio",
2102]
2103
2104[[package]]
2105name = "tokio-tungstenite"
2106version = "0.29.0"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c"
2109dependencies = [
2110 "futures-util",
2111 "log",
2112 "tokio",
2113 "tungstenite",
2114]
2115
2116[[package]]
2117name = "tokio-util"
2118version = "0.7.19"
2119source = "registry+https://github.com/rust-lang/crates.io-index"
2120checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52"
2121dependencies = [
2122 "bytes",
2123 "futures-core",
2124 "futures-sink",
2125 "libc",
2126 "pin-project-lite",
2127 "tokio",
2128]
2129
2130[[package]]
2131name = "toml"
2132version = "1.1.4+spec-1.1.0"
2133source = "registry+https://github.com/rust-lang/crates.io-index"
2134checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5"
2135dependencies = [
2136 "indexmap",
2137 "serde_core",
2138 "serde_spanned",
2139 "toml_datetime",
2140 "toml_parser",
2141 "toml_writer",
2142 "winnow",
2143]
2144
2145[[package]]
2146name = "toml_datetime"
2147version = "1.1.1+spec-1.1.0"
2148source = "registry+https://github.com/rust-lang/crates.io-index"
2149checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
2150dependencies = [
2151 "serde_core",
2152]
2153
2154[[package]]
2155name = "toml_edit"
2156version = "0.25.13+spec-1.1.0"
2157source = "registry+https://github.com/rust-lang/crates.io-index"
2158checksum = "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b"
2159dependencies = [
2160 "indexmap",
2161 "toml_datetime",
2162 "toml_parser",
2163 "winnow",
2164]
2165
2166[[package]]
2167name = "toml_parser"
2168version = "1.1.3+spec-1.1.0"
2169source = "registry+https://github.com/rust-lang/crates.io-index"
2170checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56"
2171dependencies = [
2172 "winnow",
2173]
2174
2175[[package]]
2176name = "toml_writer"
2177version = "1.1.2+spec-1.1.0"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
2180
2181[[package]]
2182name = "topcoat"
2183version = "0.5.0"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "589daca3621386280f58fde033d08ff378592f6ac448bea327418ccf2725bc83"
2186dependencies = [
2187 "futures-util",
2188 "inventory",
2189 "serde",
2190 "serde_urlencoded",
2191 "tokio",
2192 "tokio-tungstenite",
2193 "topcoat-asset",
2194 "topcoat-cookie",
2195 "topcoat-core",
2196 "topcoat-core-macro",
2197 "topcoat-font",
2198 "topcoat-font-macro",
2199 "topcoat-icon",
2200 "topcoat-icon-macro",
2201 "topcoat-mail",
2202 "topcoat-router",
2203 "topcoat-router-macro",
2204 "topcoat-runtime",
2205 "topcoat-runtime-macro",
2206 "topcoat-session",
2207 "topcoat-tailwind",
2208 "topcoat-ui-registry",
2209 "topcoat-view",
2210 "topcoat-view-macro",
2211]
2212
2213[[package]]
2214name = "topcoat-asset"
2215version = "0.5.0"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "5c6578f618a56f94f3f7adc1738af2aae404b38df0f8bc57b2bd193a619497a1"
2218dependencies = [
2219 "http",
2220 "memchr",
2221 "serde",
2222 "sha2 0.11.0",
2223 "thiserror",
2224 "tokio",
2225 "toml",
2226 "topcoat-core",
2227 "topcoat-router",
2228 "topcoat-view",
2229]
2230
2231[[package]]
2232name = "topcoat-cookie"
2233version = "0.5.0"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "d32c9f0ae723b64ff6e41045ec12a527557a2ccfa6518cdd0b9ec08dd844a21f"
2236dependencies = [
2237 "cookie",
2238 "getrandom 0.2.17",
2239 "http",
2240 "serde",
2241 "serde_json",
2242 "topcoat-core",
2243 "topcoat-router",
2244]
2245
2246[[package]]
2247name = "topcoat-core"
2248version = "0.5.0"
2249source = "registry+https://github.com/rust-lang/crates.io-index"
2250checksum = "1910073163af25526c01e9ffc489bedbed653e9047b98998d1cd71c5c7086613"
2251dependencies = [
2252 "anyhow",
2253 "anymap3",
2254 "boxcar",
2255 "hashbrown 0.17.1",
2256 "http",
2257 "pin-project-lite",
2258 "thiserror",
2259 "tokio",
2260]
2261
2262[[package]]
2263name = "topcoat-core-grammar"
2264version = "0.5.0"
2265source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "d6fee467bd47fafd06fa2c8c45de79bf63f4876f6bc1a6e23334b380d68f2154"
2267dependencies = [
2268 "proc-macro-crate",
2269 "proc-macro2",
2270 "quote",
2271 "syn 2.0.119",
2272]
2273
2274[[package]]
2275name = "topcoat-core-macro"
2276version = "0.5.0"
2277source = "registry+https://github.com/rust-lang/crates.io-index"
2278checksum = "7d47e2d41ebfa9abb50446f6d9c518b56f255c9a3d706a3bf959a4744cc745a7"
2279dependencies = [
2280 "quote",
2281 "syn 2.0.119",
2282 "topcoat-core-grammar",
2283]
2284
2285[[package]]
2286name = "topcoat-font"
2287version = "0.5.0"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "0315d8be7320e76c99186bb9e9c33c279daf029b236e0c931fb9623604c707be"
2290dependencies = [
2291 "heck",
2292 "inventory",
2293 "serde",
2294 "serde_json",
2295 "topcoat-asset",
2296 "topcoat-core",
2297 "topcoat-router",
2298 "topcoat-view",
2299 "topcoat-view-macro",
2300]
2301
2302[[package]]
2303name = "topcoat-font-grammar"
2304version = "0.5.0"
2305source = "registry+https://github.com/rust-lang/crates.io-index"
2306checksum = "92bc65a9036f2fe35d14962bafa4ced1cf0704070ec313b61ccbc50d7d3b18c1"
2307dependencies = [
2308 "proc-macro2",
2309 "quote",
2310 "syn 2.0.119",
2311 "topcoat-core-grammar",
2312 "topcoat-font",
2313]
2314
2315[[package]]
2316name = "topcoat-font-macro"
2317version = "0.5.0"
2318source = "registry+https://github.com/rust-lang/crates.io-index"
2319checksum = "d9688cc9b5237cd16bbb1cee89f03c63482e1c7e883c4cc52921c3e269a2b8a2"
2320dependencies = [
2321 "quote",
2322 "syn 2.0.119",
2323 "topcoat-font-grammar",
2324]
2325
2326[[package]]
2327name = "topcoat-icon"
2328version = "0.5.0"
2329source = "registry+https://github.com/rust-lang/crates.io-index"
2330checksum = "156f6c4fa5b119a8d0d9702d4824d998622c4f8b99dc5ef2678f68ff535b3471"
2331dependencies = [
2332 "serde",
2333 "serde_json",
2334 "thiserror",
2335 "topcoat-core",
2336 "topcoat-view",
2337 "topcoat-view-macro",
2338 "ureq",
2339]
2340
2341[[package]]
2342name = "topcoat-icon-grammar"
2343version = "0.5.0"
2344source = "registry+https://github.com/rust-lang/crates.io-index"
2345checksum = "b3224fb4f1e5cc1144e2e69ca16055b4f5a08d5418fe571d495ecf9860467e06"
2346dependencies = [
2347 "heck",
2348 "proc-macro2",
2349 "quote",
2350 "serde_json",
2351 "syn 2.0.119",
2352 "topcoat-core-grammar",
2353 "topcoat-icon",
2354]
2355
2356[[package]]
2357name = "topcoat-icon-macro"
2358version = "0.5.0"
2359source = "registry+https://github.com/rust-lang/crates.io-index"
2360checksum = "e826c3722b674ad4d8706ceec9b7727b5885d014ca12f488185fc9c5ac3ecaa0"
2361dependencies = [
2362 "proc-macro2",
2363 "quote",
2364 "syn 2.0.119",
2365 "topcoat-icon-grammar",
2366]
2367
2368[[package]]
2369name = "topcoat-mail"
2370version = "0.5.0"
2371source = "registry+https://github.com/rust-lang/crates.io-index"
2372checksum = "63a83a0dddafcbccf9cabbf21feb11a56504808f13a1a9121f3f7a67179801a5"
2373dependencies = [
2374 "lettre",
2375 "thiserror",
2376 "time",
2377 "topcoat-core",
2378 "topcoat-router",
2379 "topcoat-view",
2380]
2381
2382[[package]]
2383name = "topcoat-router"
2384version = "0.5.0"
2385source = "registry+https://github.com/rust-lang/crates.io-index"
2386checksum = "c603bc95a11da19c050e03b666b8e97676755134a6fcf62050c54f789a66c2ae"
2387dependencies = [
2388 "bytes",
2389 "form_urlencoded",
2390 "futures-core",
2391 "heck",
2392 "http",
2393 "http-body",
2394 "http-body-util",
2395 "hyper",
2396 "hyper-util",
2397 "inventory",
2398 "matchit",
2399 "percent-encoding",
2400 "ref-cast",
2401 "serde",
2402 "serde_json",
2403 "serde_path_to_error",
2404 "serde_urlencoded",
2405 "tokio",
2406 "topcoat-core",
2407 "topcoat-view",
2408 "tower",
2409 "tower-http",
2410]
2411
2412[[package]]
2413name = "topcoat-router-grammar"
2414version = "0.5.0"
2415source = "registry+https://github.com/rust-lang/crates.io-index"
2416checksum = "5226f10225bb40861da25175f6a5cad940d1a230faf7c3f4162784ad0f21e0fb"
2417dependencies = [
2418 "heck",
2419 "proc-macro2",
2420 "quote",
2421 "syn 2.0.119",
2422 "topcoat-core-grammar",
2423]
2424
2425[[package]]
2426name = "topcoat-router-macro"
2427version = "0.5.0"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "3f4bf01509502919a685b6020e59517e8004d89f2209ce1dc861c4cb61641993"
2430dependencies = [
2431 "quote",
2432 "syn 2.0.119",
2433 "topcoat-router-grammar",
2434]
2435
2436[[package]]
2437name = "topcoat-runtime"
2438version = "0.5.0"
2439source = "registry+https://github.com/rust-lang/crates.io-index"
2440checksum = "7330c6b7ff6e1c18641caa0bb384a983cbe1f4f612acbd4db5ac0383fb3be340"
2441dependencies = [
2442 "inventory",
2443 "ref-cast",
2444 "serde",
2445 "serde_json",
2446 "topcoat-asset",
2447 "topcoat-core",
2448 "topcoat-router",
2449 "topcoat-view",
2450 "uuid",
2451]
2452
2453[[package]]
2454name = "topcoat-runtime-grammar"
2455version = "0.5.0"
2456source = "registry+https://github.com/rust-lang/crates.io-index"
2457checksum = "2963a9fe67e61a313ade242490c39c7bb17dfddc94e01a3025c024b76d254e56"
2458dependencies = [
2459 "proc-macro2",
2460 "quote",
2461 "serde",
2462 "serde_json",
2463 "syn 2.0.119",
2464 "topcoat-core-grammar",
2465 "topcoat-runtime",
2466 "uuid",
2467]
2468
2469[[package]]
2470name = "topcoat-runtime-macro"
2471version = "0.5.0"
2472source = "registry+https://github.com/rust-lang/crates.io-index"
2473checksum = "40218f9ac81339faabb7522e538bb2038f78e44043e272eec02091130020b86d"
2474dependencies = [
2475 "quote",
2476 "syn 2.0.119",
2477 "topcoat-runtime-grammar",
2478]
2479
2480[[package]]
2481name = "topcoat-session"
2482version = "0.5.0"
2483source = "registry+https://github.com/rust-lang/crates.io-index"
2484checksum = "8a3d2d4170dfa3580a011efb39e1aa90b46ab5e6f4c727df6c77517d1f90d493"
2485dependencies = [
2486 "base64 0.22.1",
2487 "getrandom 0.4.3",
2488 "sha2 0.11.0",
2489 "thiserror",
2490 "tokio",
2491 "topcoat-cookie",
2492 "topcoat-core",
2493 "topcoat-router",
2494 "web-time",
2495]
2496
2497[[package]]
2498name = "topcoat-tailwind"
2499version = "0.5.0"
2500source = "registry+https://github.com/rust-lang/crates.io-index"
2501checksum = "22411d4f2c79840b58b86da8bb18d34e2de55286885d4f57835223f6fae30b80"
2502dependencies = [
2503 "sha2 0.11.0",
2504 "thiserror",
2505 "topcoat-core",
2506 "ureq",
2507]
2508
2509[[package]]
2510name = "topcoat-ui-registry"
2511version = "0.5.0"
2512source = "registry+https://github.com/rust-lang/crates.io-index"
2513checksum = "8abcbbdc85084d6ebde84f83f6781a799258b60ca4c381f50c66953edab25e36"
2514
2515[[package]]
2516name = "topcoat-view"
2517version = "0.5.0"
2518source = "registry+https://github.com/rust-lang/crates.io-index"
2519checksum = "6de1bbfc6891d2d2bf76b74b6a4f00747a55ed22b0f562dea7b8e6ced5090074"
2520dependencies = [
2521 "http",
2522 "itoa",
2523 "memchr",
2524 "smallvec",
2525 "topcoat-core",
2526]
2527
2528[[package]]
2529name = "topcoat-view-grammar"
2530version = "0.5.0"
2531source = "registry+https://github.com/rust-lang/crates.io-index"
2532checksum = "bce2fb8e2f1bc098f51226f8832a0536dab730d398af3944d4fb41e59ab9dc62"
2533dependencies = [
2534 "heck",
2535 "proc-macro2",
2536 "quote",
2537 "syn 2.0.119",
2538 "topcoat-core-grammar",
2539 "topcoat-view",
2540]
2541
2542[[package]]
2543name = "topcoat-view-macro"
2544version = "0.5.0"
2545source = "registry+https://github.com/rust-lang/crates.io-index"
2546checksum = "fcfcb8c4f838dce9d525541b2003b18ef3c252cf7d99a7daf5d4ff0ef5ed64a0"
2547dependencies = [
2548 "quote",
2549 "syn 2.0.119",
2550 "topcoat-view-grammar",
2551]
2552
2553[[package]]
2554name = "tower"
2555version = "0.5.3"
2556source = "registry+https://github.com/rust-lang/crates.io-index"
2557checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2558dependencies = [
2559 "futures-core",
2560 "futures-util",
2561 "pin-project-lite",
2562 "sync_wrapper",
2563 "tower-layer",
2564 "tower-service",
2565]
2566
2567[[package]]
2568name = "tower-http"
2569version = "0.7.0"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233"
2572dependencies = [
2573 "async-compression",
2574 "bitflags",
2575 "bytes",
2576 "futures-core",
2577 "http",
2578 "http-body",
2579 "percent-encoding",
2580 "pin-project-lite",
2581 "tokio",
2582 "tokio-util",
2583 "tower-layer",
2584 "tower-service",
2585]
2586
2587[[package]]
2588name = "tower-layer"
2589version = "0.3.3"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2592
2593[[package]]
2594name = "tower-service"
2595version = "0.3.3"
2596source = "registry+https://github.com/rust-lang/crates.io-index"
2597checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2598
2599[[package]]
2600name = "tracing"
2601version = "0.1.44"
2602source = "registry+https://github.com/rust-lang/crates.io-index"
2603checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2604dependencies = [
2605 "log",
2606 "pin-project-lite",
2607 "tracing-attributes",
2608 "tracing-core",
2609]
2610
2611[[package]]
2612name = "tracing-attributes"
2613version = "0.1.31"
2614source = "registry+https://github.com/rust-lang/crates.io-index"
2615checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2616dependencies = [
2617 "proc-macro2",
2618 "quote",
2619 "syn 2.0.119",
2620]
2621
2622[[package]]
2623name = "tracing-core"
2624version = "0.1.36"
2625source = "registry+https://github.com/rust-lang/crates.io-index"
2626checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2627dependencies = [
2628 "once_cell",
2629]
2630
2631[[package]]
2632name = "tungstenite"
2633version = "0.29.0"
2634source = "registry+https://github.com/rust-lang/crates.io-index"
2635checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8"
2636dependencies = [
2637 "bytes",
2638 "data-encoding",
2639 "http",
2640 "httparse",
2641 "log",
2642 "rand 0.9.5",
2643 "sha1 0.10.7",
2644 "thiserror",
2645]
2646
2647[[package]]
2648name = "typenum"
2649version = "1.20.1"
2650source = "registry+https://github.com/rust-lang/crates.io-index"
2651checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
2652
2653[[package]]
2654name = "unicase"
2655version = "2.9.0"
2656source = "registry+https://github.com/rust-lang/crates.io-index"
2657checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
2658
2659[[package]]
2660name = "unicode-bidi"
2661version = "0.3.18"
2662source = "registry+https://github.com/rust-lang/crates.io-index"
2663checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
2664
2665[[package]]
2666name = "unicode-ident"
2667version = "1.0.24"
2668source = "registry+https://github.com/rust-lang/crates.io-index"
2669checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2670
2671[[package]]
2672name = "unicode-normalization"
2673version = "0.1.25"
2674source = "registry+https://github.com/rust-lang/crates.io-index"
2675checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
2676dependencies = [
2677 "tinyvec",
2678]
2679
2680[[package]]
2681name = "unicode-properties"
2682version = "0.1.4"
2683source = "registry+https://github.com/rust-lang/crates.io-index"
2684checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
2685
2686[[package]]
2687name = "universal-hash"
2688version = "0.5.1"
2689source = "registry+https://github.com/rust-lang/crates.io-index"
2690checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
2691dependencies = [
2692 "crypto-common 0.1.7",
2693 "subtle",
2694]
2695
2696[[package]]
2697name = "untrusted"
2698version = "0.9.0"
2699source = "registry+https://github.com/rust-lang/crates.io-index"
2700checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2701
2702[[package]]
2703name = "ureq"
2704version = "3.3.0"
2705source = "registry+https://github.com/rust-lang/crates.io-index"
2706checksum = "dea7109cdcd5864d4eeb1b58a1648dc9bf520360d7af16ec26d0a9354bafcfc0"
2707dependencies = [
2708 "base64 0.22.1",
2709 "flate2",
2710 "log",
2711 "percent-encoding",
2712 "rustls",
2713 "rustls-pki-types",
2714 "ureq-proto",
2715 "utf8-zero",
2716 "webpki-roots",
2717]
2718
2719[[package]]
2720name = "ureq-proto"
2721version = "0.6.0"
2722source = "registry+https://github.com/rust-lang/crates.io-index"
2723checksum = "e994ba84b0bd1b1b0cf92878b7ef898a5c1760108fe7b6010327e274917a808c"
2724dependencies = [
2725 "base64 0.22.1",
2726 "http",
2727 "httparse",
2728 "log",
2729]
2730
2731[[package]]
2732name = "url"
2733version = "2.5.8"
2734source = "registry+https://github.com/rust-lang/crates.io-index"
2735checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2736dependencies = [
2737 "form_urlencoded",
2738 "idna",
2739 "percent-encoding",
2740 "serde",
2741]
2742
2743[[package]]
2744name = "utf8-zero"
2745version = "0.8.1"
2746source = "registry+https://github.com/rust-lang/crates.io-index"
2747checksum = "b8c0a043c9540bae7c578c88f91dda8bd82e59ae27c21baca69c8b191aaf5a6e"
2748
2749[[package]]
2750name = "utf8_iter"
2751version = "1.0.4"
2752source = "registry+https://github.com/rust-lang/crates.io-index"
2753checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2754
2755[[package]]
2756name = "uuid"
2757version = "1.24.0"
2758source = "registry+https://github.com/rust-lang/crates.io-index"
2759checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
2760dependencies = [
2761 "getrandom 0.4.3",
2762 "js-sys",
2763 "serde_core",
2764 "wasm-bindgen",
2765]
2766
2767[[package]]
2768name = "vcpkg"
2769version = "0.2.15"
2770source = "registry+https://github.com/rust-lang/crates.io-index"
2771checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2772
2773[[package]]
2774name = "version_check"
2775version = "0.9.5"
2776source = "registry+https://github.com/rust-lang/crates.io-index"
2777checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2778
2779[[package]]
2780name = "wasi"
2781version = "0.11.1+wasi-snapshot-preview1"
2782source = "registry+https://github.com/rust-lang/crates.io-index"
2783checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2784
2785[[package]]
2786name = "wasip2"
2787version = "1.0.4+wasi-0.2.12"
2788source = "registry+https://github.com/rust-lang/crates.io-index"
2789checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
2790dependencies = [
2791 "wit-bindgen",
2792]
2793
2794[[package]]
2795name = "wasm-bindgen"
2796version = "0.2.126"
2797source = "registry+https://github.com/rust-lang/crates.io-index"
2798checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
2799dependencies = [
2800 "cfg-if",
2801 "once_cell",
2802 "rustversion",
2803 "wasm-bindgen-macro",
2804 "wasm-bindgen-shared",
2805]
2806
2807[[package]]
2808name = "wasm-bindgen-macro"
2809version = "0.2.126"
2810source = "registry+https://github.com/rust-lang/crates.io-index"
2811checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
2812dependencies = [
2813 "quote",
2814 "wasm-bindgen-macro-support",
2815]
2816
2817[[package]]
2818name = "wasm-bindgen-macro-support"
2819version = "0.2.126"
2820source = "registry+https://github.com/rust-lang/crates.io-index"
2821checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
2822dependencies = [
2823 "bumpalo",
2824 "proc-macro2",
2825 "quote",
2826 "syn 2.0.119",
2827 "wasm-bindgen-shared",
2828]
2829
2830[[package]]
2831name = "wasm-bindgen-shared"
2832version = "0.2.126"
2833source = "registry+https://github.com/rust-lang/crates.io-index"
2834checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
2835dependencies = [
2836 "unicode-ident",
2837]
2838
2839[[package]]
2840name = "web-time"
2841version = "1.1.0"
2842source = "registry+https://github.com/rust-lang/crates.io-index"
2843checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2844dependencies = [
2845 "js-sys",
2846 "wasm-bindgen",
2847]
2848
2849[[package]]
2850name = "webpki-roots"
2851version = "1.0.9"
2852source = "registry+https://github.com/rust-lang/crates.io-index"
2853checksum = "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a"
2854dependencies = [
2855 "rustls-pki-types",
2856]
2857
2858[[package]]
2859name = "whoami"
2860version = "2.1.2"
2861source = "registry+https://github.com/rust-lang/crates.io-index"
2862checksum = "998767ef88740d1f5b0682a9c53c24431453923962269c2db68ee43788c5a40d"
2863
2864[[package]]
2865name = "windows-link"
2866version = "0.2.1"
2867source = "registry+https://github.com/rust-lang/crates.io-index"
2868checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2869
2870[[package]]
2871name = "windows-sys"
2872version = "0.52.0"
2873source = "registry+https://github.com/rust-lang/crates.io-index"
2874checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2875dependencies = [
2876 "windows-targets",
2877]
2878
2879[[package]]
2880name = "windows-sys"
2881version = "0.61.2"
2882source = "registry+https://github.com/rust-lang/crates.io-index"
2883checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2884dependencies = [
2885 "windows-link",
2886]
2887
2888[[package]]
2889name = "windows-targets"
2890version = "0.52.6"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2893dependencies = [
2894 "windows_aarch64_gnullvm",
2895 "windows_aarch64_msvc",
2896 "windows_i686_gnu",
2897 "windows_i686_gnullvm",
2898 "windows_i686_msvc",
2899 "windows_x86_64_gnu",
2900 "windows_x86_64_gnullvm",
2901 "windows_x86_64_msvc",
2902]
2903
2904[[package]]
2905name = "windows_aarch64_gnullvm"
2906version = "0.52.6"
2907source = "registry+https://github.com/rust-lang/crates.io-index"
2908checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2909
2910[[package]]
2911name = "windows_aarch64_msvc"
2912version = "0.52.6"
2913source = "registry+https://github.com/rust-lang/crates.io-index"
2914checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2915
2916[[package]]
2917name = "windows_i686_gnu"
2918version = "0.52.6"
2919source = "registry+https://github.com/rust-lang/crates.io-index"
2920checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2921
2922[[package]]
2923name = "windows_i686_gnullvm"
2924version = "0.52.6"
2925source = "registry+https://github.com/rust-lang/crates.io-index"
2926checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2927
2928[[package]]
2929name = "windows_i686_msvc"
2930version = "0.52.6"
2931source = "registry+https://github.com/rust-lang/crates.io-index"
2932checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2933
2934[[package]]
2935name = "windows_x86_64_gnu"
2936version = "0.52.6"
2937source = "registry+https://github.com/rust-lang/crates.io-index"
2938checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2939
2940[[package]]
2941name = "windows_x86_64_gnullvm"
2942version = "0.52.6"
2943source = "registry+https://github.com/rust-lang/crates.io-index"
2944checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2945
2946[[package]]
2947name = "windows_x86_64_msvc"
2948version = "0.52.6"
2949source = "registry+https://github.com/rust-lang/crates.io-index"
2950checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2951
2952[[package]]
2953name = "winnow"
2954version = "1.0.4"
2955source = "registry+https://github.com/rust-lang/crates.io-index"
2956checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
2957dependencies = [
2958 "memchr",
2959]
2960
2961[[package]]
2962name = "wit-bindgen"
2963version = "0.57.1"
2964source = "registry+https://github.com/rust-lang/crates.io-index"
2965checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
2966
2967[[package]]
2968name = "writeable"
2969version = "0.6.3"
2970source = "registry+https://github.com/rust-lang/crates.io-index"
2971checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
2972
2973[[package]]
2974name = "yoke"
2975version = "0.8.3"
2976source = "registry+https://github.com/rust-lang/crates.io-index"
2977checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
2978dependencies = [
2979 "stable_deref_trait",
2980 "yoke-derive",
2981 "zerofrom",
2982]
2983
2984[[package]]
2985name = "yoke-derive"
2986version = "0.8.2"
2987source = "registry+https://github.com/rust-lang/crates.io-index"
2988checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
2989dependencies = [
2990 "proc-macro2",
2991 "quote",
2992 "syn 2.0.119",
2993 "synstructure",
2994]
2995
2996[[package]]
2997name = "zerocopy"
2998version = "0.8.55"
2999source = "registry+https://github.com/rust-lang/crates.io-index"
3000checksum = "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb"
3001dependencies = [
3002 "zerocopy-derive",
3003]
3004
3005[[package]]
3006name = "zerocopy-derive"
3007version = "0.8.55"
3008source = "registry+https://github.com/rust-lang/crates.io-index"
3009checksum = "0fe976fb70c78cd64cccfe3a6fc142244e8a77b70959b30faf9d0ac37ee228eb"
3010dependencies = [
3011 "proc-macro2",
3012 "quote",
3013 "syn 2.0.119",
3014]
3015
3016[[package]]
3017name = "zerofrom"
3018version = "0.1.8"
3019source = "registry+https://github.com/rust-lang/crates.io-index"
3020checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
3021dependencies = [
3022 "zerofrom-derive",
3023]
3024
3025[[package]]
3026name = "zerofrom-derive"
3027version = "0.1.7"
3028source = "registry+https://github.com/rust-lang/crates.io-index"
3029checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
3030dependencies = [
3031 "proc-macro2",
3032 "quote",
3033 "syn 2.0.119",
3034 "synstructure",
3035]
3036
3037[[package]]
3038name = "zeroize"
3039version = "1.9.0"
3040source = "registry+https://github.com/rust-lang/crates.io-index"
3041checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
3042
3043[[package]]
3044name = "zerotrie"
3045version = "0.2.4"
3046source = "registry+https://github.com/rust-lang/crates.io-index"
3047checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
3048dependencies = [
3049 "displaydoc",
3050 "yoke",
3051 "zerofrom",
3052]
3053
3054[[package]]
3055name = "zerovec"
3056version = "0.11.6"
3057source = "registry+https://github.com/rust-lang/crates.io-index"
3058checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
3059dependencies = [
3060 "yoke",
3061 "zerofrom",
3062 "zerovec-derive",
3063]
3064
3065[[package]]
3066name = "zerovec-derive"
3067version = "0.11.3"
3068source = "registry+https://github.com/rust-lang/crates.io-index"
3069checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
3070dependencies = [
3071 "proc-macro2",
3072 "quote",
3073 "syn 2.0.119",
3074]
3075
3076[[package]]
3077name = "zmij"
3078version = "1.0.23"
3079source = "registry+https://github.com/rust-lang/crates.io-index"
3080checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"