+3236
Cargo.lock
+3236
Cargo.lock
···
···
1
+
# This file is automatically @generated by Cargo.
2
+
# It is not intended for manual editing.
3
+
version = 4
4
+
5
+
[[package]]
6
+
name = "actix-codec"
7
+
version = "0.5.2"
8
+
source = "registry+https://github.com/rust-lang/crates.io-index"
9
+
checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a"
10
+
dependencies = [
11
+
"bitflags",
12
+
"bytes",
13
+
"futures-core",
14
+
"futures-sink",
15
+
"memchr",
16
+
"pin-project-lite",
17
+
"tokio",
18
+
"tokio-util",
19
+
"tracing",
20
+
]
21
+
22
+
[[package]]
23
+
name = "actix-files"
24
+
version = "0.6.6"
25
+
source = "registry+https://github.com/rust-lang/crates.io-index"
26
+
checksum = "0773d59061dedb49a8aed04c67291b9d8cf2fe0b60130a381aab53c6dd86e9be"
27
+
dependencies = [
28
+
"actix-http",
29
+
"actix-service",
30
+
"actix-utils",
31
+
"actix-web",
32
+
"bitflags",
33
+
"bytes",
34
+
"derive_more 0.99.19",
35
+
"futures-core",
36
+
"http-range",
37
+
"log",
38
+
"mime",
39
+
"mime_guess",
40
+
"percent-encoding",
41
+
"pin-project-lite",
42
+
"v_htmlescape",
43
+
]
44
+
45
+
[[package]]
46
+
name = "actix-http"
47
+
version = "3.9.0"
48
+
source = "registry+https://github.com/rust-lang/crates.io-index"
49
+
checksum = "d48f96fc3003717aeb9856ca3d02a8c7de502667ad76eeacd830b48d2e91fac4"
50
+
dependencies = [
51
+
"actix-codec",
52
+
"actix-rt",
53
+
"actix-service",
54
+
"actix-utils",
55
+
"ahash",
56
+
"base64 0.22.1",
57
+
"bitflags",
58
+
"brotli",
59
+
"bytes",
60
+
"bytestring",
61
+
"derive_more 0.99.19",
62
+
"encoding_rs",
63
+
"flate2",
64
+
"futures-core",
65
+
"h2",
66
+
"http 0.2.12",
67
+
"httparse",
68
+
"httpdate",
69
+
"itoa",
70
+
"language-tags",
71
+
"local-channel",
72
+
"mime",
73
+
"percent-encoding",
74
+
"pin-project-lite",
75
+
"rand",
76
+
"sha1",
77
+
"smallvec",
78
+
"tokio",
79
+
"tokio-util",
80
+
"tracing",
81
+
"zstd",
82
+
]
83
+
84
+
[[package]]
85
+
name = "actix-macros"
86
+
version = "0.2.4"
87
+
source = "registry+https://github.com/rust-lang/crates.io-index"
88
+
checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
89
+
dependencies = [
90
+
"quote",
91
+
"syn",
92
+
]
93
+
94
+
[[package]]
95
+
name = "actix-router"
96
+
version = "0.5.3"
97
+
source = "registry+https://github.com/rust-lang/crates.io-index"
98
+
checksum = "13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8"
99
+
dependencies = [
100
+
"bytestring",
101
+
"cfg-if",
102
+
"http 0.2.12",
103
+
"regex",
104
+
"regex-lite",
105
+
"serde",
106
+
"tracing",
107
+
]
108
+
109
+
[[package]]
110
+
name = "actix-rt"
111
+
version = "2.10.0"
112
+
source = "registry+https://github.com/rust-lang/crates.io-index"
113
+
checksum = "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208"
114
+
dependencies = [
115
+
"futures-core",
116
+
"tokio",
117
+
]
118
+
119
+
[[package]]
120
+
name = "actix-server"
121
+
version = "2.5.0"
122
+
source = "registry+https://github.com/rust-lang/crates.io-index"
123
+
checksum = "7ca2549781d8dd6d75c40cf6b6051260a2cc2f3c62343d761a969a0640646894"
124
+
dependencies = [
125
+
"actix-rt",
126
+
"actix-service",
127
+
"actix-utils",
128
+
"futures-core",
129
+
"futures-util",
130
+
"mio",
131
+
"socket2",
132
+
"tokio",
133
+
"tracing",
134
+
]
135
+
136
+
[[package]]
137
+
name = "actix-service"
138
+
version = "2.0.2"
139
+
source = "registry+https://github.com/rust-lang/crates.io-index"
140
+
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
141
+
dependencies = [
142
+
"futures-core",
143
+
"paste",
144
+
"pin-project-lite",
145
+
]
146
+
147
+
[[package]]
148
+
name = "actix-session"
149
+
version = "0.10.1"
150
+
source = "registry+https://github.com/rust-lang/crates.io-index"
151
+
checksum = "efe6976a74f34f1b6d07a6c05aadc0ed0359304a7781c367fa5b4029418db08f"
152
+
dependencies = [
153
+
"actix-service",
154
+
"actix-utils",
155
+
"actix-web",
156
+
"anyhow",
157
+
"derive_more 1.0.0",
158
+
"rand",
159
+
"serde",
160
+
"serde_json",
161
+
"tracing",
162
+
]
163
+
164
+
[[package]]
165
+
name = "actix-utils"
166
+
version = "3.0.1"
167
+
source = "registry+https://github.com/rust-lang/crates.io-index"
168
+
checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
169
+
dependencies = [
170
+
"local-waker",
171
+
"pin-project-lite",
172
+
]
173
+
174
+
[[package]]
175
+
name = "actix-web"
176
+
version = "4.9.0"
177
+
source = "registry+https://github.com/rust-lang/crates.io-index"
178
+
checksum = "9180d76e5cc7ccbc4d60a506f2c727730b154010262df5b910eb17dbe4b8cb38"
179
+
dependencies = [
180
+
"actix-codec",
181
+
"actix-http",
182
+
"actix-macros",
183
+
"actix-router",
184
+
"actix-rt",
185
+
"actix-server",
186
+
"actix-service",
187
+
"actix-utils",
188
+
"actix-web-codegen",
189
+
"ahash",
190
+
"bytes",
191
+
"bytestring",
192
+
"cfg-if",
193
+
"cookie",
194
+
"derive_more 0.99.19",
195
+
"encoding_rs",
196
+
"futures-core",
197
+
"futures-util",
198
+
"impl-more",
199
+
"itoa",
200
+
"language-tags",
201
+
"log",
202
+
"mime",
203
+
"once_cell",
204
+
"pin-project-lite",
205
+
"regex",
206
+
"regex-lite",
207
+
"serde",
208
+
"serde_json",
209
+
"serde_urlencoded",
210
+
"smallvec",
211
+
"socket2",
212
+
"time",
213
+
"url",
214
+
]
215
+
216
+
[[package]]
217
+
name = "actix-web-codegen"
218
+
version = "4.3.0"
219
+
source = "registry+https://github.com/rust-lang/crates.io-index"
220
+
checksum = "f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8"
221
+
dependencies = [
222
+
"actix-router",
223
+
"proc-macro2",
224
+
"quote",
225
+
"syn",
226
+
]
227
+
228
+
[[package]]
229
+
name = "addr2line"
230
+
version = "0.24.2"
231
+
source = "registry+https://github.com/rust-lang/crates.io-index"
232
+
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
233
+
dependencies = [
234
+
"gimli",
235
+
]
236
+
237
+
[[package]]
238
+
name = "adler2"
239
+
version = "2.0.0"
240
+
source = "registry+https://github.com/rust-lang/crates.io-index"
241
+
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
242
+
243
+
[[package]]
244
+
name = "aead"
245
+
version = "0.5.2"
246
+
source = "registry+https://github.com/rust-lang/crates.io-index"
247
+
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
248
+
dependencies = [
249
+
"crypto-common",
250
+
"generic-array",
251
+
]
252
+
253
+
[[package]]
254
+
name = "aes"
255
+
version = "0.8.4"
256
+
source = "registry+https://github.com/rust-lang/crates.io-index"
257
+
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
258
+
dependencies = [
259
+
"cfg-if",
260
+
"cipher",
261
+
"cpufeatures",
262
+
]
263
+
264
+
[[package]]
265
+
name = "aes-gcm"
266
+
version = "0.10.3"
267
+
source = "registry+https://github.com/rust-lang/crates.io-index"
268
+
checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
269
+
dependencies = [
270
+
"aead",
271
+
"aes",
272
+
"cipher",
273
+
"ctr",
274
+
"ghash",
275
+
"subtle",
276
+
]
277
+
278
+
[[package]]
279
+
name = "ahash"
280
+
version = "0.8.11"
281
+
source = "registry+https://github.com/rust-lang/crates.io-index"
282
+
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
283
+
dependencies = [
284
+
"cfg-if",
285
+
"getrandom 0.2.15",
286
+
"once_cell",
287
+
"version_check",
288
+
"zerocopy",
289
+
]
290
+
291
+
[[package]]
292
+
name = "aho-corasick"
293
+
version = "1.1.3"
294
+
source = "registry+https://github.com/rust-lang/crates.io-index"
295
+
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
296
+
dependencies = [
297
+
"memchr",
298
+
]
299
+
300
+
[[package]]
301
+
name = "alloc-no-stdlib"
302
+
version = "2.0.4"
303
+
source = "registry+https://github.com/rust-lang/crates.io-index"
304
+
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
305
+
306
+
[[package]]
307
+
name = "alloc-stdlib"
308
+
version = "0.2.2"
309
+
source = "registry+https://github.com/rust-lang/crates.io-index"
310
+
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
311
+
dependencies = [
312
+
"alloc-no-stdlib",
313
+
]
314
+
315
+
[[package]]
316
+
name = "allocator-api2"
317
+
version = "0.2.21"
318
+
source = "registry+https://github.com/rust-lang/crates.io-index"
319
+
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
320
+
321
+
[[package]]
322
+
name = "android-tzdata"
323
+
version = "0.1.1"
324
+
source = "registry+https://github.com/rust-lang/crates.io-index"
325
+
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
326
+
327
+
[[package]]
328
+
name = "android_system_properties"
329
+
version = "0.1.5"
330
+
source = "registry+https://github.com/rust-lang/crates.io-index"
331
+
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
332
+
dependencies = [
333
+
"libc",
334
+
]
335
+
336
+
[[package]]
337
+
name = "anstream"
338
+
version = "0.6.18"
339
+
source = "registry+https://github.com/rust-lang/crates.io-index"
340
+
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
341
+
dependencies = [
342
+
"anstyle",
343
+
"anstyle-parse",
344
+
"anstyle-query",
345
+
"anstyle-wincon",
346
+
"colorchoice",
347
+
"is_terminal_polyfill",
348
+
"utf8parse",
349
+
]
350
+
351
+
[[package]]
352
+
name = "anstyle"
353
+
version = "1.0.10"
354
+
source = "registry+https://github.com/rust-lang/crates.io-index"
355
+
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
356
+
357
+
[[package]]
358
+
name = "anstyle-parse"
359
+
version = "0.2.6"
360
+
source = "registry+https://github.com/rust-lang/crates.io-index"
361
+
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
362
+
dependencies = [
363
+
"utf8parse",
364
+
]
365
+
366
+
[[package]]
367
+
name = "anstyle-query"
368
+
version = "1.1.2"
369
+
source = "registry+https://github.com/rust-lang/crates.io-index"
370
+
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
371
+
dependencies = [
372
+
"windows-sys 0.59.0",
373
+
]
374
+
375
+
[[package]]
376
+
name = "anstyle-wincon"
377
+
version = "3.0.7"
378
+
source = "registry+https://github.com/rust-lang/crates.io-index"
379
+
checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
380
+
dependencies = [
381
+
"anstyle",
382
+
"once_cell",
383
+
"windows-sys 0.59.0",
384
+
]
385
+
386
+
[[package]]
387
+
name = "anyhow"
388
+
version = "1.0.97"
389
+
source = "registry+https://github.com/rust-lang/crates.io-index"
390
+
checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
391
+
392
+
[[package]]
393
+
name = "askama"
394
+
version = "0.12.1"
395
+
source = "registry+https://github.com/rust-lang/crates.io-index"
396
+
checksum = "b79091df18a97caea757e28cd2d5fda49c6cd4bd01ddffd7ff01ace0c0ad2c28"
397
+
dependencies = [
398
+
"askama_derive",
399
+
"askama_escape",
400
+
"humansize",
401
+
"num-traits",
402
+
"percent-encoding",
403
+
]
404
+
405
+
[[package]]
406
+
name = "askama_derive"
407
+
version = "0.12.5"
408
+
source = "registry+https://github.com/rust-lang/crates.io-index"
409
+
checksum = "19fe8d6cb13c4714962c072ea496f3392015f0989b1a2847bb4b2d9effd71d83"
410
+
dependencies = [
411
+
"askama_parser",
412
+
"basic-toml",
413
+
"mime",
414
+
"mime_guess",
415
+
"proc-macro2",
416
+
"quote",
417
+
"serde",
418
+
"syn",
419
+
]
420
+
421
+
[[package]]
422
+
name = "askama_escape"
423
+
version = "0.10.3"
424
+
source = "registry+https://github.com/rust-lang/crates.io-index"
425
+
checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
426
+
427
+
[[package]]
428
+
name = "askama_parser"
429
+
version = "0.2.1"
430
+
source = "registry+https://github.com/rust-lang/crates.io-index"
431
+
checksum = "acb1161c6b64d1c3d83108213c2a2533a342ac225aabd0bda218278c2ddb00c0"
432
+
dependencies = [
433
+
"nom",
434
+
]
435
+
436
+
[[package]]
437
+
name = "async-compression"
438
+
version = "0.4.20"
439
+
source = "registry+https://github.com/rust-lang/crates.io-index"
440
+
checksum = "310c9bcae737a48ef5cdee3174184e6d548b292739ede61a1f955ef76a738861"
441
+
dependencies = [
442
+
"flate2",
443
+
"futures-core",
444
+
"memchr",
445
+
"pin-project-lite",
446
+
"tokio",
447
+
]
448
+
449
+
[[package]]
450
+
name = "async-lock"
451
+
version = "3.4.0"
452
+
source = "registry+https://github.com/rust-lang/crates.io-index"
453
+
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
454
+
dependencies = [
455
+
"event-listener",
456
+
"event-listener-strategy",
457
+
"pin-project-lite",
458
+
]
459
+
460
+
[[package]]
461
+
name = "async-stream"
462
+
version = "0.3.6"
463
+
source = "registry+https://github.com/rust-lang/crates.io-index"
464
+
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
465
+
dependencies = [
466
+
"async-stream-impl",
467
+
"futures-core",
468
+
"pin-project-lite",
469
+
]
470
+
471
+
[[package]]
472
+
name = "async-stream-impl"
473
+
version = "0.3.6"
474
+
source = "registry+https://github.com/rust-lang/crates.io-index"
475
+
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
476
+
dependencies = [
477
+
"proc-macro2",
478
+
"quote",
479
+
"syn",
480
+
]
481
+
482
+
[[package]]
483
+
name = "atrium-api"
484
+
version = "0.25.0"
485
+
source = "registry+https://github.com/rust-lang/crates.io-index"
486
+
checksum = "ea3ea578c768ec91082e424a8d139517b2cb5c75149bf3cec04371a1e74f00f2"
487
+
dependencies = [
488
+
"atrium-common",
489
+
"atrium-xrpc",
490
+
"chrono",
491
+
"http 1.2.0",
492
+
"ipld-core",
493
+
"langtag",
494
+
"regex",
495
+
"serde",
496
+
"serde_bytes",
497
+
"serde_json",
498
+
"thiserror",
499
+
"tokio",
500
+
"trait-variant",
501
+
]
502
+
503
+
[[package]]
504
+
name = "atrium-common"
505
+
version = "0.1.0"
506
+
source = "registry+https://github.com/rust-lang/crates.io-index"
507
+
checksum = "168e558408847bfed69df1033a32fd051f7a037ebc90ea46e588ccb2bfbd7233"
508
+
dependencies = [
509
+
"dashmap",
510
+
"lru",
511
+
"moka",
512
+
"thiserror",
513
+
"tokio",
514
+
"trait-variant",
515
+
"web-time",
516
+
]
517
+
518
+
[[package]]
519
+
name = "atrium-xrpc"
520
+
version = "0.12.1"
521
+
source = "registry+https://github.com/rust-lang/crates.io-index"
522
+
checksum = "6b4956d94147cfbb669c68f654eb4fd6a1d00648c810cec79d04ec5425b8f378"
523
+
dependencies = [
524
+
"http 1.2.0",
525
+
"serde",
526
+
"serde_html_form",
527
+
"serde_json",
528
+
"thiserror",
529
+
"trait-variant",
530
+
]
531
+
532
+
[[package]]
533
+
name = "atrium-xrpc-client"
534
+
version = "0.5.11"
535
+
source = "registry+https://github.com/rust-lang/crates.io-index"
536
+
checksum = "9bab4287ccef501b3892e1325280e61ae79a96eb9ee63dceabc0ed3bea35f2eb"
537
+
dependencies = [
538
+
"atrium-xrpc",
539
+
"reqwest",
540
+
]
541
+
542
+
[[package]]
543
+
name = "autocfg"
544
+
version = "1.4.0"
545
+
source = "registry+https://github.com/rust-lang/crates.io-index"
546
+
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
547
+
548
+
[[package]]
549
+
name = "backtrace"
550
+
version = "0.3.74"
551
+
source = "registry+https://github.com/rust-lang/crates.io-index"
552
+
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
553
+
dependencies = [
554
+
"addr2line",
555
+
"cfg-if",
556
+
"libc",
557
+
"miniz_oxide",
558
+
"object",
559
+
"rustc-demangle",
560
+
"windows-targets",
561
+
]
562
+
563
+
[[package]]
564
+
name = "base-x"
565
+
version = "0.2.11"
566
+
source = "registry+https://github.com/rust-lang/crates.io-index"
567
+
checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
568
+
569
+
[[package]]
570
+
name = "base64"
571
+
version = "0.20.0"
572
+
source = "registry+https://github.com/rust-lang/crates.io-index"
573
+
checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5"
574
+
575
+
[[package]]
576
+
name = "base64"
577
+
version = "0.22.1"
578
+
source = "registry+https://github.com/rust-lang/crates.io-index"
579
+
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
580
+
581
+
[[package]]
582
+
name = "basic-toml"
583
+
version = "0.1.10"
584
+
source = "registry+https://github.com/rust-lang/crates.io-index"
585
+
checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a"
586
+
dependencies = [
587
+
"serde",
588
+
]
589
+
590
+
[[package]]
591
+
name = "bitflags"
592
+
version = "2.9.0"
593
+
source = "registry+https://github.com/rust-lang/crates.io-index"
594
+
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
595
+
596
+
[[package]]
597
+
name = "block-buffer"
598
+
version = "0.10.4"
599
+
source = "registry+https://github.com/rust-lang/crates.io-index"
600
+
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
601
+
dependencies = [
602
+
"generic-array",
603
+
]
604
+
605
+
[[package]]
606
+
name = "brotli"
607
+
version = "6.0.0"
608
+
source = "registry+https://github.com/rust-lang/crates.io-index"
609
+
checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b"
610
+
dependencies = [
611
+
"alloc-no-stdlib",
612
+
"alloc-stdlib",
613
+
"brotli-decompressor",
614
+
]
615
+
616
+
[[package]]
617
+
name = "brotli-decompressor"
618
+
version = "4.0.2"
619
+
source = "registry+https://github.com/rust-lang/crates.io-index"
620
+
checksum = "74fa05ad7d803d413eb8380983b092cbbaf9a85f151b871360e7b00cd7060b37"
621
+
dependencies = [
622
+
"alloc-no-stdlib",
623
+
"alloc-stdlib",
624
+
]
625
+
626
+
[[package]]
627
+
name = "bumpalo"
628
+
version = "3.17.0"
629
+
source = "registry+https://github.com/rust-lang/crates.io-index"
630
+
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
631
+
632
+
[[package]]
633
+
name = "byteorder"
634
+
version = "1.5.0"
635
+
source = "registry+https://github.com/rust-lang/crates.io-index"
636
+
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
637
+
638
+
[[package]]
639
+
name = "bytes"
640
+
version = "1.10.1"
641
+
source = "registry+https://github.com/rust-lang/crates.io-index"
642
+
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
643
+
644
+
[[package]]
645
+
name = "bytestring"
646
+
version = "1.4.0"
647
+
source = "registry+https://github.com/rust-lang/crates.io-index"
648
+
checksum = "e465647ae23b2823b0753f50decb2d5a86d2bb2cac04788fafd1f80e45378e5f"
649
+
dependencies = [
650
+
"bytes",
651
+
]
652
+
653
+
[[package]]
654
+
name = "cc"
655
+
version = "1.2.16"
656
+
source = "registry+https://github.com/rust-lang/crates.io-index"
657
+
checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c"
658
+
dependencies = [
659
+
"jobserver",
660
+
"libc",
661
+
"shlex",
662
+
]
663
+
664
+
[[package]]
665
+
name = "cfg-if"
666
+
version = "1.0.0"
667
+
source = "registry+https://github.com/rust-lang/crates.io-index"
668
+
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
669
+
670
+
[[package]]
671
+
name = "chrono"
672
+
version = "0.4.40"
673
+
source = "registry+https://github.com/rust-lang/crates.io-index"
674
+
checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
675
+
dependencies = [
676
+
"android-tzdata",
677
+
"iana-time-zone",
678
+
"js-sys",
679
+
"num-traits",
680
+
"serde",
681
+
"wasm-bindgen",
682
+
"windows-link",
683
+
]
684
+
685
+
[[package]]
686
+
name = "cid"
687
+
version = "0.11.1"
688
+
source = "registry+https://github.com/rust-lang/crates.io-index"
689
+
checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
690
+
dependencies = [
691
+
"core2",
692
+
"multibase",
693
+
"multihash",
694
+
"serde",
695
+
"serde_bytes",
696
+
"unsigned-varint",
697
+
]
698
+
699
+
[[package]]
700
+
name = "cipher"
701
+
version = "0.4.4"
702
+
source = "registry+https://github.com/rust-lang/crates.io-index"
703
+
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
704
+
dependencies = [
705
+
"crypto-common",
706
+
"inout",
707
+
]
708
+
709
+
[[package]]
710
+
name = "colorchoice"
711
+
version = "1.0.3"
712
+
source = "registry+https://github.com/rust-lang/crates.io-index"
713
+
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
714
+
715
+
[[package]]
716
+
name = "concurrent-queue"
717
+
version = "2.5.0"
718
+
source = "registry+https://github.com/rust-lang/crates.io-index"
719
+
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
720
+
dependencies = [
721
+
"crossbeam-utils",
722
+
]
723
+
724
+
[[package]]
725
+
name = "convert_case"
726
+
version = "0.4.0"
727
+
source = "registry+https://github.com/rust-lang/crates.io-index"
728
+
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
729
+
730
+
[[package]]
731
+
name = "cookie"
732
+
version = "0.16.2"
733
+
source = "registry+https://github.com/rust-lang/crates.io-index"
734
+
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
735
+
dependencies = [
736
+
"aes-gcm",
737
+
"base64 0.20.0",
738
+
"hkdf",
739
+
"hmac",
740
+
"percent-encoding",
741
+
"rand",
742
+
"sha2",
743
+
"subtle",
744
+
"time",
745
+
"version_check",
746
+
]
747
+
748
+
[[package]]
749
+
name = "core-foundation"
750
+
version = "0.9.4"
751
+
source = "registry+https://github.com/rust-lang/crates.io-index"
752
+
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
753
+
dependencies = [
754
+
"core-foundation-sys",
755
+
"libc",
756
+
]
757
+
758
+
[[package]]
759
+
name = "core-foundation-sys"
760
+
version = "0.8.7"
761
+
source = "registry+https://github.com/rust-lang/crates.io-index"
762
+
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
763
+
764
+
[[package]]
765
+
name = "core2"
766
+
version = "0.4.0"
767
+
source = "registry+https://github.com/rust-lang/crates.io-index"
768
+
checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
769
+
dependencies = [
770
+
"memchr",
771
+
]
772
+
773
+
[[package]]
774
+
name = "cpufeatures"
775
+
version = "0.2.17"
776
+
source = "registry+https://github.com/rust-lang/crates.io-index"
777
+
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
778
+
dependencies = [
779
+
"libc",
780
+
]
781
+
782
+
[[package]]
783
+
name = "crc32fast"
784
+
version = "1.4.2"
785
+
source = "registry+https://github.com/rust-lang/crates.io-index"
786
+
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
787
+
dependencies = [
788
+
"cfg-if",
789
+
]
790
+
791
+
[[package]]
792
+
name = "crossbeam-channel"
793
+
version = "0.5.14"
794
+
source = "registry+https://github.com/rust-lang/crates.io-index"
795
+
checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471"
796
+
dependencies = [
797
+
"crossbeam-utils",
798
+
]
799
+
800
+
[[package]]
801
+
name = "crossbeam-epoch"
802
+
version = "0.9.18"
803
+
source = "registry+https://github.com/rust-lang/crates.io-index"
804
+
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
805
+
dependencies = [
806
+
"crossbeam-utils",
807
+
]
808
+
809
+
[[package]]
810
+
name = "crossbeam-utils"
811
+
version = "0.8.21"
812
+
source = "registry+https://github.com/rust-lang/crates.io-index"
813
+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
814
+
815
+
[[package]]
816
+
name = "crypto-common"
817
+
version = "0.1.6"
818
+
source = "registry+https://github.com/rust-lang/crates.io-index"
819
+
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
820
+
dependencies = [
821
+
"generic-array",
822
+
"rand_core",
823
+
"typenum",
824
+
]
825
+
826
+
[[package]]
827
+
name = "ctr"
828
+
version = "0.9.2"
829
+
source = "registry+https://github.com/rust-lang/crates.io-index"
830
+
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
831
+
dependencies = [
832
+
"cipher",
833
+
]
834
+
835
+
[[package]]
836
+
name = "dashmap"
837
+
version = "6.1.0"
838
+
source = "registry+https://github.com/rust-lang/crates.io-index"
839
+
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
840
+
dependencies = [
841
+
"cfg-if",
842
+
"crossbeam-utils",
843
+
"hashbrown 0.14.5",
844
+
"lock_api",
845
+
"once_cell",
846
+
"parking_lot_core",
847
+
]
848
+
849
+
[[package]]
850
+
name = "data-encoding"
851
+
version = "2.8.0"
852
+
source = "registry+https://github.com/rust-lang/crates.io-index"
853
+
checksum = "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010"
854
+
855
+
[[package]]
856
+
name = "data-encoding-macro"
857
+
version = "0.1.17"
858
+
source = "registry+https://github.com/rust-lang/crates.io-index"
859
+
checksum = "9f9724adfcf41f45bf652b3995837669d73c4d49a1b5ac1ff82905ac7d9b5558"
860
+
dependencies = [
861
+
"data-encoding",
862
+
"data-encoding-macro-internal",
863
+
]
864
+
865
+
[[package]]
866
+
name = "data-encoding-macro-internal"
867
+
version = "0.1.15"
868
+
source = "registry+https://github.com/rust-lang/crates.io-index"
869
+
checksum = "18e4fdb82bd54a12e42fb58a800dcae6b9e13982238ce2296dc3570b92148e1f"
870
+
dependencies = [
871
+
"data-encoding",
872
+
"syn",
873
+
]
874
+
875
+
[[package]]
876
+
name = "deranged"
877
+
version = "0.3.11"
878
+
source = "registry+https://github.com/rust-lang/crates.io-index"
879
+
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
880
+
dependencies = [
881
+
"powerfmt",
882
+
]
883
+
884
+
[[package]]
885
+
name = "derive_more"
886
+
version = "0.99.19"
887
+
source = "registry+https://github.com/rust-lang/crates.io-index"
888
+
checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
889
+
dependencies = [
890
+
"convert_case",
891
+
"proc-macro2",
892
+
"quote",
893
+
"rustc_version",
894
+
"syn",
895
+
]
896
+
897
+
[[package]]
898
+
name = "derive_more"
899
+
version = "1.0.0"
900
+
source = "registry+https://github.com/rust-lang/crates.io-index"
901
+
checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
902
+
dependencies = [
903
+
"derive_more-impl",
904
+
]
905
+
906
+
[[package]]
907
+
name = "derive_more-impl"
908
+
version = "1.0.0"
909
+
source = "registry+https://github.com/rust-lang/crates.io-index"
910
+
checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
911
+
dependencies = [
912
+
"proc-macro2",
913
+
"quote",
914
+
"syn",
915
+
"unicode-xid",
916
+
]
917
+
918
+
[[package]]
919
+
name = "digest"
920
+
version = "0.10.7"
921
+
source = "registry+https://github.com/rust-lang/crates.io-index"
922
+
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
923
+
dependencies = [
924
+
"block-buffer",
925
+
"crypto-common",
926
+
"subtle",
927
+
]
928
+
929
+
[[package]]
930
+
name = "displaydoc"
931
+
version = "0.2.5"
932
+
source = "registry+https://github.com/rust-lang/crates.io-index"
933
+
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
934
+
dependencies = [
935
+
"proc-macro2",
936
+
"quote",
937
+
"syn",
938
+
]
939
+
940
+
[[package]]
941
+
name = "encoding_rs"
942
+
version = "0.8.35"
943
+
source = "registry+https://github.com/rust-lang/crates.io-index"
944
+
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
945
+
dependencies = [
946
+
"cfg-if",
947
+
]
948
+
949
+
[[package]]
950
+
name = "env_filter"
951
+
version = "0.1.3"
952
+
source = "registry+https://github.com/rust-lang/crates.io-index"
953
+
checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
954
+
dependencies = [
955
+
"log",
956
+
"regex",
957
+
]
958
+
959
+
[[package]]
960
+
name = "env_logger"
961
+
version = "0.11.6"
962
+
source = "registry+https://github.com/rust-lang/crates.io-index"
963
+
checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
964
+
dependencies = [
965
+
"anstream",
966
+
"anstyle",
967
+
"env_filter",
968
+
"humantime",
969
+
"log",
970
+
]
971
+
972
+
[[package]]
973
+
name = "equivalent"
974
+
version = "1.0.2"
975
+
source = "registry+https://github.com/rust-lang/crates.io-index"
976
+
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
977
+
978
+
[[package]]
979
+
name = "errno"
980
+
version = "0.3.10"
981
+
source = "registry+https://github.com/rust-lang/crates.io-index"
982
+
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
983
+
dependencies = [
984
+
"libc",
985
+
"windows-sys 0.59.0",
986
+
]
987
+
988
+
[[package]]
989
+
name = "event-listener"
990
+
version = "5.4.0"
991
+
source = "registry+https://github.com/rust-lang/crates.io-index"
992
+
checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
993
+
dependencies = [
994
+
"concurrent-queue",
995
+
"parking",
996
+
"pin-project-lite",
997
+
]
998
+
999
+
[[package]]
1000
+
name = "event-listener-strategy"
1001
+
version = "0.5.3"
1002
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1003
+
checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
1004
+
dependencies = [
1005
+
"event-listener",
1006
+
"pin-project-lite",
1007
+
]
1008
+
1009
+
[[package]]
1010
+
name = "fastrand"
1011
+
version = "2.3.0"
1012
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1013
+
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1014
+
1015
+
[[package]]
1016
+
name = "flate2"
1017
+
version = "1.1.0"
1018
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1019
+
checksum = "11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc"
1020
+
dependencies = [
1021
+
"crc32fast",
1022
+
"miniz_oxide",
1023
+
]
1024
+
1025
+
[[package]]
1026
+
name = "fnv"
1027
+
version = "1.0.7"
1028
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1029
+
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1030
+
1031
+
[[package]]
1032
+
name = "foldhash"
1033
+
version = "0.1.4"
1034
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1035
+
checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
1036
+
1037
+
[[package]]
1038
+
name = "foreign-types"
1039
+
version = "0.3.2"
1040
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1041
+
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1042
+
dependencies = [
1043
+
"foreign-types-shared",
1044
+
]
1045
+
1046
+
[[package]]
1047
+
name = "foreign-types-shared"
1048
+
version = "0.1.1"
1049
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1050
+
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1051
+
1052
+
[[package]]
1053
+
name = "form_urlencoded"
1054
+
version = "1.2.1"
1055
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1056
+
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1057
+
dependencies = [
1058
+
"percent-encoding",
1059
+
]
1060
+
1061
+
[[package]]
1062
+
name = "futures-channel"
1063
+
version = "0.3.31"
1064
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1065
+
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1066
+
dependencies = [
1067
+
"futures-core",
1068
+
]
1069
+
1070
+
[[package]]
1071
+
name = "futures-core"
1072
+
version = "0.3.31"
1073
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1074
+
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1075
+
1076
+
[[package]]
1077
+
name = "futures-macro"
1078
+
version = "0.3.31"
1079
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1080
+
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1081
+
dependencies = [
1082
+
"proc-macro2",
1083
+
"quote",
1084
+
"syn",
1085
+
]
1086
+
1087
+
[[package]]
1088
+
name = "futures-sink"
1089
+
version = "0.3.31"
1090
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1091
+
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1092
+
1093
+
[[package]]
1094
+
name = "futures-task"
1095
+
version = "0.3.31"
1096
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1097
+
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1098
+
1099
+
[[package]]
1100
+
name = "futures-util"
1101
+
version = "0.3.31"
1102
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1103
+
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1104
+
dependencies = [
1105
+
"futures-core",
1106
+
"futures-macro",
1107
+
"futures-task",
1108
+
"pin-project-lite",
1109
+
"pin-utils",
1110
+
"slab",
1111
+
]
1112
+
1113
+
[[package]]
1114
+
name = "generator"
1115
+
version = "0.8.4"
1116
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1117
+
checksum = "cc6bd114ceda131d3b1d665eba35788690ad37f5916457286b32ab6fd3c438dd"
1118
+
dependencies = [
1119
+
"cfg-if",
1120
+
"libc",
1121
+
"log",
1122
+
"rustversion",
1123
+
"windows",
1124
+
]
1125
+
1126
+
[[package]]
1127
+
name = "generic-array"
1128
+
version = "0.14.7"
1129
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1130
+
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1131
+
dependencies = [
1132
+
"typenum",
1133
+
"version_check",
1134
+
]
1135
+
1136
+
[[package]]
1137
+
name = "getrandom"
1138
+
version = "0.2.15"
1139
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1140
+
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
1141
+
dependencies = [
1142
+
"cfg-if",
1143
+
"libc",
1144
+
"wasi 0.11.0+wasi-snapshot-preview1",
1145
+
]
1146
+
1147
+
[[package]]
1148
+
name = "getrandom"
1149
+
version = "0.3.1"
1150
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1151
+
checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
1152
+
dependencies = [
1153
+
"cfg-if",
1154
+
"libc",
1155
+
"wasi 0.13.3+wasi-0.2.2",
1156
+
"windows-targets",
1157
+
]
1158
+
1159
+
[[package]]
1160
+
name = "ghash"
1161
+
version = "0.5.1"
1162
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1163
+
checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
1164
+
dependencies = [
1165
+
"opaque-debug",
1166
+
"polyval",
1167
+
]
1168
+
1169
+
[[package]]
1170
+
name = "gimli"
1171
+
version = "0.31.1"
1172
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1173
+
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
1174
+
1175
+
[[package]]
1176
+
name = "h2"
1177
+
version = "0.3.26"
1178
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1179
+
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
1180
+
dependencies = [
1181
+
"bytes",
1182
+
"fnv",
1183
+
"futures-core",
1184
+
"futures-sink",
1185
+
"futures-util",
1186
+
"http 0.2.12",
1187
+
"indexmap",
1188
+
"slab",
1189
+
"tokio",
1190
+
"tokio-util",
1191
+
"tracing",
1192
+
]
1193
+
1194
+
[[package]]
1195
+
name = "hashbrown"
1196
+
version = "0.14.5"
1197
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1198
+
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1199
+
1200
+
[[package]]
1201
+
name = "hashbrown"
1202
+
version = "0.15.2"
1203
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1204
+
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
1205
+
dependencies = [
1206
+
"allocator-api2",
1207
+
"equivalent",
1208
+
"foldhash",
1209
+
]
1210
+
1211
+
[[package]]
1212
+
name = "hkdf"
1213
+
version = "0.12.4"
1214
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1215
+
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
1216
+
dependencies = [
1217
+
"hmac",
1218
+
]
1219
+
1220
+
[[package]]
1221
+
name = "hmac"
1222
+
version = "0.12.1"
1223
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1224
+
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1225
+
dependencies = [
1226
+
"digest",
1227
+
]
1228
+
1229
+
[[package]]
1230
+
name = "http"
1231
+
version = "0.2.12"
1232
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1233
+
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
1234
+
dependencies = [
1235
+
"bytes",
1236
+
"fnv",
1237
+
"itoa",
1238
+
]
1239
+
1240
+
[[package]]
1241
+
name = "http"
1242
+
version = "1.2.0"
1243
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1244
+
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
1245
+
dependencies = [
1246
+
"bytes",
1247
+
"fnv",
1248
+
"itoa",
1249
+
]
1250
+
1251
+
[[package]]
1252
+
name = "http-body"
1253
+
version = "1.0.1"
1254
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1255
+
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1256
+
dependencies = [
1257
+
"bytes",
1258
+
"http 1.2.0",
1259
+
]
1260
+
1261
+
[[package]]
1262
+
name = "http-body-util"
1263
+
version = "0.1.2"
1264
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1265
+
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
1266
+
dependencies = [
1267
+
"bytes",
1268
+
"futures-util",
1269
+
"http 1.2.0",
1270
+
"http-body",
1271
+
"pin-project-lite",
1272
+
]
1273
+
1274
+
[[package]]
1275
+
name = "http-range"
1276
+
version = "0.1.5"
1277
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1278
+
checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
1279
+
1280
+
[[package]]
1281
+
name = "httparse"
1282
+
version = "1.10.1"
1283
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1284
+
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1285
+
1286
+
[[package]]
1287
+
name = "httpdate"
1288
+
version = "1.0.3"
1289
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1290
+
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1291
+
1292
+
[[package]]
1293
+
name = "humansize"
1294
+
version = "2.1.3"
1295
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1296
+
checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
1297
+
dependencies = [
1298
+
"libm",
1299
+
]
1300
+
1301
+
[[package]]
1302
+
name = "humantime"
1303
+
version = "2.1.0"
1304
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1305
+
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
1306
+
1307
+
[[package]]
1308
+
name = "hyper"
1309
+
version = "1.6.0"
1310
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1311
+
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
1312
+
dependencies = [
1313
+
"bytes",
1314
+
"futures-channel",
1315
+
"futures-util",
1316
+
"http 1.2.0",
1317
+
"http-body",
1318
+
"httparse",
1319
+
"itoa",
1320
+
"pin-project-lite",
1321
+
"smallvec",
1322
+
"tokio",
1323
+
"want",
1324
+
]
1325
+
1326
+
[[package]]
1327
+
name = "hyper-tls"
1328
+
version = "0.6.0"
1329
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1330
+
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1331
+
dependencies = [
1332
+
"bytes",
1333
+
"http-body-util",
1334
+
"hyper",
1335
+
"hyper-util",
1336
+
"native-tls",
1337
+
"tokio",
1338
+
"tokio-native-tls",
1339
+
"tower-service",
1340
+
]
1341
+
1342
+
[[package]]
1343
+
name = "hyper-util"
1344
+
version = "0.1.10"
1345
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1346
+
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
1347
+
dependencies = [
1348
+
"bytes",
1349
+
"futures-channel",
1350
+
"futures-util",
1351
+
"http 1.2.0",
1352
+
"http-body",
1353
+
"hyper",
1354
+
"pin-project-lite",
1355
+
"socket2",
1356
+
"tokio",
1357
+
"tower-service",
1358
+
"tracing",
1359
+
]
1360
+
1361
+
[[package]]
1362
+
name = "iana-time-zone"
1363
+
version = "0.1.61"
1364
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1365
+
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
1366
+
dependencies = [
1367
+
"android_system_properties",
1368
+
"core-foundation-sys",
1369
+
"iana-time-zone-haiku",
1370
+
"js-sys",
1371
+
"wasm-bindgen",
1372
+
"windows-core 0.52.0",
1373
+
]
1374
+
1375
+
[[package]]
1376
+
name = "iana-time-zone-haiku"
1377
+
version = "0.1.2"
1378
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1379
+
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1380
+
dependencies = [
1381
+
"cc",
1382
+
]
1383
+
1384
+
[[package]]
1385
+
name = "icu_collections"
1386
+
version = "1.5.0"
1387
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1388
+
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
1389
+
dependencies = [
1390
+
"displaydoc",
1391
+
"yoke",
1392
+
"zerofrom",
1393
+
"zerovec",
1394
+
]
1395
+
1396
+
[[package]]
1397
+
name = "icu_locid"
1398
+
version = "1.5.0"
1399
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1400
+
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
1401
+
dependencies = [
1402
+
"displaydoc",
1403
+
"litemap",
1404
+
"tinystr",
1405
+
"writeable",
1406
+
"zerovec",
1407
+
]
1408
+
1409
+
[[package]]
1410
+
name = "icu_locid_transform"
1411
+
version = "1.5.0"
1412
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1413
+
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
1414
+
dependencies = [
1415
+
"displaydoc",
1416
+
"icu_locid",
1417
+
"icu_locid_transform_data",
1418
+
"icu_provider",
1419
+
"tinystr",
1420
+
"zerovec",
1421
+
]
1422
+
1423
+
[[package]]
1424
+
name = "icu_locid_transform_data"
1425
+
version = "1.5.0"
1426
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1427
+
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
1428
+
1429
+
[[package]]
1430
+
name = "icu_normalizer"
1431
+
version = "1.5.0"
1432
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1433
+
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
1434
+
dependencies = [
1435
+
"displaydoc",
1436
+
"icu_collections",
1437
+
"icu_normalizer_data",
1438
+
"icu_properties",
1439
+
"icu_provider",
1440
+
"smallvec",
1441
+
"utf16_iter",
1442
+
"utf8_iter",
1443
+
"write16",
1444
+
"zerovec",
1445
+
]
1446
+
1447
+
[[package]]
1448
+
name = "icu_normalizer_data"
1449
+
version = "1.5.0"
1450
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1451
+
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
1452
+
1453
+
[[package]]
1454
+
name = "icu_properties"
1455
+
version = "1.5.1"
1456
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1457
+
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
1458
+
dependencies = [
1459
+
"displaydoc",
1460
+
"icu_collections",
1461
+
"icu_locid_transform",
1462
+
"icu_properties_data",
1463
+
"icu_provider",
1464
+
"tinystr",
1465
+
"zerovec",
1466
+
]
1467
+
1468
+
[[package]]
1469
+
name = "icu_properties_data"
1470
+
version = "1.5.0"
1471
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1472
+
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
1473
+
1474
+
[[package]]
1475
+
name = "icu_provider"
1476
+
version = "1.5.0"
1477
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1478
+
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
1479
+
dependencies = [
1480
+
"displaydoc",
1481
+
"icu_locid",
1482
+
"icu_provider_macros",
1483
+
"stable_deref_trait",
1484
+
"tinystr",
1485
+
"writeable",
1486
+
"yoke",
1487
+
"zerofrom",
1488
+
"zerovec",
1489
+
]
1490
+
1491
+
[[package]]
1492
+
name = "icu_provider_macros"
1493
+
version = "1.5.0"
1494
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1495
+
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
1496
+
dependencies = [
1497
+
"proc-macro2",
1498
+
"quote",
1499
+
"syn",
1500
+
]
1501
+
1502
+
[[package]]
1503
+
name = "idna"
1504
+
version = "1.0.3"
1505
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1506
+
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
1507
+
dependencies = [
1508
+
"idna_adapter",
1509
+
"smallvec",
1510
+
"utf8_iter",
1511
+
]
1512
+
1513
+
[[package]]
1514
+
name = "idna_adapter"
1515
+
version = "1.2.0"
1516
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1517
+
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
1518
+
dependencies = [
1519
+
"icu_normalizer",
1520
+
"icu_properties",
1521
+
]
1522
+
1523
+
[[package]]
1524
+
name = "impl-more"
1525
+
version = "0.1.9"
1526
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1527
+
checksum = "e8a5a9a0ff0086c7a148acb942baaabeadf9504d10400b5a05645853729b9cd2"
1528
+
1529
+
[[package]]
1530
+
name = "indexmap"
1531
+
version = "2.7.1"
1532
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1533
+
checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
1534
+
dependencies = [
1535
+
"equivalent",
1536
+
"hashbrown 0.15.2",
1537
+
]
1538
+
1539
+
[[package]]
1540
+
name = "inout"
1541
+
version = "0.1.4"
1542
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1543
+
checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
1544
+
dependencies = [
1545
+
"generic-array",
1546
+
]
1547
+
1548
+
[[package]]
1549
+
name = "ipld-core"
1550
+
version = "0.4.2"
1551
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1552
+
checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db"
1553
+
dependencies = [
1554
+
"cid",
1555
+
"serde",
1556
+
"serde_bytes",
1557
+
]
1558
+
1559
+
[[package]]
1560
+
name = "ipnet"
1561
+
version = "2.11.0"
1562
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1563
+
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1564
+
1565
+
[[package]]
1566
+
name = "is_terminal_polyfill"
1567
+
version = "1.70.1"
1568
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1569
+
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
1570
+
1571
+
[[package]]
1572
+
name = "itoa"
1573
+
version = "1.0.15"
1574
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1575
+
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1576
+
1577
+
[[package]]
1578
+
name = "jobserver"
1579
+
version = "0.1.32"
1580
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1581
+
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
1582
+
dependencies = [
1583
+
"libc",
1584
+
]
1585
+
1586
+
[[package]]
1587
+
name = "js-sys"
1588
+
version = "0.3.77"
1589
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1590
+
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
1591
+
dependencies = [
1592
+
"once_cell",
1593
+
"wasm-bindgen",
1594
+
]
1595
+
1596
+
[[package]]
1597
+
name = "langtag"
1598
+
version = "0.3.4"
1599
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1600
+
checksum = "ed60c85f254d6ae8450cec15eedd921efbc4d1bdf6fcf6202b9a58b403f6f805"
1601
+
dependencies = [
1602
+
"serde",
1603
+
]
1604
+
1605
+
[[package]]
1606
+
name = "language-tags"
1607
+
version = "0.3.2"
1608
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1609
+
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
1610
+
1611
+
[[package]]
1612
+
name = "lazy_static"
1613
+
version = "1.5.0"
1614
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1615
+
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1616
+
1617
+
[[package]]
1618
+
name = "libc"
1619
+
version = "0.2.170"
1620
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1621
+
checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
1622
+
1623
+
[[package]]
1624
+
name = "libm"
1625
+
version = "0.2.11"
1626
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1627
+
checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
1628
+
1629
+
[[package]]
1630
+
name = "linux-raw-sys"
1631
+
version = "0.9.2"
1632
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1633
+
checksum = "6db9c683daf087dc577b7506e9695b3d556a9f3849903fa28186283afd6809e9"
1634
+
1635
+
[[package]]
1636
+
name = "litemap"
1637
+
version = "0.7.5"
1638
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1639
+
checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
1640
+
1641
+
[[package]]
1642
+
name = "local-channel"
1643
+
version = "0.1.5"
1644
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1645
+
checksum = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8"
1646
+
dependencies = [
1647
+
"futures-core",
1648
+
"futures-sink",
1649
+
"local-waker",
1650
+
]
1651
+
1652
+
[[package]]
1653
+
name = "local-waker"
1654
+
version = "0.1.4"
1655
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1656
+
checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487"
1657
+
1658
+
[[package]]
1659
+
name = "lock_api"
1660
+
version = "0.4.12"
1661
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1662
+
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
1663
+
dependencies = [
1664
+
"autocfg",
1665
+
"scopeguard",
1666
+
]
1667
+
1668
+
[[package]]
1669
+
name = "log"
1670
+
version = "0.4.26"
1671
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1672
+
checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
1673
+
1674
+
[[package]]
1675
+
name = "loom"
1676
+
version = "0.7.2"
1677
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1678
+
checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
1679
+
dependencies = [
1680
+
"cfg-if",
1681
+
"generator",
1682
+
"scoped-tls",
1683
+
"tracing",
1684
+
"tracing-subscriber",
1685
+
]
1686
+
1687
+
[[package]]
1688
+
name = "lru"
1689
+
version = "0.12.5"
1690
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1691
+
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
1692
+
dependencies = [
1693
+
"hashbrown 0.15.2",
1694
+
]
1695
+
1696
+
[[package]]
1697
+
name = "matchers"
1698
+
version = "0.1.0"
1699
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1700
+
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
1701
+
dependencies = [
1702
+
"regex-automata 0.1.10",
1703
+
]
1704
+
1705
+
[[package]]
1706
+
name = "memchr"
1707
+
version = "2.7.4"
1708
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1709
+
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
1710
+
1711
+
[[package]]
1712
+
name = "mime"
1713
+
version = "0.3.17"
1714
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1715
+
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1716
+
1717
+
[[package]]
1718
+
name = "mime_guess"
1719
+
version = "2.0.5"
1720
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1721
+
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1722
+
dependencies = [
1723
+
"mime",
1724
+
"unicase",
1725
+
]
1726
+
1727
+
[[package]]
1728
+
name = "minimal-lexical"
1729
+
version = "0.2.1"
1730
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1731
+
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1732
+
1733
+
[[package]]
1734
+
name = "miniz_oxide"
1735
+
version = "0.8.5"
1736
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1737
+
checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
1738
+
dependencies = [
1739
+
"adler2",
1740
+
]
1741
+
1742
+
[[package]]
1743
+
name = "mio"
1744
+
version = "1.0.3"
1745
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1746
+
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
1747
+
dependencies = [
1748
+
"libc",
1749
+
"log",
1750
+
"wasi 0.11.0+wasi-snapshot-preview1",
1751
+
"windows-sys 0.52.0",
1752
+
]
1753
+
1754
+
[[package]]
1755
+
name = "moka"
1756
+
version = "0.12.10"
1757
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1758
+
checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
1759
+
dependencies = [
1760
+
"async-lock",
1761
+
"crossbeam-channel",
1762
+
"crossbeam-epoch",
1763
+
"crossbeam-utils",
1764
+
"event-listener",
1765
+
"futures-util",
1766
+
"loom",
1767
+
"parking_lot",
1768
+
"portable-atomic",
1769
+
"rustc_version",
1770
+
"smallvec",
1771
+
"tagptr",
1772
+
"thiserror",
1773
+
"uuid",
1774
+
]
1775
+
1776
+
[[package]]
1777
+
name = "multibase"
1778
+
version = "0.9.1"
1779
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1780
+
checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"
1781
+
dependencies = [
1782
+
"base-x",
1783
+
"data-encoding",
1784
+
"data-encoding-macro",
1785
+
]
1786
+
1787
+
[[package]]
1788
+
name = "multihash"
1789
+
version = "0.19.3"
1790
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1791
+
checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
1792
+
dependencies = [
1793
+
"core2",
1794
+
"serde",
1795
+
"unsigned-varint",
1796
+
]
1797
+
1798
+
[[package]]
1799
+
name = "native-tls"
1800
+
version = "0.2.14"
1801
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1802
+
checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
1803
+
dependencies = [
1804
+
"libc",
1805
+
"log",
1806
+
"openssl",
1807
+
"openssl-probe",
1808
+
"openssl-sys",
1809
+
"schannel",
1810
+
"security-framework",
1811
+
"security-framework-sys",
1812
+
"tempfile",
1813
+
]
1814
+
1815
+
[[package]]
1816
+
name = "nom"
1817
+
version = "7.1.3"
1818
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1819
+
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1820
+
dependencies = [
1821
+
"memchr",
1822
+
"minimal-lexical",
1823
+
]
1824
+
1825
+
[[package]]
1826
+
name = "nu-ansi-term"
1827
+
version = "0.46.0"
1828
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1829
+
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
1830
+
dependencies = [
1831
+
"overload",
1832
+
"winapi",
1833
+
]
1834
+
1835
+
[[package]]
1836
+
name = "num-conv"
1837
+
version = "0.1.0"
1838
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1839
+
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
1840
+
1841
+
[[package]]
1842
+
name = "num-traits"
1843
+
version = "0.2.19"
1844
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1845
+
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1846
+
dependencies = [
1847
+
"autocfg",
1848
+
]
1849
+
1850
+
[[package]]
1851
+
name = "object"
1852
+
version = "0.36.7"
1853
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1854
+
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
1855
+
dependencies = [
1856
+
"memchr",
1857
+
]
1858
+
1859
+
[[package]]
1860
+
name = "once_cell"
1861
+
version = "1.20.3"
1862
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1863
+
checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
1864
+
1865
+
[[package]]
1866
+
name = "opaque-debug"
1867
+
version = "0.3.1"
1868
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1869
+
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
1870
+
1871
+
[[package]]
1872
+
name = "openssl"
1873
+
version = "0.10.71"
1874
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1875
+
checksum = "5e14130c6a98cd258fdcb0fb6d744152343ff729cbfcb28c656a9d12b999fbcd"
1876
+
dependencies = [
1877
+
"bitflags",
1878
+
"cfg-if",
1879
+
"foreign-types",
1880
+
"libc",
1881
+
"once_cell",
1882
+
"openssl-macros",
1883
+
"openssl-sys",
1884
+
]
1885
+
1886
+
[[package]]
1887
+
name = "openssl-macros"
1888
+
version = "0.1.1"
1889
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1890
+
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1891
+
dependencies = [
1892
+
"proc-macro2",
1893
+
"quote",
1894
+
"syn",
1895
+
]
1896
+
1897
+
[[package]]
1898
+
name = "openssl-probe"
1899
+
version = "0.1.6"
1900
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1901
+
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1902
+
1903
+
[[package]]
1904
+
name = "openssl-sys"
1905
+
version = "0.9.106"
1906
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1907
+
checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd"
1908
+
dependencies = [
1909
+
"cc",
1910
+
"libc",
1911
+
"pkg-config",
1912
+
"vcpkg",
1913
+
]
1914
+
1915
+
[[package]]
1916
+
name = "overload"
1917
+
version = "0.1.1"
1918
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1919
+
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
1920
+
1921
+
[[package]]
1922
+
name = "parking"
1923
+
version = "2.2.1"
1924
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1925
+
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1926
+
1927
+
[[package]]
1928
+
name = "parking_lot"
1929
+
version = "0.12.3"
1930
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1931
+
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
1932
+
dependencies = [
1933
+
"lock_api",
1934
+
"parking_lot_core",
1935
+
]
1936
+
1937
+
[[package]]
1938
+
name = "parking_lot_core"
1939
+
version = "0.9.10"
1940
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1941
+
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
1942
+
dependencies = [
1943
+
"cfg-if",
1944
+
"libc",
1945
+
"redox_syscall",
1946
+
"smallvec",
1947
+
"windows-targets",
1948
+
]
1949
+
1950
+
[[package]]
1951
+
name = "paste"
1952
+
version = "1.0.15"
1953
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1954
+
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1955
+
1956
+
[[package]]
1957
+
name = "percent-encoding"
1958
+
version = "2.3.1"
1959
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1960
+
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1961
+
1962
+
[[package]]
1963
+
name = "pin-project-lite"
1964
+
version = "0.2.16"
1965
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1966
+
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1967
+
1968
+
[[package]]
1969
+
name = "pin-utils"
1970
+
version = "0.1.0"
1971
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1972
+
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1973
+
1974
+
[[package]]
1975
+
name = "pkg-config"
1976
+
version = "0.3.32"
1977
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1978
+
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1979
+
1980
+
[[package]]
1981
+
name = "polyval"
1982
+
version = "0.6.2"
1983
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1984
+
checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
1985
+
dependencies = [
1986
+
"cfg-if",
1987
+
"cpufeatures",
1988
+
"opaque-debug",
1989
+
"universal-hash",
1990
+
]
1991
+
1992
+
[[package]]
1993
+
name = "portable-atomic"
1994
+
version = "1.11.0"
1995
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1996
+
checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
1997
+
1998
+
[[package]]
1999
+
name = "powerfmt"
2000
+
version = "0.2.0"
2001
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2002
+
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2003
+
2004
+
[[package]]
2005
+
name = "ppv-lite86"
2006
+
version = "0.2.20"
2007
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2008
+
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
2009
+
dependencies = [
2010
+
"zerocopy",
2011
+
]
2012
+
2013
+
[[package]]
2014
+
name = "proc-macro2"
2015
+
version = "1.0.94"
2016
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2017
+
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
2018
+
dependencies = [
2019
+
"unicode-ident",
2020
+
]
2021
+
2022
+
[[package]]
2023
+
name = "quote"
2024
+
version = "1.0.39"
2025
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2026
+
checksum = "c1f1914ce909e1658d9907913b4b91947430c7d9be598b15a1912935b8c04801"
2027
+
dependencies = [
2028
+
"proc-macro2",
2029
+
]
2030
+
2031
+
[[package]]
2032
+
name = "rand"
2033
+
version = "0.8.5"
2034
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2035
+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2036
+
dependencies = [
2037
+
"libc",
2038
+
"rand_chacha",
2039
+
"rand_core",
2040
+
]
2041
+
2042
+
[[package]]
2043
+
name = "rand_chacha"
2044
+
version = "0.3.1"
2045
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2046
+
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2047
+
dependencies = [
2048
+
"ppv-lite86",
2049
+
"rand_core",
2050
+
]
2051
+
2052
+
[[package]]
2053
+
name = "rand_core"
2054
+
version = "0.6.4"
2055
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2056
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2057
+
dependencies = [
2058
+
"getrandom 0.2.15",
2059
+
]
2060
+
2061
+
[[package]]
2062
+
name = "redox_syscall"
2063
+
version = "0.5.10"
2064
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2065
+
checksum = "0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1"
2066
+
dependencies = [
2067
+
"bitflags",
2068
+
]
2069
+
2070
+
[[package]]
2071
+
name = "regex"
2072
+
version = "1.11.1"
2073
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2074
+
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
2075
+
dependencies = [
2076
+
"aho-corasick",
2077
+
"memchr",
2078
+
"regex-automata 0.4.9",
2079
+
"regex-syntax 0.8.5",
2080
+
]
2081
+
2082
+
[[package]]
2083
+
name = "regex-automata"
2084
+
version = "0.1.10"
2085
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2086
+
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2087
+
dependencies = [
2088
+
"regex-syntax 0.6.29",
2089
+
]
2090
+
2091
+
[[package]]
2092
+
name = "regex-automata"
2093
+
version = "0.4.9"
2094
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2095
+
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
2096
+
dependencies = [
2097
+
"aho-corasick",
2098
+
"memchr",
2099
+
"regex-syntax 0.8.5",
2100
+
]
2101
+
2102
+
[[package]]
2103
+
name = "regex-lite"
2104
+
version = "0.1.6"
2105
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2106
+
checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
2107
+
2108
+
[[package]]
2109
+
name = "regex-syntax"
2110
+
version = "0.6.29"
2111
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2112
+
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2113
+
2114
+
[[package]]
2115
+
name = "regex-syntax"
2116
+
version = "0.8.5"
2117
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2118
+
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2119
+
2120
+
[[package]]
2121
+
name = "reqwest"
2122
+
version = "0.12.12"
2123
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2124
+
checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da"
2125
+
dependencies = [
2126
+
"async-compression",
2127
+
"base64 0.22.1",
2128
+
"bytes",
2129
+
"futures-core",
2130
+
"futures-util",
2131
+
"http 1.2.0",
2132
+
"http-body",
2133
+
"http-body-util",
2134
+
"hyper",
2135
+
"hyper-tls",
2136
+
"hyper-util",
2137
+
"ipnet",
2138
+
"js-sys",
2139
+
"log",
2140
+
"mime",
2141
+
"native-tls",
2142
+
"once_cell",
2143
+
"percent-encoding",
2144
+
"pin-project-lite",
2145
+
"rustls-pemfile",
2146
+
"serde",
2147
+
"serde_json",
2148
+
"serde_urlencoded",
2149
+
"sync_wrapper",
2150
+
"tokio",
2151
+
"tokio-native-tls",
2152
+
"tokio-util",
2153
+
"tower",
2154
+
"tower-service",
2155
+
"url",
2156
+
"wasm-bindgen",
2157
+
"wasm-bindgen-futures",
2158
+
"web-sys",
2159
+
"windows-registry",
2160
+
]
2161
+
2162
+
[[package]]
2163
+
name = "rustc-demangle"
2164
+
version = "0.1.24"
2165
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2166
+
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2167
+
2168
+
[[package]]
2169
+
name = "rustc_version"
2170
+
version = "0.4.1"
2171
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2172
+
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2173
+
dependencies = [
2174
+
"semver",
2175
+
]
2176
+
2177
+
[[package]]
2178
+
name = "rustix"
2179
+
version = "1.0.1"
2180
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2181
+
checksum = "dade4812df5c384711475be5fcd8c162555352945401aed22a35bffeab61f657"
2182
+
dependencies = [
2183
+
"bitflags",
2184
+
"errno",
2185
+
"libc",
2186
+
"linux-raw-sys",
2187
+
"windows-sys 0.59.0",
2188
+
]
2189
+
2190
+
[[package]]
2191
+
name = "rustls-pemfile"
2192
+
version = "2.2.0"
2193
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2194
+
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
2195
+
dependencies = [
2196
+
"rustls-pki-types",
2197
+
]
2198
+
2199
+
[[package]]
2200
+
name = "rustls-pki-types"
2201
+
version = "1.11.0"
2202
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2203
+
checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
2204
+
2205
+
[[package]]
2206
+
name = "rustversion"
2207
+
version = "1.0.20"
2208
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2209
+
checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
2210
+
2211
+
[[package]]
2212
+
name = "rusty_statusphere_example_app"
2213
+
version = "0.1.0"
2214
+
dependencies = [
2215
+
"actix-files",
2216
+
"actix-session",
2217
+
"actix-web",
2218
+
"anyhow",
2219
+
"askama",
2220
+
"async-stream",
2221
+
"atrium-api",
2222
+
"atrium-xrpc-client",
2223
+
"env_logger",
2224
+
"log",
2225
+
"serde",
2226
+
"serde_json",
2227
+
]
2228
+
2229
+
[[package]]
2230
+
name = "ryu"
2231
+
version = "1.0.20"
2232
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2233
+
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2234
+
2235
+
[[package]]
2236
+
name = "schannel"
2237
+
version = "0.1.27"
2238
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2239
+
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
2240
+
dependencies = [
2241
+
"windows-sys 0.59.0",
2242
+
]
2243
+
2244
+
[[package]]
2245
+
name = "scoped-tls"
2246
+
version = "1.0.1"
2247
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2248
+
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2249
+
2250
+
[[package]]
2251
+
name = "scopeguard"
2252
+
version = "1.2.0"
2253
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2254
+
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2255
+
2256
+
[[package]]
2257
+
name = "security-framework"
2258
+
version = "2.11.1"
2259
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2260
+
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2261
+
dependencies = [
2262
+
"bitflags",
2263
+
"core-foundation",
2264
+
"core-foundation-sys",
2265
+
"libc",
2266
+
"security-framework-sys",
2267
+
]
2268
+
2269
+
[[package]]
2270
+
name = "security-framework-sys"
2271
+
version = "2.14.0"
2272
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2273
+
checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
2274
+
dependencies = [
2275
+
"core-foundation-sys",
2276
+
"libc",
2277
+
]
2278
+
2279
+
[[package]]
2280
+
name = "semver"
2281
+
version = "1.0.26"
2282
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2283
+
checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
2284
+
2285
+
[[package]]
2286
+
name = "serde"
2287
+
version = "1.0.218"
2288
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2289
+
checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
2290
+
dependencies = [
2291
+
"serde_derive",
2292
+
]
2293
+
2294
+
[[package]]
2295
+
name = "serde_bytes"
2296
+
version = "0.11.16"
2297
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2298
+
checksum = "364fec0df39c49a083c9a8a18a23a6bcfd9af130fe9fe321d18520a0d113e09e"
2299
+
dependencies = [
2300
+
"serde",
2301
+
]
2302
+
2303
+
[[package]]
2304
+
name = "serde_derive"
2305
+
version = "1.0.218"
2306
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2307
+
checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
2308
+
dependencies = [
2309
+
"proc-macro2",
2310
+
"quote",
2311
+
"syn",
2312
+
]
2313
+
2314
+
[[package]]
2315
+
name = "serde_html_form"
2316
+
version = "0.2.7"
2317
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2318
+
checksum = "9d2de91cf02bbc07cde38891769ccd5d4f073d22a40683aa4bc7a95781aaa2c4"
2319
+
dependencies = [
2320
+
"form_urlencoded",
2321
+
"indexmap",
2322
+
"itoa",
2323
+
"ryu",
2324
+
"serde",
2325
+
]
2326
+
2327
+
[[package]]
2328
+
name = "serde_json"
2329
+
version = "1.0.140"
2330
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2331
+
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
2332
+
dependencies = [
2333
+
"itoa",
2334
+
"memchr",
2335
+
"ryu",
2336
+
"serde",
2337
+
]
2338
+
2339
+
[[package]]
2340
+
name = "serde_urlencoded"
2341
+
version = "0.7.1"
2342
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2343
+
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2344
+
dependencies = [
2345
+
"form_urlencoded",
2346
+
"itoa",
2347
+
"ryu",
2348
+
"serde",
2349
+
]
2350
+
2351
+
[[package]]
2352
+
name = "sha1"
2353
+
version = "0.10.6"
2354
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2355
+
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2356
+
dependencies = [
2357
+
"cfg-if",
2358
+
"cpufeatures",
2359
+
"digest",
2360
+
]
2361
+
2362
+
[[package]]
2363
+
name = "sha2"
2364
+
version = "0.10.8"
2365
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2366
+
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2367
+
dependencies = [
2368
+
"cfg-if",
2369
+
"cpufeatures",
2370
+
"digest",
2371
+
]
2372
+
2373
+
[[package]]
2374
+
name = "sharded-slab"
2375
+
version = "0.1.7"
2376
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2377
+
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2378
+
dependencies = [
2379
+
"lazy_static",
2380
+
]
2381
+
2382
+
[[package]]
2383
+
name = "shlex"
2384
+
version = "1.3.0"
2385
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2386
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2387
+
2388
+
[[package]]
2389
+
name = "signal-hook-registry"
2390
+
version = "1.4.2"
2391
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2392
+
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2393
+
dependencies = [
2394
+
"libc",
2395
+
]
2396
+
2397
+
[[package]]
2398
+
name = "slab"
2399
+
version = "0.4.9"
2400
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2401
+
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2402
+
dependencies = [
2403
+
"autocfg",
2404
+
]
2405
+
2406
+
[[package]]
2407
+
name = "smallvec"
2408
+
version = "1.14.0"
2409
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2410
+
checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
2411
+
2412
+
[[package]]
2413
+
name = "socket2"
2414
+
version = "0.5.8"
2415
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2416
+
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
2417
+
dependencies = [
2418
+
"libc",
2419
+
"windows-sys 0.52.0",
2420
+
]
2421
+
2422
+
[[package]]
2423
+
name = "stable_deref_trait"
2424
+
version = "1.2.0"
2425
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2426
+
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2427
+
2428
+
[[package]]
2429
+
name = "subtle"
2430
+
version = "2.6.1"
2431
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2432
+
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2433
+
2434
+
[[package]]
2435
+
name = "syn"
2436
+
version = "2.0.99"
2437
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2438
+
checksum = "e02e925281e18ffd9d640e234264753c43edc62d64b2d4cf898f1bc5e75f3fc2"
2439
+
dependencies = [
2440
+
"proc-macro2",
2441
+
"quote",
2442
+
"unicode-ident",
2443
+
]
2444
+
2445
+
[[package]]
2446
+
name = "sync_wrapper"
2447
+
version = "1.0.2"
2448
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2449
+
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2450
+
dependencies = [
2451
+
"futures-core",
2452
+
]
2453
+
2454
+
[[package]]
2455
+
name = "synstructure"
2456
+
version = "0.13.1"
2457
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2458
+
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
2459
+
dependencies = [
2460
+
"proc-macro2",
2461
+
"quote",
2462
+
"syn",
2463
+
]
2464
+
2465
+
[[package]]
2466
+
name = "tagptr"
2467
+
version = "0.2.0"
2468
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2469
+
checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
2470
+
2471
+
[[package]]
2472
+
name = "tempfile"
2473
+
version = "3.18.0"
2474
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2475
+
checksum = "2c317e0a526ee6120d8dabad239c8dadca62b24b6f168914bbbc8e2fb1f0e567"
2476
+
dependencies = [
2477
+
"cfg-if",
2478
+
"fastrand",
2479
+
"getrandom 0.3.1",
2480
+
"once_cell",
2481
+
"rustix",
2482
+
"windows-sys 0.59.0",
2483
+
]
2484
+
2485
+
[[package]]
2486
+
name = "thiserror"
2487
+
version = "1.0.69"
2488
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2489
+
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2490
+
dependencies = [
2491
+
"thiserror-impl",
2492
+
]
2493
+
2494
+
[[package]]
2495
+
name = "thiserror-impl"
2496
+
version = "1.0.69"
2497
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2498
+
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2499
+
dependencies = [
2500
+
"proc-macro2",
2501
+
"quote",
2502
+
"syn",
2503
+
]
2504
+
2505
+
[[package]]
2506
+
name = "thread_local"
2507
+
version = "1.1.8"
2508
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2509
+
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2510
+
dependencies = [
2511
+
"cfg-if",
2512
+
"once_cell",
2513
+
]
2514
+
2515
+
[[package]]
2516
+
name = "time"
2517
+
version = "0.3.39"
2518
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2519
+
checksum = "dad298b01a40a23aac4580b67e3dbedb7cc8402f3592d7f49469de2ea4aecdd8"
2520
+
dependencies = [
2521
+
"deranged",
2522
+
"itoa",
2523
+
"num-conv",
2524
+
"powerfmt",
2525
+
"serde",
2526
+
"time-core",
2527
+
"time-macros",
2528
+
]
2529
+
2530
+
[[package]]
2531
+
name = "time-core"
2532
+
version = "0.1.3"
2533
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2534
+
checksum = "765c97a5b985b7c11d7bc27fa927dc4fe6af3a6dfb021d28deb60d3bf51e76ef"
2535
+
2536
+
[[package]]
2537
+
name = "time-macros"
2538
+
version = "0.2.20"
2539
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2540
+
checksum = "e8093bc3e81c3bc5f7879de09619d06c9a5a5e45ca44dfeeb7225bae38005c5c"
2541
+
dependencies = [
2542
+
"num-conv",
2543
+
"time-core",
2544
+
]
2545
+
2546
+
[[package]]
2547
+
name = "tinystr"
2548
+
version = "0.7.6"
2549
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2550
+
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
2551
+
dependencies = [
2552
+
"displaydoc",
2553
+
"zerovec",
2554
+
]
2555
+
2556
+
[[package]]
2557
+
name = "tokio"
2558
+
version = "1.44.0"
2559
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2560
+
checksum = "9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a"
2561
+
dependencies = [
2562
+
"backtrace",
2563
+
"bytes",
2564
+
"libc",
2565
+
"mio",
2566
+
"parking_lot",
2567
+
"pin-project-lite",
2568
+
"signal-hook-registry",
2569
+
"socket2",
2570
+
"windows-sys 0.52.0",
2571
+
]
2572
+
2573
+
[[package]]
2574
+
name = "tokio-native-tls"
2575
+
version = "0.3.1"
2576
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2577
+
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2578
+
dependencies = [
2579
+
"native-tls",
2580
+
"tokio",
2581
+
]
2582
+
2583
+
[[package]]
2584
+
name = "tokio-util"
2585
+
version = "0.7.13"
2586
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2587
+
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
2588
+
dependencies = [
2589
+
"bytes",
2590
+
"futures-core",
2591
+
"futures-sink",
2592
+
"pin-project-lite",
2593
+
"tokio",
2594
+
]
2595
+
2596
+
[[package]]
2597
+
name = "tower"
2598
+
version = "0.5.2"
2599
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2600
+
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
2601
+
dependencies = [
2602
+
"futures-core",
2603
+
"futures-util",
2604
+
"pin-project-lite",
2605
+
"sync_wrapper",
2606
+
"tokio",
2607
+
"tower-layer",
2608
+
"tower-service",
2609
+
]
2610
+
2611
+
[[package]]
2612
+
name = "tower-layer"
2613
+
version = "0.3.3"
2614
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2615
+
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2616
+
2617
+
[[package]]
2618
+
name = "tower-service"
2619
+
version = "0.3.3"
2620
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2621
+
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2622
+
2623
+
[[package]]
2624
+
name = "tracing"
2625
+
version = "0.1.41"
2626
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2627
+
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2628
+
dependencies = [
2629
+
"log",
2630
+
"pin-project-lite",
2631
+
"tracing-core",
2632
+
]
2633
+
2634
+
[[package]]
2635
+
name = "tracing-core"
2636
+
version = "0.1.33"
2637
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2638
+
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
2639
+
dependencies = [
2640
+
"once_cell",
2641
+
"valuable",
2642
+
]
2643
+
2644
+
[[package]]
2645
+
name = "tracing-log"
2646
+
version = "0.2.0"
2647
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2648
+
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2649
+
dependencies = [
2650
+
"log",
2651
+
"once_cell",
2652
+
"tracing-core",
2653
+
]
2654
+
2655
+
[[package]]
2656
+
name = "tracing-subscriber"
2657
+
version = "0.3.19"
2658
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2659
+
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
2660
+
dependencies = [
2661
+
"matchers",
2662
+
"nu-ansi-term",
2663
+
"once_cell",
2664
+
"regex",
2665
+
"sharded-slab",
2666
+
"smallvec",
2667
+
"thread_local",
2668
+
"tracing",
2669
+
"tracing-core",
2670
+
"tracing-log",
2671
+
]
2672
+
2673
+
[[package]]
2674
+
name = "trait-variant"
2675
+
version = "0.1.2"
2676
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2677
+
checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
2678
+
dependencies = [
2679
+
"proc-macro2",
2680
+
"quote",
2681
+
"syn",
2682
+
]
2683
+
2684
+
[[package]]
2685
+
name = "try-lock"
2686
+
version = "0.2.5"
2687
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2688
+
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2689
+
2690
+
[[package]]
2691
+
name = "typenum"
2692
+
version = "1.18.0"
2693
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2694
+
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
2695
+
2696
+
[[package]]
2697
+
name = "unicase"
2698
+
version = "2.8.1"
2699
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2700
+
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
2701
+
2702
+
[[package]]
2703
+
name = "unicode-ident"
2704
+
version = "1.0.18"
2705
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2706
+
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
2707
+
2708
+
[[package]]
2709
+
name = "unicode-xid"
2710
+
version = "0.2.6"
2711
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2712
+
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2713
+
2714
+
[[package]]
2715
+
name = "universal-hash"
2716
+
version = "0.5.1"
2717
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2718
+
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
2719
+
dependencies = [
2720
+
"crypto-common",
2721
+
"subtle",
2722
+
]
2723
+
2724
+
[[package]]
2725
+
name = "unsigned-varint"
2726
+
version = "0.8.0"
2727
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2728
+
checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
2729
+
2730
+
[[package]]
2731
+
name = "url"
2732
+
version = "2.5.4"
2733
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2734
+
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
2735
+
dependencies = [
2736
+
"form_urlencoded",
2737
+
"idna",
2738
+
"percent-encoding",
2739
+
]
2740
+
2741
+
[[package]]
2742
+
name = "utf16_iter"
2743
+
version = "1.0.5"
2744
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2745
+
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
2746
+
2747
+
[[package]]
2748
+
name = "utf8_iter"
2749
+
version = "1.0.4"
2750
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2751
+
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2752
+
2753
+
[[package]]
2754
+
name = "utf8parse"
2755
+
version = "0.2.2"
2756
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2757
+
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2758
+
2759
+
[[package]]
2760
+
name = "uuid"
2761
+
version = "1.15.1"
2762
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2763
+
checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587"
2764
+
dependencies = [
2765
+
"getrandom 0.3.1",
2766
+
]
2767
+
2768
+
[[package]]
2769
+
name = "v_htmlescape"
2770
+
version = "0.15.8"
2771
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2772
+
checksum = "4e8257fbc510f0a46eb602c10215901938b5c2a7d5e70fc11483b1d3c9b5b18c"
2773
+
2774
+
[[package]]
2775
+
name = "valuable"
2776
+
version = "0.1.1"
2777
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2778
+
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2779
+
2780
+
[[package]]
2781
+
name = "vcpkg"
2782
+
version = "0.2.15"
2783
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2784
+
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2785
+
2786
+
[[package]]
2787
+
name = "version_check"
2788
+
version = "0.9.5"
2789
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2790
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2791
+
2792
+
[[package]]
2793
+
name = "want"
2794
+
version = "0.3.1"
2795
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2796
+
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2797
+
dependencies = [
2798
+
"try-lock",
2799
+
]
2800
+
2801
+
[[package]]
2802
+
name = "wasi"
2803
+
version = "0.11.0+wasi-snapshot-preview1"
2804
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2805
+
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2806
+
2807
+
[[package]]
2808
+
name = "wasi"
2809
+
version = "0.13.3+wasi-0.2.2"
2810
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2811
+
checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
2812
+
dependencies = [
2813
+
"wit-bindgen-rt",
2814
+
]
2815
+
2816
+
[[package]]
2817
+
name = "wasm-bindgen"
2818
+
version = "0.2.100"
2819
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2820
+
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2821
+
dependencies = [
2822
+
"cfg-if",
2823
+
"once_cell",
2824
+
"rustversion",
2825
+
"wasm-bindgen-macro",
2826
+
]
2827
+
2828
+
[[package]]
2829
+
name = "wasm-bindgen-backend"
2830
+
version = "0.2.100"
2831
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2832
+
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
2833
+
dependencies = [
2834
+
"bumpalo",
2835
+
"log",
2836
+
"proc-macro2",
2837
+
"quote",
2838
+
"syn",
2839
+
"wasm-bindgen-shared",
2840
+
]
2841
+
2842
+
[[package]]
2843
+
name = "wasm-bindgen-futures"
2844
+
version = "0.4.50"
2845
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2846
+
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
2847
+
dependencies = [
2848
+
"cfg-if",
2849
+
"js-sys",
2850
+
"once_cell",
2851
+
"wasm-bindgen",
2852
+
"web-sys",
2853
+
]
2854
+
2855
+
[[package]]
2856
+
name = "wasm-bindgen-macro"
2857
+
version = "0.2.100"
2858
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2859
+
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
2860
+
dependencies = [
2861
+
"quote",
2862
+
"wasm-bindgen-macro-support",
2863
+
]
2864
+
2865
+
[[package]]
2866
+
name = "wasm-bindgen-macro-support"
2867
+
version = "0.2.100"
2868
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2869
+
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2870
+
dependencies = [
2871
+
"proc-macro2",
2872
+
"quote",
2873
+
"syn",
2874
+
"wasm-bindgen-backend",
2875
+
"wasm-bindgen-shared",
2876
+
]
2877
+
2878
+
[[package]]
2879
+
name = "wasm-bindgen-shared"
2880
+
version = "0.2.100"
2881
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2882
+
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
2883
+
dependencies = [
2884
+
"unicode-ident",
2885
+
]
2886
+
2887
+
[[package]]
2888
+
name = "web-sys"
2889
+
version = "0.3.77"
2890
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2891
+
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
2892
+
dependencies = [
2893
+
"js-sys",
2894
+
"wasm-bindgen",
2895
+
]
2896
+
2897
+
[[package]]
2898
+
name = "web-time"
2899
+
version = "1.1.0"
2900
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2901
+
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2902
+
dependencies = [
2903
+
"js-sys",
2904
+
"wasm-bindgen",
2905
+
]
2906
+
2907
+
[[package]]
2908
+
name = "winapi"
2909
+
version = "0.3.9"
2910
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2911
+
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2912
+
dependencies = [
2913
+
"winapi-i686-pc-windows-gnu",
2914
+
"winapi-x86_64-pc-windows-gnu",
2915
+
]
2916
+
2917
+
[[package]]
2918
+
name = "winapi-i686-pc-windows-gnu"
2919
+
version = "0.4.0"
2920
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2921
+
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2922
+
2923
+
[[package]]
2924
+
name = "winapi-x86_64-pc-windows-gnu"
2925
+
version = "0.4.0"
2926
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2927
+
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2928
+
2929
+
[[package]]
2930
+
name = "windows"
2931
+
version = "0.58.0"
2932
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2933
+
checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
2934
+
dependencies = [
2935
+
"windows-core 0.58.0",
2936
+
"windows-targets",
2937
+
]
2938
+
2939
+
[[package]]
2940
+
name = "windows-core"
2941
+
version = "0.52.0"
2942
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2943
+
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2944
+
dependencies = [
2945
+
"windows-targets",
2946
+
]
2947
+
2948
+
[[package]]
2949
+
name = "windows-core"
2950
+
version = "0.58.0"
2951
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2952
+
checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
2953
+
dependencies = [
2954
+
"windows-implement",
2955
+
"windows-interface",
2956
+
"windows-result",
2957
+
"windows-strings",
2958
+
"windows-targets",
2959
+
]
2960
+
2961
+
[[package]]
2962
+
name = "windows-implement"
2963
+
version = "0.58.0"
2964
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2965
+
checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
2966
+
dependencies = [
2967
+
"proc-macro2",
2968
+
"quote",
2969
+
"syn",
2970
+
]
2971
+
2972
+
[[package]]
2973
+
name = "windows-interface"
2974
+
version = "0.58.0"
2975
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2976
+
checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
2977
+
dependencies = [
2978
+
"proc-macro2",
2979
+
"quote",
2980
+
"syn",
2981
+
]
2982
+
2983
+
[[package]]
2984
+
name = "windows-link"
2985
+
version = "0.1.0"
2986
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2987
+
checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
2988
+
2989
+
[[package]]
2990
+
name = "windows-registry"
2991
+
version = "0.2.0"
2992
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2993
+
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
2994
+
dependencies = [
2995
+
"windows-result",
2996
+
"windows-strings",
2997
+
"windows-targets",
2998
+
]
2999
+
3000
+
[[package]]
3001
+
name = "windows-result"
3002
+
version = "0.2.0"
3003
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3004
+
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
3005
+
dependencies = [
3006
+
"windows-targets",
3007
+
]
3008
+
3009
+
[[package]]
3010
+
name = "windows-strings"
3011
+
version = "0.1.0"
3012
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3013
+
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
3014
+
dependencies = [
3015
+
"windows-result",
3016
+
"windows-targets",
3017
+
]
3018
+
3019
+
[[package]]
3020
+
name = "windows-sys"
3021
+
version = "0.52.0"
3022
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3023
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3024
+
dependencies = [
3025
+
"windows-targets",
3026
+
]
3027
+
3028
+
[[package]]
3029
+
name = "windows-sys"
3030
+
version = "0.59.0"
3031
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3032
+
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3033
+
dependencies = [
3034
+
"windows-targets",
3035
+
]
3036
+
3037
+
[[package]]
3038
+
name = "windows-targets"
3039
+
version = "0.52.6"
3040
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3041
+
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3042
+
dependencies = [
3043
+
"windows_aarch64_gnullvm",
3044
+
"windows_aarch64_msvc",
3045
+
"windows_i686_gnu",
3046
+
"windows_i686_gnullvm",
3047
+
"windows_i686_msvc",
3048
+
"windows_x86_64_gnu",
3049
+
"windows_x86_64_gnullvm",
3050
+
"windows_x86_64_msvc",
3051
+
]
3052
+
3053
+
[[package]]
3054
+
name = "windows_aarch64_gnullvm"
3055
+
version = "0.52.6"
3056
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3057
+
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3058
+
3059
+
[[package]]
3060
+
name = "windows_aarch64_msvc"
3061
+
version = "0.52.6"
3062
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3063
+
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3064
+
3065
+
[[package]]
3066
+
name = "windows_i686_gnu"
3067
+
version = "0.52.6"
3068
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3069
+
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3070
+
3071
+
[[package]]
3072
+
name = "windows_i686_gnullvm"
3073
+
version = "0.52.6"
3074
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3075
+
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3076
+
3077
+
[[package]]
3078
+
name = "windows_i686_msvc"
3079
+
version = "0.52.6"
3080
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3081
+
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3082
+
3083
+
[[package]]
3084
+
name = "windows_x86_64_gnu"
3085
+
version = "0.52.6"
3086
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3087
+
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3088
+
3089
+
[[package]]
3090
+
name = "windows_x86_64_gnullvm"
3091
+
version = "0.52.6"
3092
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3093
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3094
+
3095
+
[[package]]
3096
+
name = "windows_x86_64_msvc"
3097
+
version = "0.52.6"
3098
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3099
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3100
+
3101
+
[[package]]
3102
+
name = "wit-bindgen-rt"
3103
+
version = "0.33.0"
3104
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3105
+
checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
3106
+
dependencies = [
3107
+
"bitflags",
3108
+
]
3109
+
3110
+
[[package]]
3111
+
name = "write16"
3112
+
version = "1.0.0"
3113
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3114
+
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
3115
+
3116
+
[[package]]
3117
+
name = "writeable"
3118
+
version = "0.5.5"
3119
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3120
+
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
3121
+
3122
+
[[package]]
3123
+
name = "yoke"
3124
+
version = "0.7.5"
3125
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3126
+
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
3127
+
dependencies = [
3128
+
"serde",
3129
+
"stable_deref_trait",
3130
+
"yoke-derive",
3131
+
"zerofrom",
3132
+
]
3133
+
3134
+
[[package]]
3135
+
name = "yoke-derive"
3136
+
version = "0.7.5"
3137
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3138
+
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
3139
+
dependencies = [
3140
+
"proc-macro2",
3141
+
"quote",
3142
+
"syn",
3143
+
"synstructure",
3144
+
]
3145
+
3146
+
[[package]]
3147
+
name = "zerocopy"
3148
+
version = "0.7.35"
3149
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3150
+
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
3151
+
dependencies = [
3152
+
"byteorder",
3153
+
"zerocopy-derive",
3154
+
]
3155
+
3156
+
[[package]]
3157
+
name = "zerocopy-derive"
3158
+
version = "0.7.35"
3159
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3160
+
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
3161
+
dependencies = [
3162
+
"proc-macro2",
3163
+
"quote",
3164
+
"syn",
3165
+
]
3166
+
3167
+
[[package]]
3168
+
name = "zerofrom"
3169
+
version = "0.1.6"
3170
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3171
+
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3172
+
dependencies = [
3173
+
"zerofrom-derive",
3174
+
]
3175
+
3176
+
[[package]]
3177
+
name = "zerofrom-derive"
3178
+
version = "0.1.6"
3179
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3180
+
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3181
+
dependencies = [
3182
+
"proc-macro2",
3183
+
"quote",
3184
+
"syn",
3185
+
"synstructure",
3186
+
]
3187
+
3188
+
[[package]]
3189
+
name = "zerovec"
3190
+
version = "0.10.4"
3191
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3192
+
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
3193
+
dependencies = [
3194
+
"yoke",
3195
+
"zerofrom",
3196
+
"zerovec-derive",
3197
+
]
3198
+
3199
+
[[package]]
3200
+
name = "zerovec-derive"
3201
+
version = "0.10.3"
3202
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3203
+
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
3204
+
dependencies = [
3205
+
"proc-macro2",
3206
+
"quote",
3207
+
"syn",
3208
+
]
3209
+
3210
+
[[package]]
3211
+
name = "zstd"
3212
+
version = "0.13.3"
3213
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3214
+
checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
3215
+
dependencies = [
3216
+
"zstd-safe",
3217
+
]
3218
+
3219
+
[[package]]
3220
+
name = "zstd-safe"
3221
+
version = "7.2.3"
3222
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3223
+
checksum = "f3051792fbdc2e1e143244dc28c60f73d8470e93f3f9cbd0ead44da5ed802722"
3224
+
dependencies = [
3225
+
"zstd-sys",
3226
+
]
3227
+
3228
+
[[package]]
3229
+
name = "zstd-sys"
3230
+
version = "2.0.14+zstd.1.5.7"
3231
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3232
+
checksum = "8fb060d4926e4ac3a3ad15d864e99ceb5f343c6b34f5bd6d81ae6ed417311be5"
3233
+
dependencies = [
3234
+
"cc",
3235
+
"pkg-config",
3236
+
]
+18
Cargo.toml
+18
Cargo.toml
···
···
1
+
[package]
2
+
name = "rusty_statusphere_example_app"
3
+
version = "0.1.0"
4
+
edition = "2024"
5
+
6
+
[dependencies]
7
+
askama = "0.12"
8
+
actix-files = "0.6.6"
9
+
actix-session = { version = "0.10", features = ["cookie-session"] }
10
+
actix-web = "4.9"
11
+
serde = { version = "1.0", features = ["derive"] }
12
+
log = "0.4"
13
+
async-stream = "0.3"
14
+
env_logger = "0.11"
15
+
anyhow = "1.0.97"
16
+
serde_json = "1.0.140"
17
+
atrium-api = "0.25.0"
18
+
atrium-xrpc-client = "0.5.10"
+7
README.md
+7
README.md
+1
public/css/base.css
+1
public/css/base.css
···
···
1
+
@import 'tailwindcss';
+240
public/css/style.css
+240
public/css/style.css
···
···
1
+
body {
2
+
font-family: Arial, Helvetica, sans-serif;
3
+
4
+
--border-color: #ddd;
5
+
--gray-100: #fafafa;
6
+
--gray-500: #666;
7
+
--gray-700: #333;
8
+
--primary-100: #d2e7ff;
9
+
--primary-200: #b1d3fa;
10
+
--primary-400: #2e8fff;
11
+
--primary-500: #0078ff;
12
+
--primary-600: #0066db;
13
+
--error-500: #f00;
14
+
--error-100: #fee;
15
+
}
16
+
17
+
/*
18
+
Josh's Custom CSS Reset
19
+
https://www.joshwcomeau.com/css/custom-css-reset/
20
+
*/
21
+
*,
22
+
*::before,
23
+
*::after {
24
+
box-sizing: border-box;
25
+
}
26
+
27
+
* {
28
+
margin: 0;
29
+
}
30
+
31
+
body {
32
+
line-height: 1.5;
33
+
-webkit-font-smoothing: antialiased;
34
+
}
35
+
36
+
img,
37
+
picture,
38
+
video,
39
+
canvas,
40
+
svg {
41
+
display: block;
42
+
max-width: 100%;
43
+
}
44
+
45
+
input,
46
+
button,
47
+
textarea,
48
+
select {
49
+
font: inherit;
50
+
}
51
+
52
+
p,
53
+
h1,
54
+
h2,
55
+
h3,
56
+
h4,
57
+
h5,
58
+
h6 {
59
+
overflow-wrap: break-word;
60
+
}
61
+
62
+
#root,
63
+
#__next {
64
+
isolation: isolate;
65
+
}
66
+
67
+
/*
68
+
Common components
69
+
*/
70
+
button,
71
+
.button {
72
+
display: inline-block;
73
+
border: 0;
74
+
background-color: var(--primary-500);
75
+
border-radius: 50px;
76
+
color: #fff;
77
+
padding: 2px 10px;
78
+
cursor: pointer;
79
+
text-decoration: none;
80
+
}
81
+
82
+
button:hover,
83
+
.button:hover {
84
+
background: var(--primary-400);
85
+
}
86
+
87
+
/*
88
+
Custom components
89
+
*/
90
+
.error {
91
+
background-color: var(--error-100);
92
+
color: var(--error-500);
93
+
text-align: center;
94
+
padding: 1rem;
95
+
display: none;
96
+
}
97
+
98
+
.error.visible {
99
+
display: block;
100
+
}
101
+
102
+
#header {
103
+
background-color: #fff;
104
+
text-align: center;
105
+
padding: 0.5rem 0 1.5rem;
106
+
}
107
+
108
+
#header h1 {
109
+
font-size: 5rem;
110
+
}
111
+
112
+
.container {
113
+
display: flex;
114
+
flex-direction: column;
115
+
gap: 4px;
116
+
margin: 0 auto;
117
+
max-width: 600px;
118
+
padding: 20px;
119
+
}
120
+
121
+
.card {
122
+
/* border: 1px solid var(--border-color); */
123
+
border-radius: 6px;
124
+
padding: 10px 16px;
125
+
background-color: #fff;
126
+
}
127
+
128
+
.card> :first-child {
129
+
margin-top: 0;
130
+
}
131
+
132
+
.card> :last-child {
133
+
margin-bottom: 0;
134
+
}
135
+
136
+
.session-form {
137
+
display: flex;
138
+
flex-direction: row;
139
+
align-items: center;
140
+
justify-content: space-between;
141
+
}
142
+
143
+
.login-form {
144
+
display: flex;
145
+
flex-direction: row;
146
+
gap: 6px;
147
+
border: 1px solid var(--border-color);
148
+
border-radius: 6px;
149
+
padding: 10px 16px;
150
+
background-color: #fff;
151
+
}
152
+
153
+
.login-form input {
154
+
flex: 1;
155
+
border: 0;
156
+
}
157
+
158
+
.status-options {
159
+
display: flex;
160
+
flex-direction: row;
161
+
flex-wrap: wrap;
162
+
gap: 8px;
163
+
margin: 10px 0;
164
+
}
165
+
166
+
.status-option {
167
+
font-size: 2rem;
168
+
width: 3rem;
169
+
height: 3rem;
170
+
padding: 0;
171
+
background-color: #fff;
172
+
border: 1px solid var(--border-color);
173
+
border-radius: 3rem;
174
+
text-align: center;
175
+
box-shadow: 0 1px 4px #0001;
176
+
cursor: pointer;
177
+
}
178
+
179
+
.status-option:hover {
180
+
background-color: var(--primary-100);
181
+
box-shadow: 0 0 0 1px var(--primary-400);
182
+
}
183
+
184
+
.status-option.selected {
185
+
box-shadow: 0 0 0 1px var(--primary-500);
186
+
background-color: var(--primary-100);
187
+
}
188
+
189
+
.status-option.selected:hover {
190
+
background-color: var(--primary-200);
191
+
}
192
+
193
+
.status-line {
194
+
display: flex;
195
+
flex-direction: row;
196
+
align-items: center;
197
+
gap: 10px;
198
+
position: relative;
199
+
margin-top: 15px;
200
+
}
201
+
202
+
.status-line:not(.no-line)::before {
203
+
content: '';
204
+
position: absolute;
205
+
width: 2px;
206
+
background-color: var(--border-color);
207
+
left: 1.45rem;
208
+
bottom: calc(100% + 2px);
209
+
height: 15px;
210
+
}
211
+
212
+
.status-line .status {
213
+
font-size: 2rem;
214
+
background-color: #fff;
215
+
width: 3rem;
216
+
height: 3rem;
217
+
border-radius: 1.5rem;
218
+
text-align: center;
219
+
border: 1px solid var(--border-color);
220
+
}
221
+
222
+
.status-line .desc {
223
+
color: var(--gray-500);
224
+
}
225
+
226
+
.status-line .author {
227
+
color: var(--gray-700);
228
+
font-weight: 600;
229
+
text-decoration: none;
230
+
}
231
+
232
+
.status-line .author:hover {
233
+
text-decoration: underline;
234
+
}
235
+
236
+
.signup-cta {
237
+
text-align: center;
238
+
text-wrap: balance;
239
+
margin-top: 1rem;
240
+
}
+74
src/controllers/FeedController.rs
+74
src/controllers/FeedController.rs
···
···
1
+
use super::BaseTemplate;
2
+
use actix_web::{App, HttpServer, Responder, Result, Scope, get, middleware, web};
3
+
use askama::Template;
4
+
use atrium_api::client::AtpServiceClient;
5
+
use atrium_api::types::LimitedU32;
6
+
use atrium_xrpc_client::reqwest::ReqwestClient;
7
+
use std::{collections::HashMap, ops::Deref};
8
+
9
+
#[derive(Template)]
10
+
#[template(path = "user.html")]
11
+
struct UserTemplate<'a> {
12
+
name: &'a str,
13
+
text: &'a str,
14
+
}
15
+
16
+
#[derive(Template)]
17
+
#[template(path = "feed.html")]
18
+
struct FeedTemplate<'a> {
19
+
_parent: &'a BaseTemplate<'a>,
20
+
}
21
+
22
+
impl<'a> Deref for FeedTemplate<'a> {
23
+
type Target = BaseTemplate<'a>;
24
+
25
+
fn deref(&self) -> &Self::Target {
26
+
self._parent
27
+
}
28
+
}
29
+
30
+
#[get("")]
31
+
async fn index(query: web::Query<HashMap<String, String>>) -> Result<impl Responder> {
32
+
let client = AtpServiceClient::new(ReqwestClient::new("https://public.api.bsky.app"));
33
+
let feed =
34
+
"at://did:plc:z72i7hdynmk6r22z27h6tvur/app.bsky.feed.generator/whats-hot".to_string();
35
+
36
+
let feed_posts = client
37
+
.service
38
+
.app
39
+
.bsky
40
+
.feed
41
+
.get_feed(
42
+
atrium_api::app::bsky::feed::get_feed::ParametersData {
43
+
cursor: None,
44
+
feed,
45
+
limit: None,
46
+
}
47
+
.into(),
48
+
)
49
+
.await;
50
+
//Its working write out a nice thing to parse themS
51
+
52
+
let html = if let Some(name) = query.get("name") {
53
+
UserTemplate {
54
+
name,
55
+
text: "Welcome!",
56
+
}
57
+
.render()
58
+
.expect("template should be valid")
59
+
} else {
60
+
FeedTemplate {
61
+
_parent: &BaseTemplate {
62
+
title: "Oh god not another bluesky client",
63
+
},
64
+
}
65
+
.render()
66
+
.expect("template should be valid")
67
+
};
68
+
69
+
Ok(web::Html::new(html))
70
+
}
71
+
72
+
pub fn feed_controller() -> Scope {
73
+
web::scope("/feed").service(index)
74
+
}
+9
src/controllers/mod.rs
+9
src/controllers/mod.rs
+23
src/main.rs
+23
src/main.rs
···
···
1
+
use actix_files::Files;
2
+
use actix_web::{App, HttpServer, Responder, Result, middleware, web};
3
+
use controllers::FeedController::feed_controller;
4
+
use std::collections::HashMap;
5
+
6
+
pub mod controllers;
7
+
8
+
#[actix_web::main]
9
+
async fn main() -> std::io::Result<()> {
10
+
env_logger::init_from_env(env_logger::Env::new().default_filter_or("info"));
11
+
12
+
log::info!("starting HTTP server at http://localhost:8080");
13
+
14
+
HttpServer::new(move || {
15
+
App::new()
16
+
.wrap(middleware::Logger::default())
17
+
.service(Files::new("/css", "public/css").show_files_listing())
18
+
.service(feed_controller())
19
+
})
20
+
.bind(("127.0.0.1", 8080))?
21
+
.run()
22
+
.await
23
+
}
+18
templates/base.html
+18
templates/base.html
···
···
1
+
<!DOCTYPE html>
2
+
3
+
<html lang="en" data-theme="dark">
4
+
5
+
<head>
6
+
<meta charset="utf-8" />
7
+
<title>{{ title }}</title>
8
+
<link href="css/style.css" rel="stylesheet" type="text/css" />
9
+
</head>
10
+
11
+
<body>
12
+
13
+
14
+
{% block content %}{% endblock %}
15
+
16
+
</body>
17
+
18
+
</html>
+18
templates/feed.html
+18
templates/feed.html
···
···
1
+
{% extends "base.html" %}
2
+
3
+
{% block content %}
4
+
5
+
<div>
6
+
<h1 class="text-3xl font-bold underline text-clifford">
7
+
Hello world!
8
+
</h1>
9
+
<h1>Welcome!</h1>
10
+
<p>
11
+
<h3>What is your name?</h3>
12
+
<form>
13
+
<input class="input" type="text" name="name" /><br />
14
+
<p><input type="submit"></p>
15
+
</form>
16
+
</p>
17
+
</div>
18
+
{%endblock content%}