steid

@jamesgill /

steid/Cargo.lock
73.7 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 = "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 = "quote"
1327version = "1.0.47"
1328source = "registry+https://github.com/rust-lang/crates.io-index"
1329checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
1330dependencies = [
1331 "proc-macro2",
1332]
1333
1334[[package]]
1335name = "quoted_printable"
1336version = "0.5.2"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "478e0585659a122aa407eb7e3c0e1fa51b1d8a870038bd29f0cf4a8551eea972"
1339
1340[[package]]
1341name = "r-efi"
1342version = "5.3.0"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1345
1346[[package]]
1347name = "r-efi"
1348version = "6.0.0"
1349source = "registry+https://github.com/rust-lang/crates.io-index"
1350checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1351
1352[[package]]
1353name = "rand"
1354version = "0.8.7"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a"
1357dependencies = [
1358 "libc",
1359 "rand_chacha 0.3.1",
1360 "rand_core 0.6.4",
1361]
1362
1363[[package]]
1364name = "rand"
1365version = "0.9.5"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
1368dependencies = [
1369 "rand_chacha 0.9.0",
1370 "rand_core 0.9.5",
1371]
1372
1373[[package]]
1374name = "rand"
1375version = "0.10.2"
1376source = "registry+https://github.com/rust-lang/crates.io-index"
1377checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
1378dependencies = [
1379 "chacha20",
1380 "getrandom 0.4.3",
1381 "rand_core 0.10.1",
1382]
1383
1384[[package]]
1385name = "rand_chacha"
1386version = "0.3.1"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1389dependencies = [
1390 "ppv-lite86",
1391 "rand_core 0.6.4",
1392]
1393
1394[[package]]
1395name = "rand_chacha"
1396version = "0.9.0"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1399dependencies = [
1400 "ppv-lite86",
1401 "rand_core 0.9.5",
1402]
1403
1404[[package]]
1405name = "rand_core"
1406version = "0.6.4"
1407source = "registry+https://github.com/rust-lang/crates.io-index"
1408checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1409dependencies = [
1410 "getrandom 0.2.17",
1411]
1412
1413[[package]]
1414name = "rand_core"
1415version = "0.9.5"
1416source = "registry+https://github.com/rust-lang/crates.io-index"
1417checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1418dependencies = [
1419 "getrandom 0.3.4",
1420]
1421
1422[[package]]
1423name = "rand_core"
1424version = "0.10.1"
1425source = "registry+https://github.com/rust-lang/crates.io-index"
1426checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
1427
1428[[package]]
1429name = "redox_syscall"
1430version = "0.5.18"
1431source = "registry+https://github.com/rust-lang/crates.io-index"
1432checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1433dependencies = [
1434 "bitflags",
1435]
1436
1437[[package]]
1438name = "ref-cast"
1439version = "1.0.26"
1440source = "registry+https://github.com/rust-lang/crates.io-index"
1441checksum = "216e8f773d7923bcba9ceb86a86c93cabb3903a11872fc3f138c49630e50b96d"
1442dependencies = [
1443 "ref-cast-impl",
1444]
1445
1446[[package]]
1447name = "ref-cast-impl"
1448version = "1.0.26"
1449source = "registry+https://github.com/rust-lang/crates.io-index"
1450checksum = "2c9283685feec7d69af75fb0e858d5e7378f33fe4fc699383b2916ab9273e03c"
1451dependencies = [
1452 "proc-macro2",
1453 "quote",
1454 "syn 3.0.3",
1455]
1456
1457[[package]]
1458name = "ring"
1459version = "0.17.14"
1460source = "registry+https://github.com/rust-lang/crates.io-index"
1461checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1462dependencies = [
1463 "cc",
1464 "cfg-if",
1465 "getrandom 0.2.17",
1466 "libc",
1467 "untrusted",
1468 "windows-sys 0.52.0",
1469]
1470
1471[[package]]
1472name = "rustix"
1473version = "1.1.4"
1474source = "registry+https://github.com/rust-lang/crates.io-index"
1475checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1476dependencies = [
1477 "bitflags",
1478 "errno",
1479 "libc",
1480 "linux-raw-sys",
1481 "windows-sys 0.61.2",
1482]
1483
1484[[package]]
1485name = "rustls"
1486version = "0.23.43"
1487source = "registry+https://github.com/rust-lang/crates.io-index"
1488checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06"
1489dependencies = [
1490 "log",
1491 "once_cell",
1492 "ring",
1493 "rustls-pki-types",
1494 "rustls-webpki",
1495 "subtle",
1496 "zeroize",
1497]
1498
1499[[package]]
1500name = "rustls-pki-types"
1501version = "1.15.1"
1502source = "registry+https://github.com/rust-lang/crates.io-index"
1503checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96"
1504dependencies = [
1505 "zeroize",
1506]
1507
1508[[package]]
1509name = "rustls-webpki"
1510version = "0.103.13"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
1513dependencies = [
1514 "ring",
1515 "rustls-pki-types",
1516 "untrusted",
1517]
1518
1519[[package]]
1520name = "rustversion"
1521version = "1.0.23"
1522source = "registry+https://github.com/rust-lang/crates.io-index"
1523checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
1524
1525[[package]]
1526name = "ryu"
1527version = "1.0.23"
1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1530
1531[[package]]
1532name = "scopeguard"
1533version = "1.2.0"
1534source = "registry+https://github.com/rust-lang/crates.io-index"
1535checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1536
1537[[package]]
1538name = "serde"
1539version = "1.0.229"
1540source = "registry+https://github.com/rust-lang/crates.io-index"
1541checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
1542dependencies = [
1543 "serde_core",
1544 "serde_derive",
1545]
1546
1547[[package]]
1548name = "serde_core"
1549version = "1.0.229"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
1552dependencies = [
1553 "serde_derive",
1554]
1555
1556[[package]]
1557name = "serde_derive"
1558version = "1.0.229"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
1561dependencies = [
1562 "proc-macro2",
1563 "quote",
1564 "syn 3.0.3",
1565]
1566
1567[[package]]
1568name = "serde_json"
1569version = "1.0.151"
1570source = "registry+https://github.com/rust-lang/crates.io-index"
1571checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
1572dependencies = [
1573 "itoa",
1574 "memchr",
1575 "serde",
1576 "serde_core",
1577 "zmij",
1578]
1579
1580[[package]]
1581name = "serde_path_to_error"
1582version = "0.1.20"
1583source = "registry+https://github.com/rust-lang/crates.io-index"
1584checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
1585dependencies = [
1586 "itoa",
1587 "serde",
1588 "serde_core",
1589]
1590
1591[[package]]
1592name = "serde_spanned"
1593version = "1.1.1"
1594source = "registry+https://github.com/rust-lang/crates.io-index"
1595checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
1596dependencies = [
1597 "serde_core",
1598]
1599
1600[[package]]
1601name = "serde_urlencoded"
1602version = "0.7.1"
1603source = "registry+https://github.com/rust-lang/crates.io-index"
1604checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1605dependencies = [
1606 "form_urlencoded",
1607 "itoa",
1608 "ryu",
1609 "serde",
1610]
1611
1612[[package]]
1613name = "sha1"
1614version = "0.10.7"
1615source = "registry+https://github.com/rust-lang/crates.io-index"
1616checksum = "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8"
1617dependencies = [
1618 "cfg-if",
1619 "cpufeatures 0.2.17",
1620 "digest 0.10.7",
1621]
1622
1623[[package]]
1624name = "sha1"
1625version = "0.11.0"
1626source = "registry+https://github.com/rust-lang/crates.io-index"
1627checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214"
1628dependencies = [
1629 "cfg-if",
1630 "cpufeatures 0.3.0",
1631 "digest 0.11.3",
1632]
1633
1634[[package]]
1635name = "sha2"
1636version = "0.10.9"
1637source = "registry+https://github.com/rust-lang/crates.io-index"
1638checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1639dependencies = [
1640 "cfg-if",
1641 "cpufeatures 0.2.17",
1642 "digest 0.10.7",
1643]
1644
1645[[package]]
1646name = "sha2"
1647version = "0.11.0"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
1650dependencies = [
1651 "cfg-if",
1652 "cpufeatures 0.3.0",
1653 "digest 0.11.3",
1654]
1655
1656[[package]]
1657name = "shlex"
1658version = "2.0.1"
1659source = "registry+https://github.com/rust-lang/crates.io-index"
1660checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
1661
1662[[package]]
1663name = "signal-hook-registry"
1664version = "1.4.8"
1665source = "registry+https://github.com/rust-lang/crates.io-index"
1666checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1667dependencies = [
1668 "errno",
1669 "libc",
1670]
1671
1672[[package]]
1673name = "simd-adler32"
1674version = "0.3.10"
1675source = "registry+https://github.com/rust-lang/crates.io-index"
1676checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
1677
1678[[package]]
1679name = "slab"
1680version = "0.4.12"
1681source = "registry+https://github.com/rust-lang/crates.io-index"
1682checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1683
1684[[package]]
1685name = "smallvec"
1686version = "1.15.2"
1687source = "registry+https://github.com/rust-lang/crates.io-index"
1688checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
1689dependencies = [
1690 "serde",
1691]
1692
1693[[package]]
1694name = "socket2"
1695version = "0.6.5"
1696source = "registry+https://github.com/rust-lang/crates.io-index"
1697checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
1698dependencies = [
1699 "libc",
1700 "windows-sys 0.61.2",
1701]
1702
1703[[package]]
1704name = "spin"
1705version = "0.9.9"
1706source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "3763264f6b73151db08c50ff20d7d8a0b8796e021cdea7ceedad07b80155fa0e"
1708dependencies = [
1709 "lock_api",
1710]
1711
1712[[package]]
1713name = "sqlx"
1714version = "0.9.0"
1715source = "registry+https://github.com/rust-lang/crates.io-index"
1716checksum = "378620ccc25c62c89d8be1c819e76a88d59bdcc3304733330788948e619bfd71"
1717dependencies = [
1718 "sqlx-core",
1719 "sqlx-macros",
1720 "sqlx-mysql",
1721 "sqlx-postgres",
1722 "sqlx-sqlite",
1723]
1724
1725[[package]]
1726name = "sqlx-core"
1727version = "0.9.0"
1728source = "registry+https://github.com/rust-lang/crates.io-index"
1729checksum = "05b44e85bf579a8eeb4ceaa77a3a523baf2bf0e9bac7e40f405d537b5d2d5ccb"
1730dependencies = [
1731 "base64 0.22.1",
1732 "bytes",
1733 "cfg-if",
1734 "crc",
1735 "crossbeam-queue",
1736 "either",
1737 "event-listener",
1738 "futures-core",
1739 "futures-intrusive",
1740 "futures-io",
1741 "futures-util",
1742 "hashbrown 0.16.1",
1743 "hashlink",
1744 "indexmap",
1745 "log",
1746 "memchr",
1747 "percent-encoding",
1748 "serde",
1749 "serde_json",
1750 "sha2 0.10.9",
1751 "smallvec",
1752 "thiserror",
1753 "tokio",
1754 "tokio-stream",
1755 "tracing",
1756 "url",
1757]
1758
1759[[package]]
1760name = "sqlx-macros"
1761version = "0.9.0"
1762source = "registry+https://github.com/rust-lang/crates.io-index"
1763checksum = "bd2b84f2bc39a5705ef27ec785a11c934a41bbd4a24941e257927cddc26b60bf"
1764dependencies = [
1765 "proc-macro2",
1766 "quote",
1767 "sqlx-core",
1768 "sqlx-macros-core",
1769 "syn 2.0.119",
1770]
1771
1772[[package]]
1773name = "sqlx-macros-core"
1774version = "0.9.0"
1775source = "registry+https://github.com/rust-lang/crates.io-index"
1776checksum = "fb8d96de5fdc85a5c4ec813432b523ec637e80ba98f046555f75f7908ddac7c3"
1777dependencies = [
1778 "cfg-if",
1779 "dotenvy",
1780 "either",
1781 "heck",
1782 "hex",
1783 "proc-macro2",
1784 "quote",
1785 "serde",
1786 "serde_json",
1787 "sha2 0.10.9",
1788 "sqlx-core",
1789 "sqlx-sqlite",
1790 "syn 2.0.119",
1791 "thiserror",
1792 "tokio",
1793 "url",
1794]
1795
1796[[package]]
1797name = "sqlx-mysql"
1798version = "0.9.0"
1799source = "registry+https://github.com/rust-lang/crates.io-index"
1800checksum = "90b8020fe17c5f2c245bfa2505d7ef59c5604839527c740266ad2214acebea27"
1801dependencies = [
1802 "bitflags",
1803 "byteorder",
1804 "bytes",
1805 "crc",
1806 "digest 0.11.3",
1807 "dotenvy",
1808 "either",
1809 "futures-core",
1810 "futures-util",
1811 "generic-array",
1812 "log",
1813 "percent-encoding",
1814 "serde",
1815 "sha1 0.11.0",
1816 "sha2 0.11.0",
1817 "sqlx-core",
1818 "thiserror",
1819 "tracing",
1820]
1821
1822[[package]]
1823name = "sqlx-postgres"
1824version = "0.9.0"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "87a2bdd6e83f6b3ea525ca9fee568030508b58355a43d0b2c1674d5f79dcd65e"
1827dependencies = [
1828 "atoi",
1829 "base64 0.22.1",
1830 "bitflags",
1831 "byteorder",
1832 "crc",
1833 "dotenvy",
1834 "etcetera",
1835 "futures-channel",
1836 "futures-core",
1837 "futures-util",
1838 "hex",
1839 "hkdf 0.13.0",
1840 "hmac 0.13.0",
1841 "itoa",
1842 "log",
1843 "md-5",
1844 "memchr",
1845 "rand 0.10.2",
1846 "serde",
1847 "serde_json",
1848 "sha2 0.11.0",
1849 "smallvec",
1850 "sqlx-core",
1851 "stringprep",
1852 "thiserror",
1853 "tracing",
1854 "whoami",
1855]
1856
1857[[package]]
1858name = "sqlx-sqlite"
1859version = "0.9.0"
1860source = "registry+https://github.com/rust-lang/crates.io-index"
1861checksum = "488e99c397a62007e4229aec669a179816339afc6d2620ca6fa420dbee2e982c"
1862dependencies = [
1863 "atoi",
1864 "flume",
1865 "form_urlencoded",
1866 "futures-channel",
1867 "futures-core",
1868 "futures-executor",
1869 "futures-intrusive",
1870 "futures-util",
1871 "libsqlite3-sys",
1872 "log",
1873 "percent-encoding",
1874 "serde",
1875 "sqlx-core",
1876 "thiserror",
1877 "tracing",
1878 "url",
1879]
1880
1881[[package]]
1882name = "stable_deref_trait"
1883version = "1.2.1"
1884source = "registry+https://github.com/rust-lang/crates.io-index"
1885checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1886
1887[[package]]
1888name = "steid"
1889version = "0.1.0"
1890dependencies = [
1891 "argon2",
1892 "dotenvy",
1893 "envy",
1894 "rand 0.10.2",
1895 "serde",
1896 "sqlx",
1897 "subtle",
1898 "tempfile",
1899 "tokio",
1900 "topcoat",
1901 "uuid",
1902]
1903
1904[[package]]
1905name = "stringprep"
1906version = "0.1.5"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
1909dependencies = [
1910 "unicode-bidi",
1911 "unicode-normalization",
1912 "unicode-properties",
1913]
1914
1915[[package]]
1916name = "subtle"
1917version = "2.6.1"
1918source = "registry+https://github.com/rust-lang/crates.io-index"
1919checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1920
1921[[package]]
1922name = "syn"
1923version = "2.0.119"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
1926dependencies = [
1927 "proc-macro2",
1928 "quote",
1929 "unicode-ident",
1930]
1931
1932[[package]]
1933name = "syn"
1934version = "3.0.3"
1935source = "registry+https://github.com/rust-lang/crates.io-index"
1936checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
1937dependencies = [
1938 "proc-macro2",
1939 "quote",
1940 "unicode-ident",
1941]
1942
1943[[package]]
1944name = "sync_wrapper"
1945version = "1.0.2"
1946source = "registry+https://github.com/rust-lang/crates.io-index"
1947checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1948
1949[[package]]
1950name = "synstructure"
1951version = "0.13.2"
1952source = "registry+https://github.com/rust-lang/crates.io-index"
1953checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1954dependencies = [
1955 "proc-macro2",
1956 "quote",
1957 "syn 2.0.119",
1958]
1959
1960[[package]]
1961name = "tempfile"
1962version = "3.27.0"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
1965dependencies = [
1966 "fastrand",
1967 "getrandom 0.4.3",
1968 "once_cell",
1969 "rustix",
1970 "windows-sys 0.61.2",
1971]
1972
1973[[package]]
1974name = "thiserror"
1975version = "2.0.19"
1976source = "registry+https://github.com/rust-lang/crates.io-index"
1977checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
1978dependencies = [
1979 "thiserror-impl",
1980]
1981
1982[[package]]
1983name = "thiserror-impl"
1984version = "2.0.19"
1985source = "registry+https://github.com/rust-lang/crates.io-index"
1986checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
1987dependencies = [
1988 "proc-macro2",
1989 "quote",
1990 "syn 3.0.3",
1991]
1992
1993[[package]]
1994name = "time"
1995version = "0.3.54"
1996source = "registry+https://github.com/rust-lang/crates.io-index"
1997checksum = "3e1d5e639ff6bab73cb6885cc7e7b1de96c3f32c68ec55f3952614bec1092244"
1998dependencies = [
1999 "deranged",
2000 "num-conv",
2001 "powerfmt",
2002 "serde_core",
2003 "time-core",
2004 "time-macros",
2005]
2006
2007[[package]]
2008name = "time-core"
2009version = "0.1.9"
2010source = "registry+https://github.com/rust-lang/crates.io-index"
2011checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
2012
2013[[package]]
2014name = "time-macros"
2015version = "0.2.32"
2016source = "registry+https://github.com/rust-lang/crates.io-index"
2017checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85"
2018dependencies = [
2019 "num-conv",
2020 "time-core",
2021]
2022
2023[[package]]
2024name = "tinystr"
2025version = "0.8.3"
2026source = "registry+https://github.com/rust-lang/crates.io-index"
2027checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
2028dependencies = [
2029 "displaydoc",
2030 "zerovec",
2031]
2032
2033[[package]]
2034name = "tinyvec"
2035version = "1.12.0"
2036source = "registry+https://github.com/rust-lang/crates.io-index"
2037checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
2038dependencies = [
2039 "tinyvec_macros",
2040]
2041
2042[[package]]
2043name = "tinyvec_macros"
2044version = "0.1.1"
2045source = "registry+https://github.com/rust-lang/crates.io-index"
2046checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2047
2048[[package]]
2049name = "tokio"
2050version = "1.53.1"
2051source = "registry+https://github.com/rust-lang/crates.io-index"
2052checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
2053dependencies = [
2054 "bytes",
2055 "libc",
2056 "mio",
2057 "pin-project-lite",
2058 "signal-hook-registry",
2059 "socket2",
2060 "tokio-macros",
2061 "windows-sys 0.61.2",
2062]
2063
2064[[package]]
2065name = "tokio-macros"
2066version = "2.7.2"
2067source = "registry+https://github.com/rust-lang/crates.io-index"
2068checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
2069dependencies = [
2070 "proc-macro2",
2071 "quote",
2072 "syn 3.0.3",
2073]
2074
2075[[package]]
2076name = "tokio-stream"
2077version = "0.1.19"
2078source = "registry+https://github.com/rust-lang/crates.io-index"
2079checksum = "a3d06f0b082ba57c26b79407372e57cf2a1e28124f78e9479fe80322cf53420b"
2080dependencies = [
2081 "futures-core",
2082 "pin-project-lite",
2083 "tokio",
2084]
2085
2086[[package]]
2087name = "tokio-tungstenite"
2088version = "0.29.0"
2089source = "registry+https://github.com/rust-lang/crates.io-index"
2090checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c"
2091dependencies = [
2092 "futures-util",
2093 "log",
2094 "tokio",
2095 "tungstenite",
2096]
2097
2098[[package]]
2099name = "tokio-util"
2100version = "0.7.19"
2101source = "registry+https://github.com/rust-lang/crates.io-index"
2102checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52"
2103dependencies = [
2104 "bytes",
2105 "futures-core",
2106 "futures-sink",
2107 "libc",
2108 "pin-project-lite",
2109 "tokio",
2110]
2111
2112[[package]]
2113name = "toml"
2114version = "1.1.4+spec-1.1.0"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5"
2117dependencies = [
2118 "indexmap",
2119 "serde_core",
2120 "serde_spanned",
2121 "toml_datetime",
2122 "toml_parser",
2123 "toml_writer",
2124 "winnow",
2125]
2126
2127[[package]]
2128name = "toml_datetime"
2129version = "1.1.1+spec-1.1.0"
2130source = "registry+https://github.com/rust-lang/crates.io-index"
2131checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
2132dependencies = [
2133 "serde_core",
2134]
2135
2136[[package]]
2137name = "toml_edit"
2138version = "0.25.13+spec-1.1.0"
2139source = "registry+https://github.com/rust-lang/crates.io-index"
2140checksum = "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b"
2141dependencies = [
2142 "indexmap",
2143 "toml_datetime",
2144 "toml_parser",
2145 "winnow",
2146]
2147
2148[[package]]
2149name = "toml_parser"
2150version = "1.1.3+spec-1.1.0"
2151source = "registry+https://github.com/rust-lang/crates.io-index"
2152checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56"
2153dependencies = [
2154 "winnow",
2155]
2156
2157[[package]]
2158name = "toml_writer"
2159version = "1.1.2+spec-1.1.0"
2160source = "registry+https://github.com/rust-lang/crates.io-index"
2161checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
2162
2163[[package]]
2164name = "topcoat"
2165version = "0.5.0"
2166source = "registry+https://github.com/rust-lang/crates.io-index"
2167checksum = "589daca3621386280f58fde033d08ff378592f6ac448bea327418ccf2725bc83"
2168dependencies = [
2169 "futures-util",
2170 "inventory",
2171 "serde",
2172 "serde_urlencoded",
2173 "tokio",
2174 "tokio-tungstenite",
2175 "topcoat-asset",
2176 "topcoat-cookie",
2177 "topcoat-core",
2178 "topcoat-core-macro",
2179 "topcoat-font",
2180 "topcoat-font-macro",
2181 "topcoat-icon",
2182 "topcoat-icon-macro",
2183 "topcoat-mail",
2184 "topcoat-router",
2185 "topcoat-router-macro",
2186 "topcoat-runtime",
2187 "topcoat-runtime-macro",
2188 "topcoat-session",
2189 "topcoat-tailwind",
2190 "topcoat-ui-registry",
2191 "topcoat-view",
2192 "topcoat-view-macro",
2193]
2194
2195[[package]]
2196name = "topcoat-asset"
2197version = "0.5.0"
2198source = "registry+https://github.com/rust-lang/crates.io-index"
2199checksum = "5c6578f618a56f94f3f7adc1738af2aae404b38df0f8bc57b2bd193a619497a1"
2200dependencies = [
2201 "http",
2202 "memchr",
2203 "serde",
2204 "sha2 0.11.0",
2205 "thiserror",
2206 "tokio",
2207 "toml",
2208 "topcoat-core",
2209 "topcoat-router",
2210 "topcoat-view",
2211]
2212
2213[[package]]
2214name = "topcoat-cookie"
2215version = "0.5.0"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "d32c9f0ae723b64ff6e41045ec12a527557a2ccfa6518cdd0b9ec08dd844a21f"
2218dependencies = [
2219 "cookie",
2220 "getrandom 0.2.17",
2221 "http",
2222 "serde",
2223 "serde_json",
2224 "topcoat-core",
2225 "topcoat-router",
2226]
2227
2228[[package]]
2229name = "topcoat-core"
2230version = "0.5.0"
2231source = "registry+https://github.com/rust-lang/crates.io-index"
2232checksum = "1910073163af25526c01e9ffc489bedbed653e9047b98998d1cd71c5c7086613"
2233dependencies = [
2234 "anyhow",
2235 "anymap3",
2236 "boxcar",
2237 "hashbrown 0.17.1",
2238 "http",
2239 "pin-project-lite",
2240 "thiserror",
2241 "tokio",
2242]
2243
2244[[package]]
2245name = "topcoat-core-grammar"
2246version = "0.5.0"
2247source = "registry+https://github.com/rust-lang/crates.io-index"
2248checksum = "d6fee467bd47fafd06fa2c8c45de79bf63f4876f6bc1a6e23334b380d68f2154"
2249dependencies = [
2250 "proc-macro-crate",
2251 "proc-macro2",
2252 "quote",
2253 "syn 2.0.119",
2254]
2255
2256[[package]]
2257name = "topcoat-core-macro"
2258version = "0.5.0"
2259source = "registry+https://github.com/rust-lang/crates.io-index"
2260checksum = "7d47e2d41ebfa9abb50446f6d9c518b56f255c9a3d706a3bf959a4744cc745a7"
2261dependencies = [
2262 "quote",
2263 "syn 2.0.119",
2264 "topcoat-core-grammar",
2265]
2266
2267[[package]]
2268name = "topcoat-font"
2269version = "0.5.0"
2270source = "registry+https://github.com/rust-lang/crates.io-index"
2271checksum = "0315d8be7320e76c99186bb9e9c33c279daf029b236e0c931fb9623604c707be"
2272dependencies = [
2273 "heck",
2274 "inventory",
2275 "serde",
2276 "serde_json",
2277 "topcoat-asset",
2278 "topcoat-core",
2279 "topcoat-router",
2280 "topcoat-view",
2281 "topcoat-view-macro",
2282]
2283
2284[[package]]
2285name = "topcoat-font-grammar"
2286version = "0.5.0"
2287source = "registry+https://github.com/rust-lang/crates.io-index"
2288checksum = "92bc65a9036f2fe35d14962bafa4ced1cf0704070ec313b61ccbc50d7d3b18c1"
2289dependencies = [
2290 "proc-macro2",
2291 "quote",
2292 "syn 2.0.119",
2293 "topcoat-core-grammar",
2294 "topcoat-font",
2295]
2296
2297[[package]]
2298name = "topcoat-font-macro"
2299version = "0.5.0"
2300source = "registry+https://github.com/rust-lang/crates.io-index"
2301checksum = "d9688cc9b5237cd16bbb1cee89f03c63482e1c7e883c4cc52921c3e269a2b8a2"
2302dependencies = [
2303 "quote",
2304 "syn 2.0.119",
2305 "topcoat-font-grammar",
2306]
2307
2308[[package]]
2309name = "topcoat-icon"
2310version = "0.5.0"
2311source = "registry+https://github.com/rust-lang/crates.io-index"
2312checksum = "156f6c4fa5b119a8d0d9702d4824d998622c4f8b99dc5ef2678f68ff535b3471"
2313dependencies = [
2314 "serde",
2315 "serde_json",
2316 "thiserror",
2317 "topcoat-core",
2318 "topcoat-view",
2319 "topcoat-view-macro",
2320 "ureq",
2321]
2322
2323[[package]]
2324name = "topcoat-icon-grammar"
2325version = "0.5.0"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "b3224fb4f1e5cc1144e2e69ca16055b4f5a08d5418fe571d495ecf9860467e06"
2328dependencies = [
2329 "heck",
2330 "proc-macro2",
2331 "quote",
2332 "serde_json",
2333 "syn 2.0.119",
2334 "topcoat-core-grammar",
2335 "topcoat-icon",
2336]
2337
2338[[package]]
2339name = "topcoat-icon-macro"
2340version = "0.5.0"
2341source = "registry+https://github.com/rust-lang/crates.io-index"
2342checksum = "e826c3722b674ad4d8706ceec9b7727b5885d014ca12f488185fc9c5ac3ecaa0"
2343dependencies = [
2344 "proc-macro2",
2345 "quote",
2346 "syn 2.0.119",
2347 "topcoat-icon-grammar",
2348]
2349
2350[[package]]
2351name = "topcoat-mail"
2352version = "0.5.0"
2353source = "registry+https://github.com/rust-lang/crates.io-index"
2354checksum = "63a83a0dddafcbccf9cabbf21feb11a56504808f13a1a9121f3f7a67179801a5"
2355dependencies = [
2356 "lettre",
2357 "thiserror",
2358 "time",
2359 "topcoat-core",
2360 "topcoat-router",
2361 "topcoat-view",
2362]
2363
2364[[package]]
2365name = "topcoat-router"
2366version = "0.5.0"
2367source = "registry+https://github.com/rust-lang/crates.io-index"
2368checksum = "c603bc95a11da19c050e03b666b8e97676755134a6fcf62050c54f789a66c2ae"
2369dependencies = [
2370 "bytes",
2371 "form_urlencoded",
2372 "futures-core",
2373 "heck",
2374 "http",
2375 "http-body",
2376 "http-body-util",
2377 "hyper",
2378 "hyper-util",
2379 "inventory",
2380 "matchit",
2381 "percent-encoding",
2382 "ref-cast",
2383 "serde",
2384 "serde_json",
2385 "serde_path_to_error",
2386 "serde_urlencoded",
2387 "tokio",
2388 "topcoat-core",
2389 "topcoat-view",
2390 "tower",
2391 "tower-http",
2392]
2393
2394[[package]]
2395name = "topcoat-router-grammar"
2396version = "0.5.0"
2397source = "registry+https://github.com/rust-lang/crates.io-index"
2398checksum = "5226f10225bb40861da25175f6a5cad940d1a230faf7c3f4162784ad0f21e0fb"
2399dependencies = [
2400 "heck",
2401 "proc-macro2",
2402 "quote",
2403 "syn 2.0.119",
2404 "topcoat-core-grammar",
2405]
2406
2407[[package]]
2408name = "topcoat-router-macro"
2409version = "0.5.0"
2410source = "registry+https://github.com/rust-lang/crates.io-index"
2411checksum = "3f4bf01509502919a685b6020e59517e8004d89f2209ce1dc861c4cb61641993"
2412dependencies = [
2413 "quote",
2414 "syn 2.0.119",
2415 "topcoat-router-grammar",
2416]
2417
2418[[package]]
2419name = "topcoat-runtime"
2420version = "0.5.0"
2421source = "registry+https://github.com/rust-lang/crates.io-index"
2422checksum = "7330c6b7ff6e1c18641caa0bb384a983cbe1f4f612acbd4db5ac0383fb3be340"
2423dependencies = [
2424 "inventory",
2425 "ref-cast",
2426 "serde",
2427 "serde_json",
2428 "topcoat-asset",
2429 "topcoat-core",
2430 "topcoat-router",
2431 "topcoat-view",
2432 "uuid",
2433]
2434
2435[[package]]
2436name = "topcoat-runtime-grammar"
2437version = "0.5.0"
2438source = "registry+https://github.com/rust-lang/crates.io-index"
2439checksum = "2963a9fe67e61a313ade242490c39c7bb17dfddc94e01a3025c024b76d254e56"
2440dependencies = [
2441 "proc-macro2",
2442 "quote",
2443 "serde",
2444 "serde_json",
2445 "syn 2.0.119",
2446 "topcoat-core-grammar",
2447 "topcoat-runtime",
2448 "uuid",
2449]
2450
2451[[package]]
2452name = "topcoat-runtime-macro"
2453version = "0.5.0"
2454source = "registry+https://github.com/rust-lang/crates.io-index"
2455checksum = "40218f9ac81339faabb7522e538bb2038f78e44043e272eec02091130020b86d"
2456dependencies = [
2457 "quote",
2458 "syn 2.0.119",
2459 "topcoat-runtime-grammar",
2460]
2461
2462[[package]]
2463name = "topcoat-session"
2464version = "0.5.0"
2465source = "registry+https://github.com/rust-lang/crates.io-index"
2466checksum = "8a3d2d4170dfa3580a011efb39e1aa90b46ab5e6f4c727df6c77517d1f90d493"
2467dependencies = [
2468 "base64 0.22.1",
2469 "getrandom 0.4.3",
2470 "sha2 0.11.0",
2471 "thiserror",
2472 "tokio",
2473 "topcoat-cookie",
2474 "topcoat-core",
2475 "topcoat-router",
2476 "web-time",
2477]
2478
2479[[package]]
2480name = "topcoat-tailwind"
2481version = "0.5.0"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "22411d4f2c79840b58b86da8bb18d34e2de55286885d4f57835223f6fae30b80"
2484dependencies = [
2485 "sha2 0.11.0",
2486 "thiserror",
2487 "topcoat-core",
2488 "ureq",
2489]
2490
2491[[package]]
2492name = "topcoat-ui-registry"
2493version = "0.5.0"
2494source = "registry+https://github.com/rust-lang/crates.io-index"
2495checksum = "8abcbbdc85084d6ebde84f83f6781a799258b60ca4c381f50c66953edab25e36"
2496
2497[[package]]
2498name = "topcoat-view"
2499version = "0.5.0"
2500source = "registry+https://github.com/rust-lang/crates.io-index"
2501checksum = "6de1bbfc6891d2d2bf76b74b6a4f00747a55ed22b0f562dea7b8e6ced5090074"
2502dependencies = [
2503 "http",
2504 "itoa",
2505 "memchr",
2506 "smallvec",
2507 "topcoat-core",
2508]
2509
2510[[package]]
2511name = "topcoat-view-grammar"
2512version = "0.5.0"
2513source = "registry+https://github.com/rust-lang/crates.io-index"
2514checksum = "bce2fb8e2f1bc098f51226f8832a0536dab730d398af3944d4fb41e59ab9dc62"
2515dependencies = [
2516 "heck",
2517 "proc-macro2",
2518 "quote",
2519 "syn 2.0.119",
2520 "topcoat-core-grammar",
2521 "topcoat-view",
2522]
2523
2524[[package]]
2525name = "topcoat-view-macro"
2526version = "0.5.0"
2527source = "registry+https://github.com/rust-lang/crates.io-index"
2528checksum = "fcfcb8c4f838dce9d525541b2003b18ef3c252cf7d99a7daf5d4ff0ef5ed64a0"
2529dependencies = [
2530 "quote",
2531 "syn 2.0.119",
2532 "topcoat-view-grammar",
2533]
2534
2535[[package]]
2536name = "tower"
2537version = "0.5.3"
2538source = "registry+https://github.com/rust-lang/crates.io-index"
2539checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2540dependencies = [
2541 "futures-core",
2542 "futures-util",
2543 "pin-project-lite",
2544 "sync_wrapper",
2545 "tower-layer",
2546 "tower-service",
2547]
2548
2549[[package]]
2550name = "tower-http"
2551version = "0.7.0"
2552source = "registry+https://github.com/rust-lang/crates.io-index"
2553checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233"
2554dependencies = [
2555 "async-compression",
2556 "bitflags",
2557 "bytes",
2558 "futures-core",
2559 "http",
2560 "http-body",
2561 "percent-encoding",
2562 "pin-project-lite",
2563 "tokio",
2564 "tokio-util",
2565 "tower-layer",
2566 "tower-service",
2567]
2568
2569[[package]]
2570name = "tower-layer"
2571version = "0.3.3"
2572source = "registry+https://github.com/rust-lang/crates.io-index"
2573checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2574
2575[[package]]
2576name = "tower-service"
2577version = "0.3.3"
2578source = "registry+https://github.com/rust-lang/crates.io-index"
2579checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2580
2581[[package]]
2582name = "tracing"
2583version = "0.1.44"
2584source = "registry+https://github.com/rust-lang/crates.io-index"
2585checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2586dependencies = [
2587 "log",
2588 "pin-project-lite",
2589 "tracing-attributes",
2590 "tracing-core",
2591]
2592
2593[[package]]
2594name = "tracing-attributes"
2595version = "0.1.31"
2596source = "registry+https://github.com/rust-lang/crates.io-index"
2597checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2598dependencies = [
2599 "proc-macro2",
2600 "quote",
2601 "syn 2.0.119",
2602]
2603
2604[[package]]
2605name = "tracing-core"
2606version = "0.1.36"
2607source = "registry+https://github.com/rust-lang/crates.io-index"
2608checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2609dependencies = [
2610 "once_cell",
2611]
2612
2613[[package]]
2614name = "tungstenite"
2615version = "0.29.0"
2616source = "registry+https://github.com/rust-lang/crates.io-index"
2617checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8"
2618dependencies = [
2619 "bytes",
2620 "data-encoding",
2621 "http",
2622 "httparse",
2623 "log",
2624 "rand 0.9.5",
2625 "sha1 0.10.7",
2626 "thiserror",
2627]
2628
2629[[package]]
2630name = "typenum"
2631version = "1.20.1"
2632source = "registry+https://github.com/rust-lang/crates.io-index"
2633checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
2634
2635[[package]]
2636name = "unicode-bidi"
2637version = "0.3.18"
2638source = "registry+https://github.com/rust-lang/crates.io-index"
2639checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
2640
2641[[package]]
2642name = "unicode-ident"
2643version = "1.0.24"
2644source = "registry+https://github.com/rust-lang/crates.io-index"
2645checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2646
2647[[package]]
2648name = "unicode-normalization"
2649version = "0.1.25"
2650source = "registry+https://github.com/rust-lang/crates.io-index"
2651checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
2652dependencies = [
2653 "tinyvec",
2654]
2655
2656[[package]]
2657name = "unicode-properties"
2658version = "0.1.4"
2659source = "registry+https://github.com/rust-lang/crates.io-index"
2660checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
2661
2662[[package]]
2663name = "universal-hash"
2664version = "0.5.1"
2665source = "registry+https://github.com/rust-lang/crates.io-index"
2666checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
2667dependencies = [
2668 "crypto-common 0.1.7",
2669 "subtle",
2670]
2671
2672[[package]]
2673name = "untrusted"
2674version = "0.9.0"
2675source = "registry+https://github.com/rust-lang/crates.io-index"
2676checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2677
2678[[package]]
2679name = "ureq"
2680version = "3.3.0"
2681source = "registry+https://github.com/rust-lang/crates.io-index"
2682checksum = "dea7109cdcd5864d4eeb1b58a1648dc9bf520360d7af16ec26d0a9354bafcfc0"
2683dependencies = [
2684 "base64 0.22.1",
2685 "flate2",
2686 "log",
2687 "percent-encoding",
2688 "rustls",
2689 "rustls-pki-types",
2690 "ureq-proto",
2691 "utf8-zero",
2692 "webpki-roots",
2693]
2694
2695[[package]]
2696name = "ureq-proto"
2697version = "0.6.0"
2698source = "registry+https://github.com/rust-lang/crates.io-index"
2699checksum = "e994ba84b0bd1b1b0cf92878b7ef898a5c1760108fe7b6010327e274917a808c"
2700dependencies = [
2701 "base64 0.22.1",
2702 "http",
2703 "httparse",
2704 "log",
2705]
2706
2707[[package]]
2708name = "url"
2709version = "2.5.8"
2710source = "registry+https://github.com/rust-lang/crates.io-index"
2711checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2712dependencies = [
2713 "form_urlencoded",
2714 "idna",
2715 "percent-encoding",
2716 "serde",
2717]
2718
2719[[package]]
2720name = "utf8-zero"
2721version = "0.8.1"
2722source = "registry+https://github.com/rust-lang/crates.io-index"
2723checksum = "b8c0a043c9540bae7c578c88f91dda8bd82e59ae27c21baca69c8b191aaf5a6e"
2724
2725[[package]]
2726name = "utf8_iter"
2727version = "1.0.4"
2728source = "registry+https://github.com/rust-lang/crates.io-index"
2729checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2730
2731[[package]]
2732name = "uuid"
2733version = "1.24.0"
2734source = "registry+https://github.com/rust-lang/crates.io-index"
2735checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
2736dependencies = [
2737 "getrandom 0.4.3",
2738 "js-sys",
2739 "serde_core",
2740 "wasm-bindgen",
2741]
2742
2743[[package]]
2744name = "vcpkg"
2745version = "0.2.15"
2746source = "registry+https://github.com/rust-lang/crates.io-index"
2747checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2748
2749[[package]]
2750name = "version_check"
2751version = "0.9.5"
2752source = "registry+https://github.com/rust-lang/crates.io-index"
2753checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2754
2755[[package]]
2756name = "wasi"
2757version = "0.11.1+wasi-snapshot-preview1"
2758source = "registry+https://github.com/rust-lang/crates.io-index"
2759checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2760
2761[[package]]
2762name = "wasip2"
2763version = "1.0.4+wasi-0.2.12"
2764source = "registry+https://github.com/rust-lang/crates.io-index"
2765checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
2766dependencies = [
2767 "wit-bindgen",
2768]
2769
2770[[package]]
2771name = "wasm-bindgen"
2772version = "0.2.126"
2773source = "registry+https://github.com/rust-lang/crates.io-index"
2774checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
2775dependencies = [
2776 "cfg-if",
2777 "once_cell",
2778 "rustversion",
2779 "wasm-bindgen-macro",
2780 "wasm-bindgen-shared",
2781]
2782
2783[[package]]
2784name = "wasm-bindgen-macro"
2785version = "0.2.126"
2786source = "registry+https://github.com/rust-lang/crates.io-index"
2787checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
2788dependencies = [
2789 "quote",
2790 "wasm-bindgen-macro-support",
2791]
2792
2793[[package]]
2794name = "wasm-bindgen-macro-support"
2795version = "0.2.126"
2796source = "registry+https://github.com/rust-lang/crates.io-index"
2797checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
2798dependencies = [
2799 "bumpalo",
2800 "proc-macro2",
2801 "quote",
2802 "syn 2.0.119",
2803 "wasm-bindgen-shared",
2804]
2805
2806[[package]]
2807name = "wasm-bindgen-shared"
2808version = "0.2.126"
2809source = "registry+https://github.com/rust-lang/crates.io-index"
2810checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
2811dependencies = [
2812 "unicode-ident",
2813]
2814
2815[[package]]
2816name = "web-time"
2817version = "1.1.0"
2818source = "registry+https://github.com/rust-lang/crates.io-index"
2819checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2820dependencies = [
2821 "js-sys",
2822 "wasm-bindgen",
2823]
2824
2825[[package]]
2826name = "webpki-roots"
2827version = "1.0.9"
2828source = "registry+https://github.com/rust-lang/crates.io-index"
2829checksum = "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a"
2830dependencies = [
2831 "rustls-pki-types",
2832]
2833
2834[[package]]
2835name = "whoami"
2836version = "2.1.2"
2837source = "registry+https://github.com/rust-lang/crates.io-index"
2838checksum = "998767ef88740d1f5b0682a9c53c24431453923962269c2db68ee43788c5a40d"
2839
2840[[package]]
2841name = "windows-link"
2842version = "0.2.1"
2843source = "registry+https://github.com/rust-lang/crates.io-index"
2844checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2845
2846[[package]]
2847name = "windows-sys"
2848version = "0.52.0"
2849source = "registry+https://github.com/rust-lang/crates.io-index"
2850checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2851dependencies = [
2852 "windows-targets",
2853]
2854
2855[[package]]
2856name = "windows-sys"
2857version = "0.61.2"
2858source = "registry+https://github.com/rust-lang/crates.io-index"
2859checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2860dependencies = [
2861 "windows-link",
2862]
2863
2864[[package]]
2865name = "windows-targets"
2866version = "0.52.6"
2867source = "registry+https://github.com/rust-lang/crates.io-index"
2868checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2869dependencies = [
2870 "windows_aarch64_gnullvm",
2871 "windows_aarch64_msvc",
2872 "windows_i686_gnu",
2873 "windows_i686_gnullvm",
2874 "windows_i686_msvc",
2875 "windows_x86_64_gnu",
2876 "windows_x86_64_gnullvm",
2877 "windows_x86_64_msvc",
2878]
2879
2880[[package]]
2881name = "windows_aarch64_gnullvm"
2882version = "0.52.6"
2883source = "registry+https://github.com/rust-lang/crates.io-index"
2884checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2885
2886[[package]]
2887name = "windows_aarch64_msvc"
2888version = "0.52.6"
2889source = "registry+https://github.com/rust-lang/crates.io-index"
2890checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2891
2892[[package]]
2893name = "windows_i686_gnu"
2894version = "0.52.6"
2895source = "registry+https://github.com/rust-lang/crates.io-index"
2896checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2897
2898[[package]]
2899name = "windows_i686_gnullvm"
2900version = "0.52.6"
2901source = "registry+https://github.com/rust-lang/crates.io-index"
2902checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2903
2904[[package]]
2905name = "windows_i686_msvc"
2906version = "0.52.6"
2907source = "registry+https://github.com/rust-lang/crates.io-index"
2908checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2909
2910[[package]]
2911name = "windows_x86_64_gnu"
2912version = "0.52.6"
2913source = "registry+https://github.com/rust-lang/crates.io-index"
2914checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2915
2916[[package]]
2917name = "windows_x86_64_gnullvm"
2918version = "0.52.6"
2919source = "registry+https://github.com/rust-lang/crates.io-index"
2920checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2921
2922[[package]]
2923name = "windows_x86_64_msvc"
2924version = "0.52.6"
2925source = "registry+https://github.com/rust-lang/crates.io-index"
2926checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2927
2928[[package]]
2929name = "winnow"
2930version = "1.0.4"
2931source = "registry+https://github.com/rust-lang/crates.io-index"
2932checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
2933dependencies = [
2934 "memchr",
2935]
2936
2937[[package]]
2938name = "wit-bindgen"
2939version = "0.57.1"
2940source = "registry+https://github.com/rust-lang/crates.io-index"
2941checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
2942
2943[[package]]
2944name = "writeable"
2945version = "0.6.3"
2946source = "registry+https://github.com/rust-lang/crates.io-index"
2947checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
2948
2949[[package]]
2950name = "yoke"
2951version = "0.8.3"
2952source = "registry+https://github.com/rust-lang/crates.io-index"
2953checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
2954dependencies = [
2955 "stable_deref_trait",
2956 "yoke-derive",
2957 "zerofrom",
2958]
2959
2960[[package]]
2961name = "yoke-derive"
2962version = "0.8.2"
2963source = "registry+https://github.com/rust-lang/crates.io-index"
2964checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
2965dependencies = [
2966 "proc-macro2",
2967 "quote",
2968 "syn 2.0.119",
2969 "synstructure",
2970]
2971
2972[[package]]
2973name = "zerocopy"
2974version = "0.8.55"
2975source = "registry+https://github.com/rust-lang/crates.io-index"
2976checksum = "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb"
2977dependencies = [
2978 "zerocopy-derive",
2979]
2980
2981[[package]]
2982name = "zerocopy-derive"
2983version = "0.8.55"
2984source = "registry+https://github.com/rust-lang/crates.io-index"
2985checksum = "0fe976fb70c78cd64cccfe3a6fc142244e8a77b70959b30faf9d0ac37ee228eb"
2986dependencies = [
2987 "proc-macro2",
2988 "quote",
2989 "syn 2.0.119",
2990]
2991
2992[[package]]
2993name = "zerofrom"
2994version = "0.1.8"
2995source = "registry+https://github.com/rust-lang/crates.io-index"
2996checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
2997dependencies = [
2998 "zerofrom-derive",
2999]
3000
3001[[package]]
3002name = "zerofrom-derive"
3003version = "0.1.7"
3004source = "registry+https://github.com/rust-lang/crates.io-index"
3005checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
3006dependencies = [
3007 "proc-macro2",
3008 "quote",
3009 "syn 2.0.119",
3010 "synstructure",
3011]
3012
3013[[package]]
3014name = "zeroize"
3015version = "1.9.0"
3016source = "registry+https://github.com/rust-lang/crates.io-index"
3017checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
3018
3019[[package]]
3020name = "zerotrie"
3021version = "0.2.4"
3022source = "registry+https://github.com/rust-lang/crates.io-index"
3023checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
3024dependencies = [
3025 "displaydoc",
3026 "yoke",
3027 "zerofrom",
3028]
3029
3030[[package]]
3031name = "zerovec"
3032version = "0.11.6"
3033source = "registry+https://github.com/rust-lang/crates.io-index"
3034checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
3035dependencies = [
3036 "yoke",
3037 "zerofrom",
3038 "zerovec-derive",
3039]
3040
3041[[package]]
3042name = "zerovec-derive"
3043version = "0.11.3"
3044source = "registry+https://github.com/rust-lang/crates.io-index"
3045checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
3046dependencies = [
3047 "proc-macro2",
3048 "quote",
3049 "syn 2.0.119",
3050]
3051
3052[[package]]
3053name = "zmij"
3054version = "1.0.23"
3055source = "registry+https://github.com/rust-lang/crates.io-index"
3056checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"