Notes app :)
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "addr2line"
7version = "0.24.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler2"
16version = "2.0.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
20[[package]]
21name = "ahash"
22version = "0.8.12"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
25dependencies = [
26 "cfg-if",
27 "getrandom 0.3.3",
28 "once_cell",
29 "serde",
30 "version_check",
31 "zerocopy",
32]
33
34[[package]]
35name = "aho-corasick"
36version = "1.1.3"
37source = "registry+https://github.com/rust-lang/crates.io-index"
38checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
39dependencies = [
40 "memchr",
41]
42
43[[package]]
44name = "alloc-no-stdlib"
45version = "2.0.4"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
48
49[[package]]
50name = "alloc-stdlib"
51version = "0.2.2"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
54dependencies = [
55 "alloc-no-stdlib",
56]
57
58[[package]]
59name = "allocator-api2"
60version = "0.2.21"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
63
64[[package]]
65name = "ammonia"
66version = "4.1.0"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "3ada2ee439075a3e70b6992fce18ac4e407cd05aea9ca3f75d2c0b0c20bbb364"
69dependencies = [
70 "cssparser 0.35.0",
71 "html5ever",
72 "maplit",
73 "tendril",
74 "url",
75]
76
77[[package]]
78name = "android-tzdata"
79version = "0.1.1"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
82
83[[package]]
84name = "android_system_properties"
85version = "0.1.5"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
88dependencies = [
89 "libc",
90]
91
92[[package]]
93name = "autocfg"
94version = "1.5.0"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
97
98[[package]]
99name = "axum"
100version = "0.8.4"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5"
103dependencies = [
104 "axum-core",
105 "bytes",
106 "form_urlencoded",
107 "futures-util",
108 "http",
109 "http-body",
110 "http-body-util",
111 "hyper",
112 "hyper-util",
113 "itoa",
114 "matchit",
115 "memchr",
116 "mime",
117 "percent-encoding",
118 "pin-project-lite",
119 "rustversion",
120 "serde",
121 "serde_json",
122 "serde_path_to_error",
123 "serde_urlencoded",
124 "sync_wrapper",
125 "tokio",
126 "tower",
127 "tower-layer",
128 "tower-service",
129 "tracing",
130]
131
132[[package]]
133name = "axum-cookie"
134version = "0.2.3"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "dd42d7564a7d36703869e6191aa2dc29d72c9158501035da83ad934eca2e7ca1"
137dependencies = [
138 "axum-core",
139 "cookie-rs",
140 "http",
141 "tower-layer",
142 "tower-service",
143]
144
145[[package]]
146name = "axum-core"
147version = "0.5.2"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6"
150dependencies = [
151 "bytes",
152 "futures-core",
153 "http",
154 "http-body",
155 "http-body-util",
156 "mime",
157 "pin-project-lite",
158 "rustversion",
159 "sync_wrapper",
160 "tower-layer",
161 "tower-service",
162 "tracing",
163]
164
165[[package]]
166name = "backtrace"
167version = "0.3.75"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
170dependencies = [
171 "addr2line",
172 "cfg-if",
173 "libc",
174 "miniz_oxide",
175 "object",
176 "rustc-demangle",
177 "windows-targets",
178]
179
180[[package]]
181name = "bitflags"
182version = "2.9.1"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
185
186[[package]]
187name = "brotli"
188version = "3.5.0"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391"
191dependencies = [
192 "alloc-no-stdlib",
193 "alloc-stdlib",
194 "brotli-decompressor",
195]
196
197[[package]]
198name = "brotli-decompressor"
199version = "2.5.1"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
202dependencies = [
203 "alloc-no-stdlib",
204 "alloc-stdlib",
205]
206
207[[package]]
208name = "browserslist-rs"
209version = "0.17.0"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "74c973b79d9b6b89854493185ab760c6ef8e54bcfad10ad4e33991e46b374ac8"
212dependencies = [
213 "ahash",
214 "chrono",
215 "either",
216 "indexmap",
217 "itertools 0.13.0",
218 "nom",
219 "serde",
220 "serde_json",
221 "thiserror",
222]
223
224[[package]]
225name = "bumpalo"
226version = "3.18.1"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee"
229
230[[package]]
231name = "bytes"
232version = "1.10.1"
233source = "registry+https://github.com/rust-lang/crates.io-index"
234checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
235
236[[package]]
237name = "cc"
238version = "1.2.27"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc"
241dependencies = [
242 "shlex",
243]
244
245[[package]]
246name = "cfg-if"
247version = "1.0.1"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
250
251[[package]]
252name = "chrono"
253version = "0.4.41"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
256dependencies = [
257 "android-tzdata",
258 "iana-time-zone",
259 "js-sys",
260 "num-traits",
261 "wasm-bindgen",
262 "windows-link",
263]
264
265[[package]]
266name = "chrono-tz"
267version = "0.10.3"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "efdce149c370f133a071ca8ef6ea340b7b88748ab0810097a9e2976eaa34b4f3"
270dependencies = [
271 "chrono",
272 "chrono-tz-build",
273 "phf",
274 "serde",
275]
276
277[[package]]
278name = "chrono-tz-build"
279version = "0.4.1"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "8f10f8c9340e31fc120ff885fcdb54a0b48e474bbd77cab557f0c30a3e569402"
282dependencies = [
283 "parse-zoneinfo",
284 "phf_codegen",
285]
286
287[[package]]
288name = "codemap"
289version = "0.1.3"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "b9e769b5c8c8283982a987c6e948e540254f1058d5a74b8794914d4ef5fc2a24"
292
293[[package]]
294name = "const-str"
295version = "0.3.2"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "21077772762a1002bb421c3af42ac1725fa56066bfc53d9a55bb79905df2aaf3"
298dependencies = [
299 "const-str-proc-macro",
300]
301
302[[package]]
303name = "const-str-proc-macro"
304version = "0.3.2"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "5e1e0fdd2e5d3041e530e1b21158aeeef8b5d0e306bc5c1e3d6cf0930d10e25a"
307dependencies = [
308 "proc-macro2",
309 "quote",
310 "syn 1.0.109",
311]
312
313[[package]]
314name = "convert_case"
315version = "0.6.0"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
318dependencies = [
319 "unicode-segmentation",
320]
321
322[[package]]
323name = "cookie-rs"
324version = "0.4.1"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "69deedbff42d34777a2c86794e57629898a686d84efcc28dfa8fbb515c8884ce"
327
328[[package]]
329name = "core-foundation-sys"
330version = "0.8.7"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
333
334[[package]]
335name = "cssparser"
336version = "0.33.0"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "9be934d936a0fbed5bcdc01042b770de1398bf79d0e192f49fa7faea0e99281e"
339dependencies = [
340 "cssparser-macros",
341 "dtoa-short",
342 "itoa",
343 "phf",
344 "smallvec",
345]
346
347[[package]]
348name = "cssparser"
349version = "0.35.0"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
352dependencies = [
353 "cssparser-macros",
354 "dtoa-short",
355 "itoa",
356 "phf",
357 "smallvec",
358]
359
360[[package]]
361name = "cssparser-color"
362version = "0.1.0"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "556c099a61d85989d7af52b692e35a8d68a57e7df8c6d07563dc0778b3960c9f"
365dependencies = [
366 "cssparser 0.33.0",
367]
368
369[[package]]
370name = "cssparser-macros"
371version = "0.6.1"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
374dependencies = [
375 "quote",
376 "syn 2.0.104",
377]
378
379[[package]]
380name = "csv"
381version = "1.3.1"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf"
384dependencies = [
385 "csv-core",
386 "itoa",
387 "ryu",
388 "serde",
389]
390
391[[package]]
392name = "csv-core"
393version = "0.1.12"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "7d02f3b0da4c6504f86e9cd789d8dbafab48c2321be74e9987593de5a894d93d"
396dependencies = [
397 "memchr",
398]
399
400[[package]]
401name = "data-encoding"
402version = "2.9.0"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
405
406[[package]]
407name = "deadpool"
408version = "0.12.2"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "5ed5957ff93768adf7a65ab167a17835c3d2c3c50d084fe305174c112f468e2f"
411dependencies = [
412 "deadpool-runtime",
413 "num_cpus",
414 "tokio",
415]
416
417[[package]]
418name = "deadpool-runtime"
419version = "0.1.4"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"
422dependencies = [
423 "tokio",
424]
425
426[[package]]
427name = "deadpool-sqlite"
428version = "0.11.0"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "9e531d0beb6d12daa84df0482bf89e06c7ed059551ae1d7313dc7531d37778fb"
431dependencies = [
432 "deadpool",
433 "deadpool-sync",
434 "rusqlite",
435]
436
437[[package]]
438name = "deadpool-sync"
439version = "0.1.4"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "524bc3df0d57e98ecd022e21ba31166c2625e7d3e5bcc4510efaeeab4abcab04"
442dependencies = [
443 "deadpool-runtime",
444]
445
446[[package]]
447name = "deranged"
448version = "0.4.0"
449source = "registry+https://github.com/rust-lang/crates.io-index"
450checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
451dependencies = [
452 "powerfmt",
453]
454
455[[package]]
456name = "displaydoc"
457version = "0.2.5"
458source = "registry+https://github.com/rust-lang/crates.io-index"
459checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
460dependencies = [
461 "proc-macro2",
462 "quote",
463 "syn 2.0.104",
464]
465
466[[package]]
467name = "dtoa"
468version = "1.0.10"
469source = "registry+https://github.com/rust-lang/crates.io-index"
470checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
471
472[[package]]
473name = "dtoa-short"
474version = "0.3.5"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
477dependencies = [
478 "dtoa",
479]
480
481[[package]]
482name = "either"
483version = "1.15.0"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
486
487[[package]]
488name = "equivalent"
489version = "1.0.2"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
492
493[[package]]
494name = "fallible-iterator"
495version = "0.3.0"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
498
499[[package]]
500name = "fallible-streaming-iterator"
501version = "0.1.9"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
504
505[[package]]
506name = "fnv"
507version = "1.0.7"
508source = "registry+https://github.com/rust-lang/crates.io-index"
509checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
510
511[[package]]
512name = "foldhash"
513version = "0.1.5"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
516
517[[package]]
518name = "form_urlencoded"
519version = "1.2.1"
520source = "registry+https://github.com/rust-lang/crates.io-index"
521checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
522dependencies = [
523 "percent-encoding",
524]
525
526[[package]]
527name = "futf"
528version = "0.1.5"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
531dependencies = [
532 "mac",
533 "new_debug_unreachable",
534]
535
536[[package]]
537name = "futures-channel"
538version = "0.3.31"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
541dependencies = [
542 "futures-core",
543]
544
545[[package]]
546name = "futures-core"
547version = "0.3.31"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
550
551[[package]]
552name = "futures-sink"
553version = "0.3.31"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
556
557[[package]]
558name = "futures-task"
559version = "0.3.31"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
562
563[[package]]
564name = "futures-util"
565version = "0.3.31"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
568dependencies = [
569 "futures-core",
570 "futures-task",
571 "pin-project-lite",
572 "pin-utils",
573]
574
575[[package]]
576name = "getrandom"
577version = "0.2.16"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
580dependencies = [
581 "cfg-if",
582 "js-sys",
583 "libc",
584 "wasi 0.11.1+wasi-snapshot-preview1",
585 "wasm-bindgen",
586]
587
588[[package]]
589name = "getrandom"
590version = "0.3.3"
591source = "registry+https://github.com/rust-lang/crates.io-index"
592checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
593dependencies = [
594 "cfg-if",
595 "libc",
596 "r-efi",
597 "wasi 0.14.2+wasi-0.2.4",
598]
599
600[[package]]
601name = "gimli"
602version = "0.31.1"
603source = "registry+https://github.com/rust-lang/crates.io-index"
604checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
605
606[[package]]
607name = "grass"
608version = "0.13.4"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "f7a68216437ef68f0738e48d6c7bb9e6e6a92237e001b03d838314b068f33c94"
611dependencies = [
612 "getrandom 0.2.16",
613 "grass_compiler",
614]
615
616[[package]]
617name = "grass_compiler"
618version = "0.13.4"
619source = "registry+https://github.com/rust-lang/crates.io-index"
620checksum = "2d9e3df7f0222ce5184154973d247c591d9aadc28ce7a73c6cd31100c9facff6"
621dependencies = [
622 "codemap",
623 "indexmap",
624 "lasso",
625 "once_cell",
626 "phf",
627]
628
629[[package]]
630name = "hashbrown"
631version = "0.14.5"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
634dependencies = [
635 "ahash",
636 "allocator-api2",
637]
638
639[[package]]
640name = "hashbrown"
641version = "0.15.4"
642source = "registry+https://github.com/rust-lang/crates.io-index"
643checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
644dependencies = [
645 "foldhash",
646]
647
648[[package]]
649name = "hashlink"
650version = "0.10.0"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
653dependencies = [
654 "hashbrown 0.15.4",
655]
656
657[[package]]
658name = "hermit-abi"
659version = "0.5.2"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
662
663[[package]]
664name = "html5ever"
665version = "0.31.0"
666source = "registry+https://github.com/rust-lang/crates.io-index"
667checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
668dependencies = [
669 "log",
670 "mac",
671 "markup5ever",
672 "match_token",
673]
674
675[[package]]
676name = "http"
677version = "1.3.1"
678source = "registry+https://github.com/rust-lang/crates.io-index"
679checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
680dependencies = [
681 "bytes",
682 "fnv",
683 "itoa",
684]
685
686[[package]]
687name = "http-body"
688version = "1.0.1"
689source = "registry+https://github.com/rust-lang/crates.io-index"
690checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
691dependencies = [
692 "bytes",
693 "http",
694]
695
696[[package]]
697name = "http-body-util"
698version = "0.1.3"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
701dependencies = [
702 "bytes",
703 "futures-core",
704 "http",
705 "http-body",
706 "pin-project-lite",
707]
708
709[[package]]
710name = "http-range-header"
711version = "0.4.2"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
714
715[[package]]
716name = "httparse"
717version = "1.10.1"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
720
721[[package]]
722name = "httpdate"
723version = "1.0.3"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
726
727[[package]]
728name = "hyper"
729version = "1.6.0"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
732dependencies = [
733 "bytes",
734 "futures-channel",
735 "futures-util",
736 "http",
737 "http-body",
738 "httparse",
739 "httpdate",
740 "itoa",
741 "pin-project-lite",
742 "smallvec",
743 "tokio",
744]
745
746[[package]]
747name = "hyper-util"
748version = "0.1.14"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb"
751dependencies = [
752 "bytes",
753 "futures-core",
754 "http",
755 "http-body",
756 "hyper",
757 "pin-project-lite",
758 "tokio",
759 "tower-service",
760]
761
762[[package]]
763name = "iana-time-zone"
764version = "0.1.63"
765source = "registry+https://github.com/rust-lang/crates.io-index"
766checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
767dependencies = [
768 "android_system_properties",
769 "core-foundation-sys",
770 "iana-time-zone-haiku",
771 "js-sys",
772 "log",
773 "wasm-bindgen",
774 "windows-core",
775]
776
777[[package]]
778name = "iana-time-zone-haiku"
779version = "0.1.2"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
782dependencies = [
783 "cc",
784]
785
786[[package]]
787name = "icu_collections"
788version = "2.0.0"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
791dependencies = [
792 "displaydoc",
793 "potential_utf",
794 "yoke",
795 "zerofrom",
796 "zerovec",
797]
798
799[[package]]
800name = "icu_locale_core"
801version = "2.0.0"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
804dependencies = [
805 "displaydoc",
806 "litemap",
807 "tinystr",
808 "writeable",
809 "zerovec",
810]
811
812[[package]]
813name = "icu_normalizer"
814version = "2.0.0"
815source = "registry+https://github.com/rust-lang/crates.io-index"
816checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
817dependencies = [
818 "displaydoc",
819 "icu_collections",
820 "icu_normalizer_data",
821 "icu_properties",
822 "icu_provider",
823 "smallvec",
824 "zerovec",
825]
826
827[[package]]
828name = "icu_normalizer_data"
829version = "2.0.0"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
832
833[[package]]
834name = "icu_properties"
835version = "2.0.1"
836source = "registry+https://github.com/rust-lang/crates.io-index"
837checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
838dependencies = [
839 "displaydoc",
840 "icu_collections",
841 "icu_locale_core",
842 "icu_properties_data",
843 "icu_provider",
844 "potential_utf",
845 "zerotrie",
846 "zerovec",
847]
848
849[[package]]
850name = "icu_properties_data"
851version = "2.0.1"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
854
855[[package]]
856name = "icu_provider"
857version = "2.0.0"
858source = "registry+https://github.com/rust-lang/crates.io-index"
859checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
860dependencies = [
861 "displaydoc",
862 "icu_locale_core",
863 "stable_deref_trait",
864 "tinystr",
865 "writeable",
866 "yoke",
867 "zerofrom",
868 "zerotrie",
869 "zerovec",
870]
871
872[[package]]
873name = "idna"
874version = "1.0.3"
875source = "registry+https://github.com/rust-lang/crates.io-index"
876checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
877dependencies = [
878 "idna_adapter",
879 "smallvec",
880 "utf8_iter",
881]
882
883[[package]]
884name = "idna_adapter"
885version = "1.2.1"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
888dependencies = [
889 "icu_normalizer",
890 "icu_properties",
891]
892
893[[package]]
894name = "indexmap"
895version = "2.10.0"
896source = "registry+https://github.com/rust-lang/crates.io-index"
897checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
898dependencies = [
899 "equivalent",
900 "hashbrown 0.15.4",
901 "serde",
902]
903
904[[package]]
905name = "itertools"
906version = "0.10.5"
907source = "registry+https://github.com/rust-lang/crates.io-index"
908checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
909dependencies = [
910 "either",
911]
912
913[[package]]
914name = "itertools"
915version = "0.13.0"
916source = "registry+https://github.com/rust-lang/crates.io-index"
917checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
918dependencies = [
919 "either",
920]
921
922[[package]]
923name = "itoa"
924version = "1.0.15"
925source = "registry+https://github.com/rust-lang/crates.io-index"
926checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
927
928[[package]]
929name = "jiff"
930version = "0.2.10"
931source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
933dependencies = [
934 "jiff-static",
935 "log",
936 "portable-atomic",
937 "portable-atomic-util",
938 "serde",
939]
940
941[[package]]
942name = "jiff-static"
943version = "0.2.10"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
946dependencies = [
947 "proc-macro2",
948 "quote",
949 "syn 2.0.104",
950]
951
952[[package]]
953name = "js-sys"
954version = "0.3.77"
955source = "registry+https://github.com/rust-lang/crates.io-index"
956checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
957dependencies = [
958 "once_cell",
959 "wasm-bindgen",
960]
961
962[[package]]
963name = "lasso"
964version = "0.7.3"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "6e14eda50a3494b3bf7b9ce51c52434a761e383d7238ce1dd5dcec2fbc13e9fb"
967dependencies = [
968 "hashbrown 0.14.5",
969]
970
971[[package]]
972name = "lazy_static"
973version = "1.5.0"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
976
977[[package]]
978name = "libc"
979version = "0.2.174"
980source = "registry+https://github.com/rust-lang/crates.io-index"
981checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
982
983[[package]]
984name = "libsqlite3-sys"
985version = "0.33.0"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "947e6816f7825b2b45027c2c32e7085da9934defa535de4a6a46b10a4d5257fa"
988dependencies = [
989 "cc",
990 "pkg-config",
991 "vcpkg",
992]
993
994[[package]]
995name = "lightningcss"
996version = "1.0.0-alpha.65"
997source = "registry+https://github.com/rust-lang/crates.io-index"
998checksum = "c84f971730745f4aaac013b6cf4328baf1548efc973c0d95cfd843a3c1ca07af"
999dependencies = [
1000 "ahash",
1001 "bitflags",
1002 "browserslist-rs",
1003 "const-str",
1004 "cssparser 0.33.0",
1005 "cssparser-color",
1006 "data-encoding",
1007 "getrandom 0.2.16",
1008 "indexmap",
1009 "itertools 0.10.5",
1010 "lazy_static",
1011 "lightningcss-derive",
1012 "parcel_selectors",
1013 "paste",
1014 "pathdiff",
1015 "smallvec",
1016]
1017
1018[[package]]
1019name = "lightningcss-derive"
1020version = "1.0.0-alpha.43"
1021source = "registry+https://github.com/rust-lang/crates.io-index"
1022checksum = "84c12744d1279367caed41739ef094c325d53fb0ffcd4f9b84a368796f870252"
1023dependencies = [
1024 "convert_case",
1025 "proc-macro2",
1026 "quote",
1027 "syn 1.0.109",
1028]
1029
1030[[package]]
1031name = "litemap"
1032version = "0.8.0"
1033source = "registry+https://github.com/rust-lang/crates.io-index"
1034checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
1035
1036[[package]]
1037name = "lock_api"
1038version = "0.4.13"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
1041dependencies = [
1042 "autocfg",
1043 "scopeguard",
1044]
1045
1046[[package]]
1047name = "log"
1048version = "0.4.27"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
1051
1052[[package]]
1053name = "mac"
1054version = "0.1.1"
1055source = "registry+https://github.com/rust-lang/crates.io-index"
1056checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
1057
1058[[package]]
1059name = "maplit"
1060version = "1.0.2"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
1063
1064[[package]]
1065name = "markup5ever"
1066version = "0.16.2"
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068checksum = "2e4cd8c02f18a011991a039855480c64d74291c5792fcc160d55d77dc4de4a39"
1069dependencies = [
1070 "log",
1071 "tendril",
1072 "web_atoms",
1073]
1074
1075[[package]]
1076name = "match_token"
1077version = "0.1.0"
1078source = "registry+https://github.com/rust-lang/crates.io-index"
1079checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
1080dependencies = [
1081 "proc-macro2",
1082 "quote",
1083 "syn 2.0.104",
1084]
1085
1086[[package]]
1087name = "matchit"
1088version = "0.8.4"
1089source = "registry+https://github.com/rust-lang/crates.io-index"
1090checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1091
1092[[package]]
1093name = "memchr"
1094version = "2.7.5"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
1097
1098[[package]]
1099name = "memo-map"
1100version = "0.3.3"
1101source = "registry+https://github.com/rust-lang/crates.io-index"
1102checksum = "38d1115007560874e373613744c6fba374c17688327a71c1476d1a5954cc857b"
1103
1104[[package]]
1105name = "mime"
1106version = "0.3.17"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1109
1110[[package]]
1111name = "mime_guess"
1112version = "2.0.5"
1113source = "registry+https://github.com/rust-lang/crates.io-index"
1114checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1115dependencies = [
1116 "mime",
1117 "unicase",
1118]
1119
1120[[package]]
1121name = "minijinja"
1122version = "2.10.2"
1123source = "registry+https://github.com/rust-lang/crates.io-index"
1124checksum = "dd72e8b4e42274540edabec853f607c015c73436159b06c39c7af85a20433155"
1125dependencies = [
1126 "memo-map",
1127 "self_cell",
1128 "serde",
1129]
1130
1131[[package]]
1132name = "minimal-lexical"
1133version = "0.2.1"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1136
1137[[package]]
1138name = "miniz_oxide"
1139version = "0.8.9"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1142dependencies = [
1143 "adler2",
1144]
1145
1146[[package]]
1147name = "mio"
1148version = "1.0.4"
1149source = "registry+https://github.com/rust-lang/crates.io-index"
1150checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
1151dependencies = [
1152 "libc",
1153 "wasi 0.11.1+wasi-snapshot-preview1",
1154 "windows-sys 0.59.0",
1155]
1156
1157[[package]]
1158name = "new_debug_unreachable"
1159version = "1.0.6"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
1162
1163[[package]]
1164name = "nom"
1165version = "7.1.3"
1166source = "registry+https://github.com/rust-lang/crates.io-index"
1167checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1168dependencies = [
1169 "memchr",
1170 "minimal-lexical",
1171]
1172
1173[[package]]
1174name = "num-conv"
1175version = "0.1.0"
1176source = "registry+https://github.com/rust-lang/crates.io-index"
1177checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
1178
1179[[package]]
1180name = "num-traits"
1181version = "0.2.19"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1184dependencies = [
1185 "autocfg",
1186]
1187
1188[[package]]
1189name = "num_cpus"
1190version = "1.17.0"
1191source = "registry+https://github.com/rust-lang/crates.io-index"
1192checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
1193dependencies = [
1194 "hermit-abi",
1195 "libc",
1196]
1197
1198[[package]]
1199name = "object"
1200version = "0.36.7"
1201source = "registry+https://github.com/rust-lang/crates.io-index"
1202checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
1203dependencies = [
1204 "memchr",
1205]
1206
1207[[package]]
1208name = "once_cell"
1209version = "1.21.3"
1210source = "registry+https://github.com/rust-lang/crates.io-index"
1211checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1212
1213[[package]]
1214name = "oorandom"
1215version = "11.1.5"
1216source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
1218
1219[[package]]
1220name = "parcel_selectors"
1221version = "0.28.2"
1222source = "registry+https://github.com/rust-lang/crates.io-index"
1223checksum = "54fd03f1ad26cb6b3ec1b7414fa78a3bd639e7dbb421b1a60513c96ce886a196"
1224dependencies = [
1225 "bitflags",
1226 "cssparser 0.33.0",
1227 "log",
1228 "phf",
1229 "phf_codegen",
1230 "precomputed-hash",
1231 "rustc-hash",
1232 "smallvec",
1233]
1234
1235[[package]]
1236name = "parking_lot"
1237version = "0.12.4"
1238source = "registry+https://github.com/rust-lang/crates.io-index"
1239checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
1240dependencies = [
1241 "lock_api",
1242 "parking_lot_core",
1243]
1244
1245[[package]]
1246name = "parking_lot_core"
1247version = "0.9.11"
1248source = "registry+https://github.com/rust-lang/crates.io-index"
1249checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
1250dependencies = [
1251 "cfg-if",
1252 "libc",
1253 "redox_syscall",
1254 "smallvec",
1255 "windows-targets",
1256]
1257
1258[[package]]
1259name = "parse-zoneinfo"
1260version = "0.3.1"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
1263dependencies = [
1264 "regex",
1265]
1266
1267[[package]]
1268name = "paste"
1269version = "1.0.15"
1270source = "registry+https://github.com/rust-lang/crates.io-index"
1271checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1272
1273[[package]]
1274name = "pathdiff"
1275version = "0.2.3"
1276source = "registry+https://github.com/rust-lang/crates.io-index"
1277checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
1278
1279[[package]]
1280name = "percent-encoding"
1281version = "2.3.1"
1282source = "registry+https://github.com/rust-lang/crates.io-index"
1283checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1284
1285[[package]]
1286name = "phf"
1287version = "0.11.3"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
1290dependencies = [
1291 "phf_macros",
1292 "phf_shared",
1293]
1294
1295[[package]]
1296name = "phf_codegen"
1297version = "0.11.3"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
1300dependencies = [
1301 "phf_generator",
1302 "phf_shared",
1303]
1304
1305[[package]]
1306name = "phf_generator"
1307version = "0.11.3"
1308source = "registry+https://github.com/rust-lang/crates.io-index"
1309checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
1310dependencies = [
1311 "phf_shared",
1312 "rand 0.8.5",
1313]
1314
1315[[package]]
1316name = "phf_macros"
1317version = "0.11.3"
1318source = "registry+https://github.com/rust-lang/crates.io-index"
1319checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
1320dependencies = [
1321 "phf_generator",
1322 "phf_shared",
1323 "proc-macro2",
1324 "quote",
1325 "syn 2.0.104",
1326]
1327
1328[[package]]
1329name = "phf_shared"
1330version = "0.11.3"
1331source = "registry+https://github.com/rust-lang/crates.io-index"
1332checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
1333dependencies = [
1334 "siphasher",
1335]
1336
1337[[package]]
1338name = "pin-project-lite"
1339version = "0.2.16"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1342
1343[[package]]
1344name = "pin-utils"
1345version = "0.1.0"
1346source = "registry+https://github.com/rust-lang/crates.io-index"
1347checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1348
1349[[package]]
1350name = "pkg-config"
1351version = "0.3.32"
1352source = "registry+https://github.com/rust-lang/crates.io-index"
1353checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1354
1355[[package]]
1356name = "portable-atomic"
1357version = "1.11.1"
1358source = "registry+https://github.com/rust-lang/crates.io-index"
1359checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
1360
1361[[package]]
1362name = "portable-atomic-util"
1363version = "0.2.4"
1364source = "registry+https://github.com/rust-lang/crates.io-index"
1365checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
1366dependencies = [
1367 "portable-atomic",
1368]
1369
1370[[package]]
1371name = "potential_utf"
1372version = "0.1.2"
1373source = "registry+https://github.com/rust-lang/crates.io-index"
1374checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
1375dependencies = [
1376 "zerovec",
1377]
1378
1379[[package]]
1380name = "powerfmt"
1381version = "0.2.0"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1384
1385[[package]]
1386name = "ppv-lite86"
1387version = "0.2.21"
1388source = "registry+https://github.com/rust-lang/crates.io-index"
1389checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1390dependencies = [
1391 "zerocopy",
1392]
1393
1394[[package]]
1395name = "precomputed-hash"
1396version = "0.1.1"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
1399
1400[[package]]
1401name = "proc-macro2"
1402version = "1.0.95"
1403source = "registry+https://github.com/rust-lang/crates.io-index"
1404checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
1405dependencies = [
1406 "unicode-ident",
1407]
1408
1409[[package]]
1410name = "quote"
1411version = "1.0.40"
1412source = "registry+https://github.com/rust-lang/crates.io-index"
1413checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
1414dependencies = [
1415 "proc-macro2",
1416]
1417
1418[[package]]
1419name = "r-efi"
1420version = "5.3.0"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1423
1424[[package]]
1425name = "rand"
1426version = "0.8.5"
1427source = "registry+https://github.com/rust-lang/crates.io-index"
1428checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1429dependencies = [
1430 "libc",
1431 "rand_chacha 0.3.1",
1432 "rand_core 0.6.4",
1433]
1434
1435[[package]]
1436name = "rand"
1437version = "0.9.1"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
1440dependencies = [
1441 "rand_chacha 0.9.0",
1442 "rand_core 0.9.3",
1443]
1444
1445[[package]]
1446name = "rand_chacha"
1447version = "0.3.1"
1448source = "registry+https://github.com/rust-lang/crates.io-index"
1449checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1450dependencies = [
1451 "ppv-lite86",
1452 "rand_core 0.6.4",
1453]
1454
1455[[package]]
1456name = "rand_chacha"
1457version = "0.9.0"
1458source = "registry+https://github.com/rust-lang/crates.io-index"
1459checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1460dependencies = [
1461 "ppv-lite86",
1462 "rand_core 0.9.3",
1463]
1464
1465[[package]]
1466name = "rand_core"
1467version = "0.6.4"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1470dependencies = [
1471 "getrandom 0.2.16",
1472]
1473
1474[[package]]
1475name = "rand_core"
1476version = "0.9.3"
1477source = "registry+https://github.com/rust-lang/crates.io-index"
1478checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
1479dependencies = [
1480 "getrandom 0.3.3",
1481]
1482
1483[[package]]
1484name = "random_word"
1485version = "0.5.0"
1486source = "registry+https://github.com/rust-lang/crates.io-index"
1487checksum = "bcd87d2e3f99cc11e6c7fc518f09e63e194f7243b4cf30c979b0c524d04fbd90"
1488dependencies = [
1489 "ahash",
1490 "brotli",
1491 "once_cell",
1492 "paste",
1493 "rand 0.8.5",
1494 "unicase",
1495]
1496
1497[[package]]
1498name = "redox_syscall"
1499version = "0.5.13"
1500source = "registry+https://github.com/rust-lang/crates.io-index"
1501checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6"
1502dependencies = [
1503 "bitflags",
1504]
1505
1506[[package]]
1507name = "regex"
1508version = "1.11.1"
1509source = "registry+https://github.com/rust-lang/crates.io-index"
1510checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
1511dependencies = [
1512 "aho-corasick",
1513 "memchr",
1514 "regex-automata",
1515 "regex-syntax",
1516]
1517
1518[[package]]
1519name = "regex-automata"
1520version = "0.4.9"
1521source = "registry+https://github.com/rust-lang/crates.io-index"
1522checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
1523dependencies = [
1524 "aho-corasick",
1525 "memchr",
1526 "regex-syntax",
1527]
1528
1529[[package]]
1530name = "regex-syntax"
1531version = "0.8.5"
1532source = "registry+https://github.com/rust-lang/crates.io-index"
1533checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
1534
1535[[package]]
1536name = "rusqlite"
1537version = "0.35.0"
1538source = "registry+https://github.com/rust-lang/crates.io-index"
1539checksum = "a22715a5d6deef63c637207afbe68d0c72c3f8d0022d7cf9714c442d6157606b"
1540dependencies = [
1541 "bitflags",
1542 "chrono",
1543 "csv",
1544 "fallible-iterator",
1545 "fallible-streaming-iterator",
1546 "hashlink",
1547 "jiff",
1548 "libsqlite3-sys",
1549 "serde_json",
1550 "smallvec",
1551 "time",
1552 "url",
1553 "uuid",
1554]
1555
1556[[package]]
1557name = "rustc-demangle"
1558version = "0.1.25"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
1561
1562[[package]]
1563name = "rustc-hash"
1564version = "2.1.1"
1565source = "registry+https://github.com/rust-lang/crates.io-index"
1566checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1567
1568[[package]]
1569name = "rustversion"
1570version = "1.0.21"
1571source = "registry+https://github.com/rust-lang/crates.io-index"
1572checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
1573
1574[[package]]
1575name = "ryu"
1576version = "1.0.20"
1577source = "registry+https://github.com/rust-lang/crates.io-index"
1578checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1579
1580[[package]]
1581name = "scopeguard"
1582version = "1.2.0"
1583source = "registry+https://github.com/rust-lang/crates.io-index"
1584checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1585
1586[[package]]
1587name = "self_cell"
1588version = "1.2.0"
1589source = "registry+https://github.com/rust-lang/crates.io-index"
1590checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
1591
1592[[package]]
1593name = "serde"
1594version = "1.0.219"
1595source = "registry+https://github.com/rust-lang/crates.io-index"
1596checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
1597dependencies = [
1598 "serde_derive",
1599]
1600
1601[[package]]
1602name = "serde_derive"
1603version = "1.0.219"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
1606dependencies = [
1607 "proc-macro2",
1608 "quote",
1609 "syn 2.0.104",
1610]
1611
1612[[package]]
1613name = "serde_json"
1614version = "1.0.140"
1615source = "registry+https://github.com/rust-lang/crates.io-index"
1616checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
1617dependencies = [
1618 "itoa",
1619 "memchr",
1620 "ryu",
1621 "serde",
1622]
1623
1624[[package]]
1625name = "serde_path_to_error"
1626version = "0.1.17"
1627source = "registry+https://github.com/rust-lang/crates.io-index"
1628checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
1629dependencies = [
1630 "itoa",
1631 "serde",
1632]
1633
1634[[package]]
1635name = "serde_spanned"
1636version = "0.6.9"
1637source = "registry+https://github.com/rust-lang/crates.io-index"
1638checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
1639dependencies = [
1640 "serde",
1641]
1642
1643[[package]]
1644name = "serde_urlencoded"
1645version = "0.7.1"
1646source = "registry+https://github.com/rust-lang/crates.io-index"
1647checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1648dependencies = [
1649 "form_urlencoded",
1650 "itoa",
1651 "ryu",
1652 "serde",
1653]
1654
1655[[package]]
1656name = "shlex"
1657version = "1.3.0"
1658source = "registry+https://github.com/rust-lang/crates.io-index"
1659checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1660
1661[[package]]
1662name = "signal-hook-registry"
1663version = "1.4.5"
1664source = "registry+https://github.com/rust-lang/crates.io-index"
1665checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
1666dependencies = [
1667 "libc",
1668]
1669
1670[[package]]
1671name = "siphasher"
1672version = "1.0.1"
1673source = "registry+https://github.com/rust-lang/crates.io-index"
1674checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
1675
1676[[package]]
1677name = "smallvec"
1678version = "1.15.1"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1681
1682[[package]]
1683name = "socket2"
1684version = "0.5.10"
1685source = "registry+https://github.com/rust-lang/crates.io-index"
1686checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
1687dependencies = [
1688 "libc",
1689 "windows-sys 0.52.0",
1690]
1691
1692[[package]]
1693name = "stable_deref_trait"
1694version = "1.2.0"
1695source = "registry+https://github.com/rust-lang/crates.io-index"
1696checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1697
1698[[package]]
1699name = "string_cache"
1700version = "0.8.9"
1701source = "registry+https://github.com/rust-lang/crates.io-index"
1702checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
1703dependencies = [
1704 "new_debug_unreachable",
1705 "parking_lot",
1706 "phf_shared",
1707 "precomputed-hash",
1708 "serde",
1709]
1710
1711[[package]]
1712name = "string_cache_codegen"
1713version = "0.5.4"
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
1716dependencies = [
1717 "phf_generator",
1718 "phf_shared",
1719 "proc-macro2",
1720 "quote",
1721]
1722
1723[[package]]
1724name = "syn"
1725version = "1.0.109"
1726source = "registry+https://github.com/rust-lang/crates.io-index"
1727checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1728dependencies = [
1729 "proc-macro2",
1730 "quote",
1731 "unicode-ident",
1732]
1733
1734[[package]]
1735name = "syn"
1736version = "2.0.104"
1737source = "registry+https://github.com/rust-lang/crates.io-index"
1738checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
1739dependencies = [
1740 "proc-macro2",
1741 "quote",
1742 "unicode-ident",
1743]
1744
1745[[package]]
1746name = "sync_wrapper"
1747version = "1.0.2"
1748source = "registry+https://github.com/rust-lang/crates.io-index"
1749checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1750
1751[[package]]
1752name = "synstructure"
1753version = "0.13.2"
1754source = "registry+https://github.com/rust-lang/crates.io-index"
1755checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1756dependencies = [
1757 "proc-macro2",
1758 "quote",
1759 "syn 2.0.104",
1760]
1761
1762[[package]]
1763name = "tendril"
1764version = "0.4.3"
1765source = "registry+https://github.com/rust-lang/crates.io-index"
1766checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
1767dependencies = [
1768 "futf",
1769 "mac",
1770 "utf-8",
1771]
1772
1773[[package]]
1774name = "thiserror"
1775version = "1.0.69"
1776source = "registry+https://github.com/rust-lang/crates.io-index"
1777checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1778dependencies = [
1779 "thiserror-impl",
1780]
1781
1782[[package]]
1783name = "thiserror-impl"
1784version = "1.0.69"
1785source = "registry+https://github.com/rust-lang/crates.io-index"
1786checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1787dependencies = [
1788 "proc-macro2",
1789 "quote",
1790 "syn 2.0.104",
1791]
1792
1793[[package]]
1794name = "time"
1795version = "0.3.41"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
1798dependencies = [
1799 "deranged",
1800 "itoa",
1801 "num-conv",
1802 "powerfmt",
1803 "serde",
1804 "time-core",
1805 "time-macros",
1806]
1807
1808[[package]]
1809name = "time-core"
1810version = "0.1.4"
1811source = "registry+https://github.com/rust-lang/crates.io-index"
1812checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
1813
1814[[package]]
1815name = "time-macros"
1816version = "0.2.22"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
1819dependencies = [
1820 "num-conv",
1821 "time-core",
1822]
1823
1824[[package]]
1825name = "tinystr"
1826version = "0.8.1"
1827source = "registry+https://github.com/rust-lang/crates.io-index"
1828checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
1829dependencies = [
1830 "displaydoc",
1831 "zerovec",
1832]
1833
1834[[package]]
1835name = "tokio"
1836version = "1.45.1"
1837source = "registry+https://github.com/rust-lang/crates.io-index"
1838checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
1839dependencies = [
1840 "backtrace",
1841 "bytes",
1842 "libc",
1843 "mio",
1844 "parking_lot",
1845 "pin-project-lite",
1846 "signal-hook-registry",
1847 "socket2",
1848 "tokio-macros",
1849 "windows-sys 0.52.0",
1850]
1851
1852[[package]]
1853name = "tokio-macros"
1854version = "2.5.0"
1855source = "registry+https://github.com/rust-lang/crates.io-index"
1856checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
1857dependencies = [
1858 "proc-macro2",
1859 "quote",
1860 "syn 2.0.104",
1861]
1862
1863[[package]]
1864name = "tokio-util"
1865version = "0.7.15"
1866source = "registry+https://github.com/rust-lang/crates.io-index"
1867checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
1868dependencies = [
1869 "bytes",
1870 "futures-core",
1871 "futures-sink",
1872 "pin-project-lite",
1873 "tokio",
1874]
1875
1876[[package]]
1877name = "toml"
1878version = "0.8.23"
1879source = "registry+https://github.com/rust-lang/crates.io-index"
1880checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
1881dependencies = [
1882 "serde",
1883 "serde_spanned",
1884 "toml_datetime",
1885 "toml_edit",
1886]
1887
1888[[package]]
1889name = "toml_datetime"
1890version = "0.6.11"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
1893dependencies = [
1894 "serde",
1895]
1896
1897[[package]]
1898name = "toml_edit"
1899version = "0.22.27"
1900source = "registry+https://github.com/rust-lang/crates.io-index"
1901checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
1902dependencies = [
1903 "indexmap",
1904 "serde",
1905 "serde_spanned",
1906 "toml_datetime",
1907 "toml_write",
1908 "winnow",
1909]
1910
1911[[package]]
1912name = "toml_write"
1913version = "0.1.2"
1914source = "registry+https://github.com/rust-lang/crates.io-index"
1915checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
1916
1917[[package]]
1918name = "tomorrow"
1919version = "0.1.0"
1920dependencies = [
1921 "ammonia",
1922 "axum",
1923 "axum-cookie",
1924 "chrono",
1925 "chrono-tz",
1926 "deadpool-sqlite",
1927 "minijinja",
1928 "rand 0.9.1",
1929 "random_word",
1930 "serde",
1931 "tokio",
1932 "tower-http",
1933 "turf",
1934]
1935
1936[[package]]
1937name = "tower"
1938version = "0.5.2"
1939source = "registry+https://github.com/rust-lang/crates.io-index"
1940checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
1941dependencies = [
1942 "futures-core",
1943 "futures-util",
1944 "pin-project-lite",
1945 "sync_wrapper",
1946 "tokio",
1947 "tower-layer",
1948 "tower-service",
1949 "tracing",
1950]
1951
1952[[package]]
1953name = "tower-http"
1954version = "0.6.6"
1955source = "registry+https://github.com/rust-lang/crates.io-index"
1956checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
1957dependencies = [
1958 "bitflags",
1959 "bytes",
1960 "futures-core",
1961 "futures-util",
1962 "http",
1963 "http-body",
1964 "http-body-util",
1965 "http-range-header",
1966 "httpdate",
1967 "mime",
1968 "mime_guess",
1969 "percent-encoding",
1970 "pin-project-lite",
1971 "tokio",
1972 "tokio-util",
1973 "tower-layer",
1974 "tower-service",
1975 "tracing",
1976]
1977
1978[[package]]
1979name = "tower-layer"
1980version = "0.3.3"
1981source = "registry+https://github.com/rust-lang/crates.io-index"
1982checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1983
1984[[package]]
1985name = "tower-service"
1986version = "0.3.3"
1987source = "registry+https://github.com/rust-lang/crates.io-index"
1988checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1989
1990[[package]]
1991name = "tracing"
1992version = "0.1.41"
1993source = "registry+https://github.com/rust-lang/crates.io-index"
1994checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
1995dependencies = [
1996 "log",
1997 "pin-project-lite",
1998 "tracing-core",
1999]
2000
2001[[package]]
2002name = "tracing-core"
2003version = "0.1.34"
2004source = "registry+https://github.com/rust-lang/crates.io-index"
2005checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
2006dependencies = [
2007 "once_cell",
2008]
2009
2010[[package]]
2011name = "turf"
2012version = "0.10.1"
2013source = "registry+https://github.com/rust-lang/crates.io-index"
2014checksum = "7a1089d791f5346abf667aee9497bc5ceb0ec68a2635e8667564ad7af94d1ef5"
2015dependencies = [
2016 "turf_macros",
2017]
2018
2019[[package]]
2020name = "turf_internals"
2021version = "0.10.1"
2022source = "registry+https://github.com/rust-lang/crates.io-index"
2023checksum = "e350a183d560eab563edf57b98c65e3ebbbe5c57629fc776a349fab4ec62e06b"
2024dependencies = [
2025 "getrandom 0.2.16",
2026 "grass",
2027 "lightningcss",
2028 "oorandom",
2029 "regex",
2030 "serde",
2031 "thiserror",
2032 "toml",
2033 "xxhash-rust",
2034]
2035
2036[[package]]
2037name = "turf_macros"
2038version = "0.10.1"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "a2a2e5cc0498385820cc1beee60cae20313477b107f56b387d778d3ced735b34"
2041dependencies = [
2042 "convert_case",
2043 "proc-macro2",
2044 "quote",
2045 "turf_internals",
2046]
2047
2048[[package]]
2049name = "unicase"
2050version = "2.8.1"
2051source = "registry+https://github.com/rust-lang/crates.io-index"
2052checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
2053
2054[[package]]
2055name = "unicode-ident"
2056version = "1.0.18"
2057source = "registry+https://github.com/rust-lang/crates.io-index"
2058checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
2059
2060[[package]]
2061name = "unicode-segmentation"
2062version = "1.12.0"
2063source = "registry+https://github.com/rust-lang/crates.io-index"
2064checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
2065
2066[[package]]
2067name = "url"
2068version = "2.5.4"
2069source = "registry+https://github.com/rust-lang/crates.io-index"
2070checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
2071dependencies = [
2072 "form_urlencoded",
2073 "idna",
2074 "percent-encoding",
2075]
2076
2077[[package]]
2078name = "utf-8"
2079version = "0.7.6"
2080source = "registry+https://github.com/rust-lang/crates.io-index"
2081checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2082
2083[[package]]
2084name = "utf8_iter"
2085version = "1.0.4"
2086source = "registry+https://github.com/rust-lang/crates.io-index"
2087checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2088
2089[[package]]
2090name = "uuid"
2091version = "1.17.0"
2092source = "registry+https://github.com/rust-lang/crates.io-index"
2093checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
2094dependencies = [
2095 "js-sys",
2096 "wasm-bindgen",
2097]
2098
2099[[package]]
2100name = "vcpkg"
2101version = "0.2.15"
2102source = "registry+https://github.com/rust-lang/crates.io-index"
2103checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2104
2105[[package]]
2106name = "version_check"
2107version = "0.9.5"
2108source = "registry+https://github.com/rust-lang/crates.io-index"
2109checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2110
2111[[package]]
2112name = "wasi"
2113version = "0.11.1+wasi-snapshot-preview1"
2114source = "registry+https://github.com/rust-lang/crates.io-index"
2115checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2116
2117[[package]]
2118name = "wasi"
2119version = "0.14.2+wasi-0.2.4"
2120source = "registry+https://github.com/rust-lang/crates.io-index"
2121checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
2122dependencies = [
2123 "wit-bindgen-rt",
2124]
2125
2126[[package]]
2127name = "wasm-bindgen"
2128version = "0.2.100"
2129source = "registry+https://github.com/rust-lang/crates.io-index"
2130checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2131dependencies = [
2132 "cfg-if",
2133 "once_cell",
2134 "rustversion",
2135 "wasm-bindgen-macro",
2136]
2137
2138[[package]]
2139name = "wasm-bindgen-backend"
2140version = "0.2.100"
2141source = "registry+https://github.com/rust-lang/crates.io-index"
2142checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
2143dependencies = [
2144 "bumpalo",
2145 "log",
2146 "proc-macro2",
2147 "quote",
2148 "syn 2.0.104",
2149 "wasm-bindgen-shared",
2150]
2151
2152[[package]]
2153name = "wasm-bindgen-macro"
2154version = "0.2.100"
2155source = "registry+https://github.com/rust-lang/crates.io-index"
2156checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
2157dependencies = [
2158 "quote",
2159 "wasm-bindgen-macro-support",
2160]
2161
2162[[package]]
2163name = "wasm-bindgen-macro-support"
2164version = "0.2.100"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2167dependencies = [
2168 "proc-macro2",
2169 "quote",
2170 "syn 2.0.104",
2171 "wasm-bindgen-backend",
2172 "wasm-bindgen-shared",
2173]
2174
2175[[package]]
2176name = "wasm-bindgen-shared"
2177version = "0.2.100"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
2180dependencies = [
2181 "unicode-ident",
2182]
2183
2184[[package]]
2185name = "web_atoms"
2186version = "0.1.3"
2187source = "registry+https://github.com/rust-lang/crates.io-index"
2188checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
2189dependencies = [
2190 "phf",
2191 "phf_codegen",
2192 "string_cache",
2193 "string_cache_codegen",
2194]
2195
2196[[package]]
2197name = "windows-core"
2198version = "0.61.2"
2199source = "registry+https://github.com/rust-lang/crates.io-index"
2200checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
2201dependencies = [
2202 "windows-implement",
2203 "windows-interface",
2204 "windows-link",
2205 "windows-result",
2206 "windows-strings",
2207]
2208
2209[[package]]
2210name = "windows-implement"
2211version = "0.60.0"
2212source = "registry+https://github.com/rust-lang/crates.io-index"
2213checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
2214dependencies = [
2215 "proc-macro2",
2216 "quote",
2217 "syn 2.0.104",
2218]
2219
2220[[package]]
2221name = "windows-interface"
2222version = "0.59.1"
2223source = "registry+https://github.com/rust-lang/crates.io-index"
2224checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
2225dependencies = [
2226 "proc-macro2",
2227 "quote",
2228 "syn 2.0.104",
2229]
2230
2231[[package]]
2232name = "windows-link"
2233version = "0.1.3"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
2236
2237[[package]]
2238name = "windows-result"
2239version = "0.3.4"
2240source = "registry+https://github.com/rust-lang/crates.io-index"
2241checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
2242dependencies = [
2243 "windows-link",
2244]
2245
2246[[package]]
2247name = "windows-strings"
2248version = "0.4.2"
2249source = "registry+https://github.com/rust-lang/crates.io-index"
2250checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
2251dependencies = [
2252 "windows-link",
2253]
2254
2255[[package]]
2256name = "windows-sys"
2257version = "0.52.0"
2258source = "registry+https://github.com/rust-lang/crates.io-index"
2259checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2260dependencies = [
2261 "windows-targets",
2262]
2263
2264[[package]]
2265name = "windows-sys"
2266version = "0.59.0"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2269dependencies = [
2270 "windows-targets",
2271]
2272
2273[[package]]
2274name = "windows-targets"
2275version = "0.52.6"
2276source = "registry+https://github.com/rust-lang/crates.io-index"
2277checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2278dependencies = [
2279 "windows_aarch64_gnullvm",
2280 "windows_aarch64_msvc",
2281 "windows_i686_gnu",
2282 "windows_i686_gnullvm",
2283 "windows_i686_msvc",
2284 "windows_x86_64_gnu",
2285 "windows_x86_64_gnullvm",
2286 "windows_x86_64_msvc",
2287]
2288
2289[[package]]
2290name = "windows_aarch64_gnullvm"
2291version = "0.52.6"
2292source = "registry+https://github.com/rust-lang/crates.io-index"
2293checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2294
2295[[package]]
2296name = "windows_aarch64_msvc"
2297version = "0.52.6"
2298source = "registry+https://github.com/rust-lang/crates.io-index"
2299checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2300
2301[[package]]
2302name = "windows_i686_gnu"
2303version = "0.52.6"
2304source = "registry+https://github.com/rust-lang/crates.io-index"
2305checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2306
2307[[package]]
2308name = "windows_i686_gnullvm"
2309version = "0.52.6"
2310source = "registry+https://github.com/rust-lang/crates.io-index"
2311checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2312
2313[[package]]
2314name = "windows_i686_msvc"
2315version = "0.52.6"
2316source = "registry+https://github.com/rust-lang/crates.io-index"
2317checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2318
2319[[package]]
2320name = "windows_x86_64_gnu"
2321version = "0.52.6"
2322source = "registry+https://github.com/rust-lang/crates.io-index"
2323checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2324
2325[[package]]
2326name = "windows_x86_64_gnullvm"
2327version = "0.52.6"
2328source = "registry+https://github.com/rust-lang/crates.io-index"
2329checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2330
2331[[package]]
2332name = "windows_x86_64_msvc"
2333version = "0.52.6"
2334source = "registry+https://github.com/rust-lang/crates.io-index"
2335checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2336
2337[[package]]
2338name = "winnow"
2339version = "0.7.11"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd"
2342dependencies = [
2343 "memchr",
2344]
2345
2346[[package]]
2347name = "wit-bindgen-rt"
2348version = "0.39.0"
2349source = "registry+https://github.com/rust-lang/crates.io-index"
2350checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
2351dependencies = [
2352 "bitflags",
2353]
2354
2355[[package]]
2356name = "writeable"
2357version = "0.6.1"
2358source = "registry+https://github.com/rust-lang/crates.io-index"
2359checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
2360
2361[[package]]
2362name = "xxhash-rust"
2363version = "0.8.15"
2364source = "registry+https://github.com/rust-lang/crates.io-index"
2365checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
2366
2367[[package]]
2368name = "yoke"
2369version = "0.8.0"
2370source = "registry+https://github.com/rust-lang/crates.io-index"
2371checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
2372dependencies = [
2373 "serde",
2374 "stable_deref_trait",
2375 "yoke-derive",
2376 "zerofrom",
2377]
2378
2379[[package]]
2380name = "yoke-derive"
2381version = "0.8.0"
2382source = "registry+https://github.com/rust-lang/crates.io-index"
2383checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
2384dependencies = [
2385 "proc-macro2",
2386 "quote",
2387 "syn 2.0.104",
2388 "synstructure",
2389]
2390
2391[[package]]
2392name = "zerocopy"
2393version = "0.8.26"
2394source = "registry+https://github.com/rust-lang/crates.io-index"
2395checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
2396dependencies = [
2397 "zerocopy-derive",
2398]
2399
2400[[package]]
2401name = "zerocopy-derive"
2402version = "0.8.26"
2403source = "registry+https://github.com/rust-lang/crates.io-index"
2404checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
2405dependencies = [
2406 "proc-macro2",
2407 "quote",
2408 "syn 2.0.104",
2409]
2410
2411[[package]]
2412name = "zerofrom"
2413version = "0.1.6"
2414source = "registry+https://github.com/rust-lang/crates.io-index"
2415checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2416dependencies = [
2417 "zerofrom-derive",
2418]
2419
2420[[package]]
2421name = "zerofrom-derive"
2422version = "0.1.6"
2423source = "registry+https://github.com/rust-lang/crates.io-index"
2424checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2425dependencies = [
2426 "proc-macro2",
2427 "quote",
2428 "syn 2.0.104",
2429 "synstructure",
2430]
2431
2432[[package]]
2433name = "zerotrie"
2434version = "0.2.2"
2435source = "registry+https://github.com/rust-lang/crates.io-index"
2436checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
2437dependencies = [
2438 "displaydoc",
2439 "yoke",
2440 "zerofrom",
2441]
2442
2443[[package]]
2444name = "zerovec"
2445version = "0.11.2"
2446source = "registry+https://github.com/rust-lang/crates.io-index"
2447checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
2448dependencies = [
2449 "yoke",
2450 "zerofrom",
2451 "zerovec-derive",
2452]
2453
2454[[package]]
2455name = "zerovec-derive"
2456version = "0.11.1"
2457source = "registry+https://github.com/rust-lang/crates.io-index"
2458checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
2459dependencies = [
2460 "proc-macro2",
2461 "quote",
2462 "syn 2.0.104",
2463]