libsql_ruby 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Cargo.lock ADDED
@@ -0,0 +1,2167 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 3
4
+
5
+ [[package]]
6
+ name = "addr2line"
7
+ version = "0.22.0"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
10
+ dependencies = [
11
+ "gimli",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "adler"
16
+ version = "1.0.2"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
+
20
+ [[package]]
21
+ name = "aes"
22
+ version = "0.8.4"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
25
+ dependencies = [
26
+ "cfg-if",
27
+ "cipher",
28
+ "cpufeatures",
29
+ ]
30
+
31
+ [[package]]
32
+ name = "ahash"
33
+ version = "0.8.11"
34
+ source = "registry+https://github.com/rust-lang/crates.io-index"
35
+ checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
36
+ dependencies = [
37
+ "cfg-if",
38
+ "once_cell",
39
+ "version_check",
40
+ "zerocopy",
41
+ ]
42
+
43
+ [[package]]
44
+ name = "aho-corasick"
45
+ version = "1.1.3"
46
+ source = "registry+https://github.com/rust-lang/crates.io-index"
47
+ checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
48
+ dependencies = [
49
+ "memchr",
50
+ ]
51
+
52
+ [[package]]
53
+ name = "allocator-api2"
54
+ version = "0.2.18"
55
+ source = "registry+https://github.com/rust-lang/crates.io-index"
56
+ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
57
+
58
+ [[package]]
59
+ name = "anyhow"
60
+ version = "1.0.86"
61
+ source = "registry+https://github.com/rust-lang/crates.io-index"
62
+ checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
63
+
64
+ [[package]]
65
+ name = "async-stream"
66
+ version = "0.3.5"
67
+ source = "registry+https://github.com/rust-lang/crates.io-index"
68
+ checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
69
+ dependencies = [
70
+ "async-stream-impl",
71
+ "futures-core",
72
+ "pin-project-lite",
73
+ ]
74
+
75
+ [[package]]
76
+ name = "async-stream-impl"
77
+ version = "0.3.5"
78
+ source = "registry+https://github.com/rust-lang/crates.io-index"
79
+ checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
80
+ dependencies = [
81
+ "proc-macro2",
82
+ "quote",
83
+ "syn",
84
+ ]
85
+
86
+ [[package]]
87
+ name = "async-trait"
88
+ version = "0.1.81"
89
+ source = "registry+https://github.com/rust-lang/crates.io-index"
90
+ checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107"
91
+ dependencies = [
92
+ "proc-macro2",
93
+ "quote",
94
+ "syn",
95
+ ]
96
+
97
+ [[package]]
98
+ name = "autocfg"
99
+ version = "1.3.0"
100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
101
+ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
102
+
103
+ [[package]]
104
+ name = "axum"
105
+ version = "0.6.20"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
108
+ dependencies = [
109
+ "async-trait",
110
+ "axum-core",
111
+ "bitflags 1.3.2",
112
+ "bytes",
113
+ "futures-util",
114
+ "http",
115
+ "http-body",
116
+ "hyper",
117
+ "itoa",
118
+ "matchit",
119
+ "memchr",
120
+ "mime",
121
+ "percent-encoding",
122
+ "pin-project-lite",
123
+ "rustversion",
124
+ "serde",
125
+ "sync_wrapper",
126
+ "tower",
127
+ "tower-layer",
128
+ "tower-service",
129
+ ]
130
+
131
+ [[package]]
132
+ name = "axum-core"
133
+ version = "0.3.4"
134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
135
+ checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
136
+ dependencies = [
137
+ "async-trait",
138
+ "bytes",
139
+ "futures-util",
140
+ "http",
141
+ "http-body",
142
+ "mime",
143
+ "rustversion",
144
+ "tower-layer",
145
+ "tower-service",
146
+ ]
147
+
148
+ [[package]]
149
+ name = "backtrace"
150
+ version = "0.3.73"
151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
152
+ checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
153
+ dependencies = [
154
+ "addr2line",
155
+ "cc",
156
+ "cfg-if",
157
+ "libc",
158
+ "miniz_oxide",
159
+ "object",
160
+ "rustc-demangle",
161
+ ]
162
+
163
+ [[package]]
164
+ name = "base64"
165
+ version = "0.21.7"
166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
167
+ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
168
+
169
+ [[package]]
170
+ name = "base64"
171
+ version = "0.22.1"
172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
173
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
174
+
175
+ [[package]]
176
+ name = "bincode"
177
+ version = "1.3.3"
178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
179
+ checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
180
+ dependencies = [
181
+ "serde",
182
+ ]
183
+
184
+ [[package]]
185
+ name = "bindgen"
186
+ version = "0.66.1"
187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
188
+ checksum = "f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7"
189
+ dependencies = [
190
+ "bitflags 2.6.0",
191
+ "cexpr",
192
+ "clang-sys",
193
+ "lazy_static",
194
+ "lazycell",
195
+ "log",
196
+ "peeking_take_while",
197
+ "prettyplease",
198
+ "proc-macro2",
199
+ "quote",
200
+ "regex",
201
+ "rustc-hash",
202
+ "shlex",
203
+ "syn",
204
+ "which",
205
+ ]
206
+
207
+ [[package]]
208
+ name = "bindgen"
209
+ version = "0.69.4"
210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
211
+ checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
212
+ dependencies = [
213
+ "bitflags 2.6.0",
214
+ "cexpr",
215
+ "clang-sys",
216
+ "itertools",
217
+ "lazy_static",
218
+ "lazycell",
219
+ "proc-macro2",
220
+ "quote",
221
+ "regex",
222
+ "rustc-hash",
223
+ "shlex",
224
+ "syn",
225
+ ]
226
+
227
+ [[package]]
228
+ name = "bitflags"
229
+ version = "1.3.2"
230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
231
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
232
+
233
+ [[package]]
234
+ name = "bitflags"
235
+ version = "2.6.0"
236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
237
+ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
238
+
239
+ [[package]]
240
+ name = "block-padding"
241
+ version = "0.3.3"
242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
243
+ checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
244
+ dependencies = [
245
+ "generic-array",
246
+ ]
247
+
248
+ [[package]]
249
+ name = "byteorder"
250
+ version = "1.5.0"
251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
252
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
253
+
254
+ [[package]]
255
+ name = "bytes"
256
+ version = "1.6.1"
257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
258
+ checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952"
259
+ dependencies = [
260
+ "serde",
261
+ ]
262
+
263
+ [[package]]
264
+ name = "cbc"
265
+ version = "0.1.2"
266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
267
+ checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
268
+ dependencies = [
269
+ "cipher",
270
+ ]
271
+
272
+ [[package]]
273
+ name = "cc"
274
+ version = "1.1.4"
275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
276
+ checksum = "9711f33475c22aab363b05564a17d7b789bf3dfec5ebabb586adee56f0e271b5"
277
+
278
+ [[package]]
279
+ name = "cexpr"
280
+ version = "0.6.0"
281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
282
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
283
+ dependencies = [
284
+ "nom",
285
+ ]
286
+
287
+ [[package]]
288
+ name = "cfg-if"
289
+ version = "1.0.0"
290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
291
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
292
+
293
+ [[package]]
294
+ name = "cipher"
295
+ version = "0.4.4"
296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
297
+ checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
298
+ dependencies = [
299
+ "crypto-common",
300
+ "inout",
301
+ ]
302
+
303
+ [[package]]
304
+ name = "clang-sys"
305
+ version = "1.8.1"
306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
307
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
308
+ dependencies = [
309
+ "glob",
310
+ "libc",
311
+ "libloading",
312
+ ]
313
+
314
+ [[package]]
315
+ name = "core-foundation"
316
+ version = "0.9.4"
317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
318
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
319
+ dependencies = [
320
+ "core-foundation-sys",
321
+ "libc",
322
+ ]
323
+
324
+ [[package]]
325
+ name = "core-foundation-sys"
326
+ version = "0.8.6"
327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
328
+ checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
329
+
330
+ [[package]]
331
+ name = "cpufeatures"
332
+ version = "0.2.12"
333
+ source = "registry+https://github.com/rust-lang/crates.io-index"
334
+ checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
335
+ dependencies = [
336
+ "libc",
337
+ ]
338
+
339
+ [[package]]
340
+ name = "crypto-common"
341
+ version = "0.1.6"
342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
343
+ checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
344
+ dependencies = [
345
+ "generic-array",
346
+ "typenum",
347
+ ]
348
+
349
+ [[package]]
350
+ name = "either"
351
+ version = "1.13.0"
352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
353
+ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
354
+
355
+ [[package]]
356
+ name = "equivalent"
357
+ version = "1.0.1"
358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
359
+ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
360
+
361
+ [[package]]
362
+ name = "errno"
363
+ version = "0.3.9"
364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
365
+ checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
366
+ dependencies = [
367
+ "libc",
368
+ "windows-sys 0.52.0",
369
+ ]
370
+
371
+ [[package]]
372
+ name = "fallible-iterator"
373
+ version = "0.2.0"
374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
375
+ checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
376
+
377
+ [[package]]
378
+ name = "fallible-iterator"
379
+ version = "0.3.0"
380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
381
+ checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
382
+
383
+ [[package]]
384
+ name = "fallible-streaming-iterator"
385
+ version = "0.1.9"
386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
387
+ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
388
+
389
+ [[package]]
390
+ name = "fnv"
391
+ version = "1.0.7"
392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
393
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
394
+
395
+ [[package]]
396
+ name = "futures"
397
+ version = "0.3.30"
398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
399
+ checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
400
+ dependencies = [
401
+ "futures-channel",
402
+ "futures-core",
403
+ "futures-executor",
404
+ "futures-io",
405
+ "futures-sink",
406
+ "futures-task",
407
+ "futures-util",
408
+ ]
409
+
410
+ [[package]]
411
+ name = "futures-channel"
412
+ version = "0.3.30"
413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
414
+ checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
415
+ dependencies = [
416
+ "futures-core",
417
+ "futures-sink",
418
+ ]
419
+
420
+ [[package]]
421
+ name = "futures-core"
422
+ version = "0.3.30"
423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
424
+ checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
425
+
426
+ [[package]]
427
+ name = "futures-executor"
428
+ version = "0.3.30"
429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
430
+ checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
431
+ dependencies = [
432
+ "futures-core",
433
+ "futures-task",
434
+ "futures-util",
435
+ ]
436
+
437
+ [[package]]
438
+ name = "futures-io"
439
+ version = "0.3.30"
440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
441
+ checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
442
+
443
+ [[package]]
444
+ name = "futures-macro"
445
+ version = "0.3.30"
446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
447
+ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
448
+ dependencies = [
449
+ "proc-macro2",
450
+ "quote",
451
+ "syn",
452
+ ]
453
+
454
+ [[package]]
455
+ name = "futures-sink"
456
+ version = "0.3.30"
457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
458
+ checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
459
+
460
+ [[package]]
461
+ name = "futures-task"
462
+ version = "0.3.30"
463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
464
+ checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
465
+
466
+ [[package]]
467
+ name = "futures-util"
468
+ version = "0.3.30"
469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
470
+ checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
471
+ dependencies = [
472
+ "futures-channel",
473
+ "futures-core",
474
+ "futures-io",
475
+ "futures-macro",
476
+ "futures-sink",
477
+ "futures-task",
478
+ "memchr",
479
+ "pin-project-lite",
480
+ "pin-utils",
481
+ "slab",
482
+ ]
483
+
484
+ [[package]]
485
+ name = "generic-array"
486
+ version = "0.14.7"
487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
488
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
489
+ dependencies = [
490
+ "typenum",
491
+ "version_check",
492
+ ]
493
+
494
+ [[package]]
495
+ name = "getrandom"
496
+ version = "0.2.15"
497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
498
+ checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
499
+ dependencies = [
500
+ "cfg-if",
501
+ "libc",
502
+ "wasi",
503
+ ]
504
+
505
+ [[package]]
506
+ name = "gimli"
507
+ version = "0.29.0"
508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
509
+ checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
510
+
511
+ [[package]]
512
+ name = "glob"
513
+ version = "0.3.1"
514
+ source = "registry+https://github.com/rust-lang/crates.io-index"
515
+ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
516
+
517
+ [[package]]
518
+ name = "h2"
519
+ version = "0.3.26"
520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
521
+ checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
522
+ dependencies = [
523
+ "bytes",
524
+ "fnv",
525
+ "futures-core",
526
+ "futures-sink",
527
+ "futures-util",
528
+ "http",
529
+ "indexmap 2.2.6",
530
+ "slab",
531
+ "tokio",
532
+ "tokio-util",
533
+ "tracing",
534
+ ]
535
+
536
+ [[package]]
537
+ name = "hashbrown"
538
+ version = "0.12.3"
539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
540
+ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
541
+
542
+ [[package]]
543
+ name = "hashbrown"
544
+ version = "0.14.5"
545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
546
+ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
547
+ dependencies = [
548
+ "ahash",
549
+ "allocator-api2",
550
+ ]
551
+
552
+ [[package]]
553
+ name = "hashlink"
554
+ version = "0.8.4"
555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
556
+ checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
557
+ dependencies = [
558
+ "hashbrown 0.14.5",
559
+ ]
560
+
561
+ [[package]]
562
+ name = "hermit-abi"
563
+ version = "0.3.9"
564
+ source = "registry+https://github.com/rust-lang/crates.io-index"
565
+ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
566
+
567
+ [[package]]
568
+ name = "home"
569
+ version = "0.5.9"
570
+ source = "registry+https://github.com/rust-lang/crates.io-index"
571
+ checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
572
+ dependencies = [
573
+ "windows-sys 0.52.0",
574
+ ]
575
+
576
+ [[package]]
577
+ name = "http"
578
+ version = "0.2.12"
579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
580
+ checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
581
+ dependencies = [
582
+ "bytes",
583
+ "fnv",
584
+ "itoa",
585
+ ]
586
+
587
+ [[package]]
588
+ name = "http-body"
589
+ version = "0.4.6"
590
+ source = "registry+https://github.com/rust-lang/crates.io-index"
591
+ checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
592
+ dependencies = [
593
+ "bytes",
594
+ "http",
595
+ "pin-project-lite",
596
+ ]
597
+
598
+ [[package]]
599
+ name = "http-range-header"
600
+ version = "0.3.1"
601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
602
+ checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
603
+
604
+ [[package]]
605
+ name = "httparse"
606
+ version = "1.9.4"
607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
608
+ checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
609
+
610
+ [[package]]
611
+ name = "httpdate"
612
+ version = "1.0.3"
613
+ source = "registry+https://github.com/rust-lang/crates.io-index"
614
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
615
+
616
+ [[package]]
617
+ name = "hyper"
618
+ version = "0.14.30"
619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
620
+ checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9"
621
+ dependencies = [
622
+ "bytes",
623
+ "futures-channel",
624
+ "futures-core",
625
+ "futures-util",
626
+ "h2",
627
+ "http",
628
+ "http-body",
629
+ "httparse",
630
+ "httpdate",
631
+ "itoa",
632
+ "pin-project-lite",
633
+ "socket2",
634
+ "tokio",
635
+ "tower-service",
636
+ "tracing",
637
+ "want",
638
+ ]
639
+
640
+ [[package]]
641
+ name = "hyper-rustls"
642
+ version = "0.25.0"
643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
644
+ checksum = "399c78f9338483cb7e630c8474b07268983c6bd5acee012e4211f9f7bb21b070"
645
+ dependencies = [
646
+ "futures-util",
647
+ "http",
648
+ "hyper",
649
+ "log",
650
+ "rustls",
651
+ "rustls-native-certs",
652
+ "rustls-pki-types",
653
+ "tokio",
654
+ "tokio-rustls",
655
+ "webpki-roots",
656
+ ]
657
+
658
+ [[package]]
659
+ name = "hyper-timeout"
660
+ version = "0.4.1"
661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
662
+ checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
663
+ dependencies = [
664
+ "hyper",
665
+ "pin-project-lite",
666
+ "tokio",
667
+ "tokio-io-timeout",
668
+ ]
669
+
670
+ [[package]]
671
+ name = "indexmap"
672
+ version = "1.9.3"
673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
674
+ checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
675
+ dependencies = [
676
+ "autocfg",
677
+ "hashbrown 0.12.3",
678
+ ]
679
+
680
+ [[package]]
681
+ name = "indexmap"
682
+ version = "2.2.6"
683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
684
+ checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
685
+ dependencies = [
686
+ "equivalent",
687
+ "hashbrown 0.14.5",
688
+ ]
689
+
690
+ [[package]]
691
+ name = "inout"
692
+ version = "0.1.3"
693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
694
+ checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
695
+ dependencies = [
696
+ "block-padding",
697
+ "generic-array",
698
+ ]
699
+
700
+ [[package]]
701
+ name = "itertools"
702
+ version = "0.12.1"
703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
704
+ checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
705
+ dependencies = [
706
+ "either",
707
+ ]
708
+
709
+ [[package]]
710
+ name = "itoa"
711
+ version = "1.0.11"
712
+ source = "registry+https://github.com/rust-lang/crates.io-index"
713
+ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
714
+
715
+ [[package]]
716
+ name = "lazy_static"
717
+ version = "1.5.0"
718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
719
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
720
+
721
+ [[package]]
722
+ name = "lazycell"
723
+ version = "1.3.0"
724
+ source = "registry+https://github.com/rust-lang/crates.io-index"
725
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
726
+
727
+ [[package]]
728
+ name = "libc"
729
+ version = "0.2.155"
730
+ source = "registry+https://github.com/rust-lang/crates.io-index"
731
+ checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
732
+
733
+ [[package]]
734
+ name = "libloading"
735
+ version = "0.8.4"
736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
737
+ checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d"
738
+ dependencies = [
739
+ "cfg-if",
740
+ "windows-targets 0.52.6",
741
+ ]
742
+
743
+ [[package]]
744
+ name = "libsql"
745
+ version = "0.1.0"
746
+ dependencies = [
747
+ "bytes",
748
+ "hyper-rustls",
749
+ "lazy_static",
750
+ "libsql 0.3.5",
751
+ "magnus",
752
+ "once_cell",
753
+ "rb-sys",
754
+ "rb-sys-env",
755
+ "rb-sys-test-helpers",
756
+ "serde",
757
+ "serde_json",
758
+ "tokio",
759
+ "tracing-subscriber",
760
+ "uuid",
761
+ ]
762
+
763
+ [[package]]
764
+ name = "libsql"
765
+ version = "0.3.5"
766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
767
+ checksum = "1bd17bcc143f2a5be449680dc63b91327d953bcabebe34a69c549fca8934ec9d"
768
+ dependencies = [
769
+ "anyhow",
770
+ "async-stream",
771
+ "async-trait",
772
+ "base64 0.21.7",
773
+ "bincode",
774
+ "bitflags 2.6.0",
775
+ "bytes",
776
+ "fallible-iterator 0.3.0",
777
+ "futures",
778
+ "http",
779
+ "hyper",
780
+ "hyper-rustls",
781
+ "libsql-hrana",
782
+ "libsql-sqlite3-parser",
783
+ "libsql-sys",
784
+ "libsql_replication",
785
+ "parking_lot",
786
+ "serde",
787
+ "serde_json",
788
+ "thiserror",
789
+ "tokio",
790
+ "tokio-stream",
791
+ "tokio-util",
792
+ "tonic",
793
+ "tonic-web",
794
+ "tower",
795
+ "tower-http",
796
+ "tracing",
797
+ "uuid",
798
+ "zerocopy",
799
+ ]
800
+
801
+ [[package]]
802
+ name = "libsql-ffi"
803
+ version = "0.2.1"
804
+ source = "registry+https://github.com/rust-lang/crates.io-index"
805
+ checksum = "f67a0b0c6585ed06d48bfb2fd702a826065420e602fa34f8eb6e3a44e26520b9"
806
+ dependencies = [
807
+ "bindgen 0.66.1",
808
+ "cc",
809
+ ]
810
+
811
+ [[package]]
812
+ name = "libsql-hrana"
813
+ version = "0.1.1"
814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
815
+ checksum = "220a925fe6d49dbfa7523b20f5a5391f579b5d9dcf9dd1225606d00929fcab3a"
816
+ dependencies = [
817
+ "base64 0.21.7",
818
+ "bytes",
819
+ "prost",
820
+ "serde",
821
+ ]
822
+
823
+ [[package]]
824
+ name = "libsql-rusqlite"
825
+ version = "0.30.0"
826
+ source = "registry+https://github.com/rust-lang/crates.io-index"
827
+ checksum = "6227e9be9b8cb061692babbcdc7ab268a8df3517d5b377f1d603cfdc9cafe12a"
828
+ dependencies = [
829
+ "bitflags 2.6.0",
830
+ "fallible-iterator 0.2.0",
831
+ "fallible-streaming-iterator",
832
+ "hashlink",
833
+ "libsql-ffi",
834
+ "smallvec",
835
+ ]
836
+
837
+ [[package]]
838
+ name = "libsql-sqlite3-parser"
839
+ version = "0.11.1"
840
+ source = "registry+https://github.com/rust-lang/crates.io-index"
841
+ checksum = "095d2cf702a5c9c152e48b369f69da30cc44351fa9432621dd8976834abc1752"
842
+ dependencies = [
843
+ "bitflags 2.6.0",
844
+ "cc",
845
+ "fallible-iterator 0.3.0",
846
+ "indexmap 2.2.6",
847
+ "log",
848
+ "memchr",
849
+ "phf",
850
+ "phf_codegen",
851
+ "phf_shared",
852
+ "smallvec",
853
+ "uncased",
854
+ ]
855
+
856
+ [[package]]
857
+ name = "libsql-sys"
858
+ version = "0.5.0"
859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
860
+ checksum = "5829f758a82418429de6cb0eb310502de78d0908efc3fe2f84b6a41f2f6bebd1"
861
+ dependencies = [
862
+ "bytes",
863
+ "libsql-ffi",
864
+ "libsql-rusqlite",
865
+ "once_cell",
866
+ "tracing",
867
+ "zerocopy",
868
+ ]
869
+
870
+ [[package]]
871
+ name = "libsql_replication"
872
+ version = "0.3.1"
873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
874
+ checksum = "ef903dda0e85af2224e7454380e59d9602738a5041546a4807438951ad0d5b25"
875
+ dependencies = [
876
+ "aes",
877
+ "async-stream",
878
+ "async-trait",
879
+ "bytes",
880
+ "cbc",
881
+ "libsql-rusqlite",
882
+ "libsql-sys",
883
+ "parking_lot",
884
+ "prost",
885
+ "serde",
886
+ "thiserror",
887
+ "tokio",
888
+ "tokio-stream",
889
+ "tokio-util",
890
+ "tonic",
891
+ "tracing",
892
+ "uuid",
893
+ "zerocopy",
894
+ ]
895
+
896
+ [[package]]
897
+ name = "linux-raw-sys"
898
+ version = "0.4.14"
899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
900
+ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
901
+
902
+ [[package]]
903
+ name = "lock_api"
904
+ version = "0.4.12"
905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
906
+ checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
907
+ dependencies = [
908
+ "autocfg",
909
+ "scopeguard",
910
+ ]
911
+
912
+ [[package]]
913
+ name = "log"
914
+ version = "0.4.22"
915
+ source = "registry+https://github.com/rust-lang/crates.io-index"
916
+ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
917
+
918
+ [[package]]
919
+ name = "magnus"
920
+ version = "0.7.1"
921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
922
+ checksum = "3d87ae53030f3a22e83879e666cb94e58a7bdf31706878a0ba48752994146dab"
923
+ dependencies = [
924
+ "magnus-macros",
925
+ "rb-sys",
926
+ "rb-sys-env",
927
+ "seq-macro",
928
+ ]
929
+
930
+ [[package]]
931
+ name = "magnus-macros"
932
+ version = "0.6.0"
933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
934
+ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
935
+ dependencies = [
936
+ "proc-macro2",
937
+ "quote",
938
+ "syn",
939
+ ]
940
+
941
+ [[package]]
942
+ name = "matchers"
943
+ version = "0.1.0"
944
+ source = "registry+https://github.com/rust-lang/crates.io-index"
945
+ checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
946
+ dependencies = [
947
+ "regex-automata 0.1.10",
948
+ ]
949
+
950
+ [[package]]
951
+ name = "matchit"
952
+ version = "0.7.3"
953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
954
+ checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
955
+
956
+ [[package]]
957
+ name = "memchr"
958
+ version = "2.7.4"
959
+ source = "registry+https://github.com/rust-lang/crates.io-index"
960
+ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
961
+
962
+ [[package]]
963
+ name = "mime"
964
+ version = "0.3.17"
965
+ source = "registry+https://github.com/rust-lang/crates.io-index"
966
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
967
+
968
+ [[package]]
969
+ name = "minimal-lexical"
970
+ version = "0.2.1"
971
+ source = "registry+https://github.com/rust-lang/crates.io-index"
972
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
973
+
974
+ [[package]]
975
+ name = "miniz_oxide"
976
+ version = "0.7.4"
977
+ source = "registry+https://github.com/rust-lang/crates.io-index"
978
+ checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
979
+ dependencies = [
980
+ "adler",
981
+ ]
982
+
983
+ [[package]]
984
+ name = "mio"
985
+ version = "0.8.11"
986
+ source = "registry+https://github.com/rust-lang/crates.io-index"
987
+ checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
988
+ dependencies = [
989
+ "libc",
990
+ "wasi",
991
+ "windows-sys 0.48.0",
992
+ ]
993
+
994
+ [[package]]
995
+ name = "nom"
996
+ version = "7.1.3"
997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
998
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
999
+ dependencies = [
1000
+ "memchr",
1001
+ "minimal-lexical",
1002
+ ]
1003
+
1004
+ [[package]]
1005
+ name = "nu-ansi-term"
1006
+ version = "0.46.0"
1007
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1008
+ checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
1009
+ dependencies = [
1010
+ "overload",
1011
+ "winapi",
1012
+ ]
1013
+
1014
+ [[package]]
1015
+ name = "num_cpus"
1016
+ version = "1.16.0"
1017
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1018
+ checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
1019
+ dependencies = [
1020
+ "hermit-abi",
1021
+ "libc",
1022
+ ]
1023
+
1024
+ [[package]]
1025
+ name = "object"
1026
+ version = "0.36.1"
1027
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1028
+ checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce"
1029
+ dependencies = [
1030
+ "memchr",
1031
+ ]
1032
+
1033
+ [[package]]
1034
+ name = "once_cell"
1035
+ version = "1.19.0"
1036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1037
+ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
1038
+
1039
+ [[package]]
1040
+ name = "openssl-probe"
1041
+ version = "0.1.5"
1042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1043
+ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1044
+
1045
+ [[package]]
1046
+ name = "overload"
1047
+ version = "0.1.1"
1048
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1049
+ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
1050
+
1051
+ [[package]]
1052
+ name = "parking_lot"
1053
+ version = "0.12.3"
1054
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1055
+ checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
1056
+ dependencies = [
1057
+ "lock_api",
1058
+ "parking_lot_core",
1059
+ ]
1060
+
1061
+ [[package]]
1062
+ name = "parking_lot_core"
1063
+ version = "0.9.10"
1064
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1065
+ checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
1066
+ dependencies = [
1067
+ "cfg-if",
1068
+ "libc",
1069
+ "redox_syscall",
1070
+ "smallvec",
1071
+ "windows-targets 0.52.6",
1072
+ ]
1073
+
1074
+ [[package]]
1075
+ name = "peeking_take_while"
1076
+ version = "0.1.2"
1077
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1078
+ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
1079
+
1080
+ [[package]]
1081
+ name = "percent-encoding"
1082
+ version = "2.3.1"
1083
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1084
+ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1085
+
1086
+ [[package]]
1087
+ name = "phf"
1088
+ version = "0.11.2"
1089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1090
+ checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
1091
+ dependencies = [
1092
+ "phf_shared",
1093
+ ]
1094
+
1095
+ [[package]]
1096
+ name = "phf_codegen"
1097
+ version = "0.11.2"
1098
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1099
+ checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
1100
+ dependencies = [
1101
+ "phf_generator",
1102
+ "phf_shared",
1103
+ ]
1104
+
1105
+ [[package]]
1106
+ name = "phf_generator"
1107
+ version = "0.11.2"
1108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1109
+ checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
1110
+ dependencies = [
1111
+ "phf_shared",
1112
+ "rand",
1113
+ ]
1114
+
1115
+ [[package]]
1116
+ name = "phf_shared"
1117
+ version = "0.11.2"
1118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1119
+ checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
1120
+ dependencies = [
1121
+ "siphasher",
1122
+ "uncased",
1123
+ ]
1124
+
1125
+ [[package]]
1126
+ name = "pin-project"
1127
+ version = "1.1.5"
1128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1129
+ checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
1130
+ dependencies = [
1131
+ "pin-project-internal",
1132
+ ]
1133
+
1134
+ [[package]]
1135
+ name = "pin-project-internal"
1136
+ version = "1.1.5"
1137
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1138
+ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
1139
+ dependencies = [
1140
+ "proc-macro2",
1141
+ "quote",
1142
+ "syn",
1143
+ ]
1144
+
1145
+ [[package]]
1146
+ name = "pin-project-lite"
1147
+ version = "0.2.14"
1148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1149
+ checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
1150
+
1151
+ [[package]]
1152
+ name = "pin-utils"
1153
+ version = "0.1.0"
1154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1155
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1156
+
1157
+ [[package]]
1158
+ name = "ppv-lite86"
1159
+ version = "0.2.17"
1160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1161
+ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1162
+
1163
+ [[package]]
1164
+ name = "prettyplease"
1165
+ version = "0.2.20"
1166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1167
+ checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
1168
+ dependencies = [
1169
+ "proc-macro2",
1170
+ "syn",
1171
+ ]
1172
+
1173
+ [[package]]
1174
+ name = "proc-macro2"
1175
+ version = "1.0.86"
1176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1177
+ checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
1178
+ dependencies = [
1179
+ "unicode-ident",
1180
+ ]
1181
+
1182
+ [[package]]
1183
+ name = "prost"
1184
+ version = "0.12.6"
1185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1186
+ checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
1187
+ dependencies = [
1188
+ "bytes",
1189
+ "prost-derive",
1190
+ ]
1191
+
1192
+ [[package]]
1193
+ name = "prost-derive"
1194
+ version = "0.12.6"
1195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1196
+ checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
1197
+ dependencies = [
1198
+ "anyhow",
1199
+ "itertools",
1200
+ "proc-macro2",
1201
+ "quote",
1202
+ "syn",
1203
+ ]
1204
+
1205
+ [[package]]
1206
+ name = "quote"
1207
+ version = "1.0.36"
1208
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1209
+ checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
1210
+ dependencies = [
1211
+ "proc-macro2",
1212
+ ]
1213
+
1214
+ [[package]]
1215
+ name = "rand"
1216
+ version = "0.8.5"
1217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1218
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1219
+ dependencies = [
1220
+ "libc",
1221
+ "rand_chacha",
1222
+ "rand_core",
1223
+ ]
1224
+
1225
+ [[package]]
1226
+ name = "rand_chacha"
1227
+ version = "0.3.1"
1228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1229
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1230
+ dependencies = [
1231
+ "ppv-lite86",
1232
+ "rand_core",
1233
+ ]
1234
+
1235
+ [[package]]
1236
+ name = "rand_core"
1237
+ version = "0.6.4"
1238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1239
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1240
+ dependencies = [
1241
+ "getrandom",
1242
+ ]
1243
+
1244
+ [[package]]
1245
+ name = "rb-sys"
1246
+ version = "0.9.98"
1247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1248
+ checksum = "8914b2e6af10bd50dd7aaac8c5146872d3924d6012929b4ff504e988f6badd24"
1249
+ dependencies = [
1250
+ "rb-sys-build",
1251
+ ]
1252
+
1253
+ [[package]]
1254
+ name = "rb-sys-build"
1255
+ version = "0.9.98"
1256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1257
+ checksum = "12af68c9757d419b82d65a12b5db538990dfe9416049fea3f0ba4b9a8ca108cd"
1258
+ dependencies = [
1259
+ "bindgen 0.69.4",
1260
+ "lazy_static",
1261
+ "proc-macro2",
1262
+ "quote",
1263
+ "regex",
1264
+ "shell-words",
1265
+ "syn",
1266
+ ]
1267
+
1268
+ [[package]]
1269
+ name = "rb-sys-env"
1270
+ version = "0.1.2"
1271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1272
+ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
1273
+
1274
+ [[package]]
1275
+ name = "rb-sys-test-helpers"
1276
+ version = "0.2.0"
1277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1278
+ checksum = "bbd592029353df7955a76ca0b1bf0d9ccc57feab96615f80d1fe756462864949"
1279
+ dependencies = [
1280
+ "rb-sys",
1281
+ "rb-sys-env",
1282
+ "rb-sys-test-helpers-macros",
1283
+ ]
1284
+
1285
+ [[package]]
1286
+ name = "rb-sys-test-helpers-macros"
1287
+ version = "0.2.0"
1288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1289
+ checksum = "c21f156459adb755d58f73dbd783dc1de8b403635e637f7d1daec1c7a920c1f5"
1290
+ dependencies = [
1291
+ "quote",
1292
+ "syn",
1293
+ ]
1294
+
1295
+ [[package]]
1296
+ name = "redox_syscall"
1297
+ version = "0.5.2"
1298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1299
+ checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
1300
+ dependencies = [
1301
+ "bitflags 2.6.0",
1302
+ ]
1303
+
1304
+ [[package]]
1305
+ name = "regex"
1306
+ version = "1.10.5"
1307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1308
+ checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
1309
+ dependencies = [
1310
+ "aho-corasick",
1311
+ "memchr",
1312
+ "regex-automata 0.4.7",
1313
+ "regex-syntax 0.8.4",
1314
+ ]
1315
+
1316
+ [[package]]
1317
+ name = "regex-automata"
1318
+ version = "0.1.10"
1319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1320
+ checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
1321
+ dependencies = [
1322
+ "regex-syntax 0.6.29",
1323
+ ]
1324
+
1325
+ [[package]]
1326
+ name = "regex-automata"
1327
+ version = "0.4.7"
1328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1329
+ checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
1330
+ dependencies = [
1331
+ "aho-corasick",
1332
+ "memchr",
1333
+ "regex-syntax 0.8.4",
1334
+ ]
1335
+
1336
+ [[package]]
1337
+ name = "regex-syntax"
1338
+ version = "0.6.29"
1339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1340
+ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
1341
+
1342
+ [[package]]
1343
+ name = "regex-syntax"
1344
+ version = "0.8.4"
1345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1346
+ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
1347
+
1348
+ [[package]]
1349
+ name = "ring"
1350
+ version = "0.17.8"
1351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1352
+ checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
1353
+ dependencies = [
1354
+ "cc",
1355
+ "cfg-if",
1356
+ "getrandom",
1357
+ "libc",
1358
+ "spin",
1359
+ "untrusted",
1360
+ "windows-sys 0.52.0",
1361
+ ]
1362
+
1363
+ [[package]]
1364
+ name = "rustc-demangle"
1365
+ version = "0.1.24"
1366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1367
+ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
1368
+
1369
+ [[package]]
1370
+ name = "rustc-hash"
1371
+ version = "1.1.0"
1372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1373
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1374
+
1375
+ [[package]]
1376
+ name = "rustix"
1377
+ version = "0.38.34"
1378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1379
+ checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
1380
+ dependencies = [
1381
+ "bitflags 2.6.0",
1382
+ "errno",
1383
+ "libc",
1384
+ "linux-raw-sys",
1385
+ "windows-sys 0.52.0",
1386
+ ]
1387
+
1388
+ [[package]]
1389
+ name = "rustls"
1390
+ version = "0.22.4"
1391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1392
+ checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
1393
+ dependencies = [
1394
+ "log",
1395
+ "ring",
1396
+ "rustls-pki-types",
1397
+ "rustls-webpki",
1398
+ "subtle",
1399
+ "zeroize",
1400
+ ]
1401
+
1402
+ [[package]]
1403
+ name = "rustls-native-certs"
1404
+ version = "0.7.1"
1405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1406
+ checksum = "a88d6d420651b496bdd98684116959239430022a115c1240e6c3993be0b15fba"
1407
+ dependencies = [
1408
+ "openssl-probe",
1409
+ "rustls-pemfile",
1410
+ "rustls-pki-types",
1411
+ "schannel",
1412
+ "security-framework",
1413
+ ]
1414
+
1415
+ [[package]]
1416
+ name = "rustls-pemfile"
1417
+ version = "2.1.2"
1418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1419
+ checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
1420
+ dependencies = [
1421
+ "base64 0.22.1",
1422
+ "rustls-pki-types",
1423
+ ]
1424
+
1425
+ [[package]]
1426
+ name = "rustls-pki-types"
1427
+ version = "1.7.0"
1428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1429
+ checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
1430
+
1431
+ [[package]]
1432
+ name = "rustls-webpki"
1433
+ version = "0.102.5"
1434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1435
+ checksum = "f9a6fccd794a42c2c105b513a2f62bc3fd8f3ba57a4593677ceb0bd035164d78"
1436
+ dependencies = [
1437
+ "ring",
1438
+ "rustls-pki-types",
1439
+ "untrusted",
1440
+ ]
1441
+
1442
+ [[package]]
1443
+ name = "rustversion"
1444
+ version = "1.0.17"
1445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1446
+ checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
1447
+
1448
+ [[package]]
1449
+ name = "ryu"
1450
+ version = "1.0.18"
1451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1452
+ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
1453
+
1454
+ [[package]]
1455
+ name = "schannel"
1456
+ version = "0.1.23"
1457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1458
+ checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
1459
+ dependencies = [
1460
+ "windows-sys 0.52.0",
1461
+ ]
1462
+
1463
+ [[package]]
1464
+ name = "scopeguard"
1465
+ version = "1.2.0"
1466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1467
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1468
+
1469
+ [[package]]
1470
+ name = "security-framework"
1471
+ version = "2.11.1"
1472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1473
+ checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
1474
+ dependencies = [
1475
+ "bitflags 2.6.0",
1476
+ "core-foundation",
1477
+ "core-foundation-sys",
1478
+ "libc",
1479
+ "security-framework-sys",
1480
+ ]
1481
+
1482
+ [[package]]
1483
+ name = "security-framework-sys"
1484
+ version = "2.11.1"
1485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1486
+ checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
1487
+ dependencies = [
1488
+ "core-foundation-sys",
1489
+ "libc",
1490
+ ]
1491
+
1492
+ [[package]]
1493
+ name = "seq-macro"
1494
+ version = "0.3.5"
1495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1496
+ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
1497
+
1498
+ [[package]]
1499
+ name = "serde"
1500
+ version = "1.0.204"
1501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1502
+ checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
1503
+ dependencies = [
1504
+ "serde_derive",
1505
+ ]
1506
+
1507
+ [[package]]
1508
+ name = "serde_derive"
1509
+ version = "1.0.204"
1510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1511
+ checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
1512
+ dependencies = [
1513
+ "proc-macro2",
1514
+ "quote",
1515
+ "syn",
1516
+ ]
1517
+
1518
+ [[package]]
1519
+ name = "serde_json"
1520
+ version = "1.0.120"
1521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1522
+ checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
1523
+ dependencies = [
1524
+ "itoa",
1525
+ "ryu",
1526
+ "serde",
1527
+ ]
1528
+
1529
+ [[package]]
1530
+ name = "sharded-slab"
1531
+ version = "0.1.7"
1532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1533
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1534
+ dependencies = [
1535
+ "lazy_static",
1536
+ ]
1537
+
1538
+ [[package]]
1539
+ name = "shell-words"
1540
+ version = "1.1.0"
1541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1542
+ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
1543
+
1544
+ [[package]]
1545
+ name = "shlex"
1546
+ version = "1.3.0"
1547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1548
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1549
+
1550
+ [[package]]
1551
+ name = "signal-hook-registry"
1552
+ version = "1.4.2"
1553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1554
+ checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
1555
+ dependencies = [
1556
+ "libc",
1557
+ ]
1558
+
1559
+ [[package]]
1560
+ name = "siphasher"
1561
+ version = "0.3.11"
1562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1563
+ checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
1564
+
1565
+ [[package]]
1566
+ name = "slab"
1567
+ version = "0.4.9"
1568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1569
+ checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
1570
+ dependencies = [
1571
+ "autocfg",
1572
+ ]
1573
+
1574
+ [[package]]
1575
+ name = "smallvec"
1576
+ version = "1.13.2"
1577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1578
+ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
1579
+
1580
+ [[package]]
1581
+ name = "socket2"
1582
+ version = "0.5.7"
1583
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1584
+ checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
1585
+ dependencies = [
1586
+ "libc",
1587
+ "windows-sys 0.52.0",
1588
+ ]
1589
+
1590
+ [[package]]
1591
+ name = "spin"
1592
+ version = "0.9.8"
1593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1594
+ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
1595
+
1596
+ [[package]]
1597
+ name = "subtle"
1598
+ version = "2.6.1"
1599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1600
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1601
+
1602
+ [[package]]
1603
+ name = "syn"
1604
+ version = "2.0.71"
1605
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1606
+ checksum = "b146dcf730474b4bcd16c311627b31ede9ab149045db4d6088b3becaea046462"
1607
+ dependencies = [
1608
+ "proc-macro2",
1609
+ "quote",
1610
+ "unicode-ident",
1611
+ ]
1612
+
1613
+ [[package]]
1614
+ name = "sync_wrapper"
1615
+ version = "0.1.2"
1616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1617
+ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
1618
+
1619
+ [[package]]
1620
+ name = "thiserror"
1621
+ version = "1.0.62"
1622
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1623
+ checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb"
1624
+ dependencies = [
1625
+ "thiserror-impl",
1626
+ ]
1627
+
1628
+ [[package]]
1629
+ name = "thiserror-impl"
1630
+ version = "1.0.62"
1631
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1632
+ checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c"
1633
+ dependencies = [
1634
+ "proc-macro2",
1635
+ "quote",
1636
+ "syn",
1637
+ ]
1638
+
1639
+ [[package]]
1640
+ name = "thread_local"
1641
+ version = "1.1.8"
1642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1643
+ checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
1644
+ dependencies = [
1645
+ "cfg-if",
1646
+ "once_cell",
1647
+ ]
1648
+
1649
+ [[package]]
1650
+ name = "tokio"
1651
+ version = "1.38.0"
1652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1653
+ checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
1654
+ dependencies = [
1655
+ "backtrace",
1656
+ "bytes",
1657
+ "libc",
1658
+ "mio",
1659
+ "num_cpus",
1660
+ "parking_lot",
1661
+ "pin-project-lite",
1662
+ "signal-hook-registry",
1663
+ "socket2",
1664
+ "tokio-macros",
1665
+ "windows-sys 0.48.0",
1666
+ ]
1667
+
1668
+ [[package]]
1669
+ name = "tokio-io-timeout"
1670
+ version = "1.2.0"
1671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1672
+ checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
1673
+ dependencies = [
1674
+ "pin-project-lite",
1675
+ "tokio",
1676
+ ]
1677
+
1678
+ [[package]]
1679
+ name = "tokio-macros"
1680
+ version = "2.3.0"
1681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1682
+ checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
1683
+ dependencies = [
1684
+ "proc-macro2",
1685
+ "quote",
1686
+ "syn",
1687
+ ]
1688
+
1689
+ [[package]]
1690
+ name = "tokio-rustls"
1691
+ version = "0.25.0"
1692
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1693
+ checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
1694
+ dependencies = [
1695
+ "rustls",
1696
+ "rustls-pki-types",
1697
+ "tokio",
1698
+ ]
1699
+
1700
+ [[package]]
1701
+ name = "tokio-stream"
1702
+ version = "0.1.15"
1703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1704
+ checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
1705
+ dependencies = [
1706
+ "futures-core",
1707
+ "pin-project-lite",
1708
+ "tokio",
1709
+ ]
1710
+
1711
+ [[package]]
1712
+ name = "tokio-util"
1713
+ version = "0.7.11"
1714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1715
+ checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
1716
+ dependencies = [
1717
+ "bytes",
1718
+ "futures-core",
1719
+ "futures-sink",
1720
+ "pin-project-lite",
1721
+ "tokio",
1722
+ ]
1723
+
1724
+ [[package]]
1725
+ name = "tonic"
1726
+ version = "0.11.0"
1727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1728
+ checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13"
1729
+ dependencies = [
1730
+ "async-stream",
1731
+ "async-trait",
1732
+ "axum",
1733
+ "base64 0.21.7",
1734
+ "bytes",
1735
+ "h2",
1736
+ "http",
1737
+ "http-body",
1738
+ "hyper",
1739
+ "hyper-timeout",
1740
+ "percent-encoding",
1741
+ "pin-project",
1742
+ "prost",
1743
+ "rustls-native-certs",
1744
+ "rustls-pemfile",
1745
+ "rustls-pki-types",
1746
+ "tokio",
1747
+ "tokio-rustls",
1748
+ "tokio-stream",
1749
+ "tower",
1750
+ "tower-layer",
1751
+ "tower-service",
1752
+ "tracing",
1753
+ "webpki-roots",
1754
+ ]
1755
+
1756
+ [[package]]
1757
+ name = "tonic-web"
1758
+ version = "0.11.0"
1759
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1760
+ checksum = "dc3b0e1cedbf19fdfb78ef3d672cb9928e0a91a9cb4629cc0c916e8cff8aaaa1"
1761
+ dependencies = [
1762
+ "base64 0.21.7",
1763
+ "bytes",
1764
+ "http",
1765
+ "http-body",
1766
+ "hyper",
1767
+ "pin-project",
1768
+ "tokio-stream",
1769
+ "tonic",
1770
+ "tower-http",
1771
+ "tower-layer",
1772
+ "tower-service",
1773
+ "tracing",
1774
+ ]
1775
+
1776
+ [[package]]
1777
+ name = "tower"
1778
+ version = "0.4.13"
1779
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1780
+ checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
1781
+ dependencies = [
1782
+ "futures-core",
1783
+ "futures-util",
1784
+ "indexmap 1.9.3",
1785
+ "pin-project",
1786
+ "pin-project-lite",
1787
+ "rand",
1788
+ "slab",
1789
+ "tokio",
1790
+ "tokio-util",
1791
+ "tower-layer",
1792
+ "tower-service",
1793
+ "tracing",
1794
+ ]
1795
+
1796
+ [[package]]
1797
+ name = "tower-http"
1798
+ version = "0.4.4"
1799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1800
+ checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
1801
+ dependencies = [
1802
+ "bitflags 2.6.0",
1803
+ "bytes",
1804
+ "futures-core",
1805
+ "futures-util",
1806
+ "http",
1807
+ "http-body",
1808
+ "http-range-header",
1809
+ "pin-project-lite",
1810
+ "tower",
1811
+ "tower-layer",
1812
+ "tower-service",
1813
+ "tracing",
1814
+ ]
1815
+
1816
+ [[package]]
1817
+ name = "tower-layer"
1818
+ version = "0.3.2"
1819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1820
+ checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
1821
+
1822
+ [[package]]
1823
+ name = "tower-service"
1824
+ version = "0.3.2"
1825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1826
+ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
1827
+
1828
+ [[package]]
1829
+ name = "tracing"
1830
+ version = "0.1.40"
1831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1832
+ checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
1833
+ dependencies = [
1834
+ "log",
1835
+ "pin-project-lite",
1836
+ "tracing-attributes",
1837
+ "tracing-core",
1838
+ ]
1839
+
1840
+ [[package]]
1841
+ name = "tracing-attributes"
1842
+ version = "0.1.27"
1843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1844
+ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
1845
+ dependencies = [
1846
+ "proc-macro2",
1847
+ "quote",
1848
+ "syn",
1849
+ ]
1850
+
1851
+ [[package]]
1852
+ name = "tracing-core"
1853
+ version = "0.1.32"
1854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1855
+ checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
1856
+ dependencies = [
1857
+ "once_cell",
1858
+ "valuable",
1859
+ ]
1860
+
1861
+ [[package]]
1862
+ name = "tracing-log"
1863
+ version = "0.2.0"
1864
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1865
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
1866
+ dependencies = [
1867
+ "log",
1868
+ "once_cell",
1869
+ "tracing-core",
1870
+ ]
1871
+
1872
+ [[package]]
1873
+ name = "tracing-subscriber"
1874
+ version = "0.3.18"
1875
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1876
+ checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
1877
+ dependencies = [
1878
+ "matchers",
1879
+ "nu-ansi-term",
1880
+ "once_cell",
1881
+ "regex",
1882
+ "sharded-slab",
1883
+ "smallvec",
1884
+ "thread_local",
1885
+ "tracing",
1886
+ "tracing-core",
1887
+ "tracing-log",
1888
+ ]
1889
+
1890
+ [[package]]
1891
+ name = "try-lock"
1892
+ version = "0.2.5"
1893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1894
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1895
+
1896
+ [[package]]
1897
+ name = "typenum"
1898
+ version = "1.17.0"
1899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1900
+ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
1901
+
1902
+ [[package]]
1903
+ name = "uncased"
1904
+ version = "0.9.10"
1905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1906
+ checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697"
1907
+ dependencies = [
1908
+ "version_check",
1909
+ ]
1910
+
1911
+ [[package]]
1912
+ name = "unicode-ident"
1913
+ version = "1.0.12"
1914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1915
+ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
1916
+
1917
+ [[package]]
1918
+ name = "untrusted"
1919
+ version = "0.9.0"
1920
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1921
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1922
+
1923
+ [[package]]
1924
+ name = "uuid"
1925
+ version = "1.10.0"
1926
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1927
+ checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
1928
+ dependencies = [
1929
+ "getrandom",
1930
+ "serde",
1931
+ ]
1932
+
1933
+ [[package]]
1934
+ name = "valuable"
1935
+ version = "0.1.0"
1936
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1937
+ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
1938
+
1939
+ [[package]]
1940
+ name = "version_check"
1941
+ version = "0.9.4"
1942
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1943
+ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1944
+
1945
+ [[package]]
1946
+ name = "want"
1947
+ version = "0.3.1"
1948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1949
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1950
+ dependencies = [
1951
+ "try-lock",
1952
+ ]
1953
+
1954
+ [[package]]
1955
+ name = "wasi"
1956
+ version = "0.11.0+wasi-snapshot-preview1"
1957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1958
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1959
+
1960
+ [[package]]
1961
+ name = "webpki-roots"
1962
+ version = "0.26.3"
1963
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1964
+ checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd"
1965
+ dependencies = [
1966
+ "rustls-pki-types",
1967
+ ]
1968
+
1969
+ [[package]]
1970
+ name = "which"
1971
+ version = "4.4.2"
1972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1973
+ checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
1974
+ dependencies = [
1975
+ "either",
1976
+ "home",
1977
+ "once_cell",
1978
+ "rustix",
1979
+ ]
1980
+
1981
+ [[package]]
1982
+ name = "winapi"
1983
+ version = "0.3.9"
1984
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1985
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1986
+ dependencies = [
1987
+ "winapi-i686-pc-windows-gnu",
1988
+ "winapi-x86_64-pc-windows-gnu",
1989
+ ]
1990
+
1991
+ [[package]]
1992
+ name = "winapi-i686-pc-windows-gnu"
1993
+ version = "0.4.0"
1994
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1995
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1996
+
1997
+ [[package]]
1998
+ name = "winapi-x86_64-pc-windows-gnu"
1999
+ version = "0.4.0"
2000
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2001
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2002
+
2003
+ [[package]]
2004
+ name = "windows-sys"
2005
+ version = "0.48.0"
2006
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2007
+ checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2008
+ dependencies = [
2009
+ "windows-targets 0.48.5",
2010
+ ]
2011
+
2012
+ [[package]]
2013
+ name = "windows-sys"
2014
+ version = "0.52.0"
2015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2016
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2017
+ dependencies = [
2018
+ "windows-targets 0.52.6",
2019
+ ]
2020
+
2021
+ [[package]]
2022
+ name = "windows-targets"
2023
+ version = "0.48.5"
2024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2025
+ checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2026
+ dependencies = [
2027
+ "windows_aarch64_gnullvm 0.48.5",
2028
+ "windows_aarch64_msvc 0.48.5",
2029
+ "windows_i686_gnu 0.48.5",
2030
+ "windows_i686_msvc 0.48.5",
2031
+ "windows_x86_64_gnu 0.48.5",
2032
+ "windows_x86_64_gnullvm 0.48.5",
2033
+ "windows_x86_64_msvc 0.48.5",
2034
+ ]
2035
+
2036
+ [[package]]
2037
+ name = "windows-targets"
2038
+ version = "0.52.6"
2039
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2040
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2041
+ dependencies = [
2042
+ "windows_aarch64_gnullvm 0.52.6",
2043
+ "windows_aarch64_msvc 0.52.6",
2044
+ "windows_i686_gnu 0.52.6",
2045
+ "windows_i686_gnullvm",
2046
+ "windows_i686_msvc 0.52.6",
2047
+ "windows_x86_64_gnu 0.52.6",
2048
+ "windows_x86_64_gnullvm 0.52.6",
2049
+ "windows_x86_64_msvc 0.52.6",
2050
+ ]
2051
+
2052
+ [[package]]
2053
+ name = "windows_aarch64_gnullvm"
2054
+ version = "0.48.5"
2055
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2056
+ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2057
+
2058
+ [[package]]
2059
+ name = "windows_aarch64_gnullvm"
2060
+ version = "0.52.6"
2061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2062
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2063
+
2064
+ [[package]]
2065
+ name = "windows_aarch64_msvc"
2066
+ version = "0.48.5"
2067
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2068
+ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2069
+
2070
+ [[package]]
2071
+ name = "windows_aarch64_msvc"
2072
+ version = "0.52.6"
2073
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2074
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2075
+
2076
+ [[package]]
2077
+ name = "windows_i686_gnu"
2078
+ version = "0.48.5"
2079
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2080
+ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2081
+
2082
+ [[package]]
2083
+ name = "windows_i686_gnu"
2084
+ version = "0.52.6"
2085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2086
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2087
+
2088
+ [[package]]
2089
+ name = "windows_i686_gnullvm"
2090
+ version = "0.52.6"
2091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2092
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2093
+
2094
+ [[package]]
2095
+ name = "windows_i686_msvc"
2096
+ version = "0.48.5"
2097
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2098
+ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2099
+
2100
+ [[package]]
2101
+ name = "windows_i686_msvc"
2102
+ version = "0.52.6"
2103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2104
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2105
+
2106
+ [[package]]
2107
+ name = "windows_x86_64_gnu"
2108
+ version = "0.48.5"
2109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2110
+ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2111
+
2112
+ [[package]]
2113
+ name = "windows_x86_64_gnu"
2114
+ version = "0.52.6"
2115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2116
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2117
+
2118
+ [[package]]
2119
+ name = "windows_x86_64_gnullvm"
2120
+ version = "0.48.5"
2121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2122
+ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2123
+
2124
+ [[package]]
2125
+ name = "windows_x86_64_gnullvm"
2126
+ version = "0.52.6"
2127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2128
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2129
+
2130
+ [[package]]
2131
+ name = "windows_x86_64_msvc"
2132
+ version = "0.48.5"
2133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2134
+ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2135
+
2136
+ [[package]]
2137
+ name = "windows_x86_64_msvc"
2138
+ version = "0.52.6"
2139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2140
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2141
+
2142
+ [[package]]
2143
+ name = "zerocopy"
2144
+ version = "0.7.35"
2145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2146
+ checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2147
+ dependencies = [
2148
+ "byteorder",
2149
+ "zerocopy-derive",
2150
+ ]
2151
+
2152
+ [[package]]
2153
+ name = "zerocopy-derive"
2154
+ version = "0.7.35"
2155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2156
+ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
2157
+ dependencies = [
2158
+ "proc-macro2",
2159
+ "quote",
2160
+ "syn",
2161
+ ]
2162
+
2163
+ [[package]]
2164
+ name = "zeroize"
2165
+ version = "1.8.1"
2166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2167
+ checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"