steid

@jamesgill /

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