vxdb 0.1.0__tar.gz

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.
vxdb-0.1.0/Cargo.lock ADDED
@@ -0,0 +1,2113 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "ahash"
7
+ version = "0.8.12"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
10
+ dependencies = [
11
+ "cfg-if",
12
+ "once_cell",
13
+ "version_check",
14
+ "zerocopy",
15
+ ]
16
+
17
+ [[package]]
18
+ name = "aho-corasick"
19
+ version = "1.1.4"
20
+ source = "registry+https://github.com/rust-lang/crates.io-index"
21
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
22
+ dependencies = [
23
+ "memchr",
24
+ ]
25
+
26
+ [[package]]
27
+ name = "anstream"
28
+ version = "1.0.0"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
31
+ dependencies = [
32
+ "anstyle",
33
+ "anstyle-parse",
34
+ "anstyle-query",
35
+ "anstyle-wincon",
36
+ "colorchoice",
37
+ "is_terminal_polyfill",
38
+ "utf8parse",
39
+ ]
40
+
41
+ [[package]]
42
+ name = "anstyle"
43
+ version = "1.0.14"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
46
+
47
+ [[package]]
48
+ name = "anstyle-parse"
49
+ version = "1.0.0"
50
+ source = "registry+https://github.com/rust-lang/crates.io-index"
51
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
52
+ dependencies = [
53
+ "utf8parse",
54
+ ]
55
+
56
+ [[package]]
57
+ name = "anstyle-query"
58
+ version = "1.1.5"
59
+ source = "registry+https://github.com/rust-lang/crates.io-index"
60
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
61
+ dependencies = [
62
+ "windows-sys 0.61.2",
63
+ ]
64
+
65
+ [[package]]
66
+ name = "anstyle-wincon"
67
+ version = "3.0.11"
68
+ source = "registry+https://github.com/rust-lang/crates.io-index"
69
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
70
+ dependencies = [
71
+ "anstyle",
72
+ "once_cell_polyfill",
73
+ "windows-sys 0.61.2",
74
+ ]
75
+
76
+ [[package]]
77
+ name = "atomic-waker"
78
+ version = "1.1.2"
79
+ source = "registry+https://github.com/rust-lang/crates.io-index"
80
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
81
+
82
+ [[package]]
83
+ name = "autocfg"
84
+ version = "1.5.1"
85
+ source = "registry+https://github.com/rust-lang/crates.io-index"
86
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
87
+
88
+ [[package]]
89
+ name = "axum"
90
+ version = "0.8.9"
91
+ source = "registry+https://github.com/rust-lang/crates.io-index"
92
+ checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
93
+ dependencies = [
94
+ "axum-core",
95
+ "bytes",
96
+ "form_urlencoded",
97
+ "futures-util",
98
+ "http",
99
+ "http-body",
100
+ "http-body-util",
101
+ "hyper",
102
+ "hyper-util",
103
+ "itoa",
104
+ "matchit",
105
+ "memchr",
106
+ "mime",
107
+ "percent-encoding",
108
+ "pin-project-lite",
109
+ "serde_core",
110
+ "serde_json",
111
+ "serde_path_to_error",
112
+ "serde_urlencoded",
113
+ "sync_wrapper",
114
+ "tokio",
115
+ "tower",
116
+ "tower-layer",
117
+ "tower-service",
118
+ "tracing",
119
+ ]
120
+
121
+ [[package]]
122
+ name = "axum-core"
123
+ version = "0.5.6"
124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
125
+ checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
126
+ dependencies = [
127
+ "bytes",
128
+ "futures-core",
129
+ "http",
130
+ "http-body",
131
+ "http-body-util",
132
+ "mime",
133
+ "pin-project-lite",
134
+ "sync_wrapper",
135
+ "tower-layer",
136
+ "tower-service",
137
+ "tracing",
138
+ ]
139
+
140
+ [[package]]
141
+ name = "base64"
142
+ version = "0.22.1"
143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
144
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
145
+
146
+ [[package]]
147
+ name = "bitflags"
148
+ version = "2.13.0"
149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
150
+ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
151
+
152
+ [[package]]
153
+ name = "bumpalo"
154
+ version = "3.20.3"
155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
156
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
157
+
158
+ [[package]]
159
+ name = "bytes"
160
+ version = "1.12.0"
161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
162
+ checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
163
+
164
+ [[package]]
165
+ name = "cc"
166
+ version = "1.2.65"
167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
168
+ checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96"
169
+ dependencies = [
170
+ "find-msvc-tools",
171
+ "shlex",
172
+ ]
173
+
174
+ [[package]]
175
+ name = "cfg-if"
176
+ version = "1.0.4"
177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
178
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
179
+
180
+ [[package]]
181
+ name = "clap"
182
+ version = "4.6.1"
183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
184
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
185
+ dependencies = [
186
+ "clap_builder",
187
+ "clap_derive",
188
+ ]
189
+
190
+ [[package]]
191
+ name = "clap_builder"
192
+ version = "4.6.0"
193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
194
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
195
+ dependencies = [
196
+ "anstream",
197
+ "anstyle",
198
+ "clap_lex",
199
+ "strsim",
200
+ ]
201
+
202
+ [[package]]
203
+ name = "clap_derive"
204
+ version = "4.6.1"
205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
206
+ checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
207
+ dependencies = [
208
+ "heck",
209
+ "proc-macro2",
210
+ "quote",
211
+ "syn",
212
+ ]
213
+
214
+ [[package]]
215
+ name = "clap_lex"
216
+ version = "1.1.0"
217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
218
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
219
+
220
+ [[package]]
221
+ name = "colorchoice"
222
+ version = "1.0.5"
223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
224
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
225
+
226
+ [[package]]
227
+ name = "core-foundation"
228
+ version = "0.9.4"
229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
230
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
231
+ dependencies = [
232
+ "core-foundation-sys",
233
+ "libc",
234
+ ]
235
+
236
+ [[package]]
237
+ name = "core-foundation"
238
+ version = "0.10.1"
239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
240
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
241
+ dependencies = [
242
+ "core-foundation-sys",
243
+ "libc",
244
+ ]
245
+
246
+ [[package]]
247
+ name = "core-foundation-sys"
248
+ version = "0.8.7"
249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
250
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
251
+
252
+ [[package]]
253
+ name = "displaydoc"
254
+ version = "0.2.6"
255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
256
+ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
257
+ dependencies = [
258
+ "proc-macro2",
259
+ "quote",
260
+ "syn",
261
+ ]
262
+
263
+ [[package]]
264
+ name = "encoding_rs"
265
+ version = "0.8.35"
266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
267
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
268
+ dependencies = [
269
+ "cfg-if",
270
+ ]
271
+
272
+ [[package]]
273
+ name = "equivalent"
274
+ version = "1.0.2"
275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
276
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
277
+
278
+ [[package]]
279
+ name = "errno"
280
+ version = "0.3.14"
281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
282
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
283
+ dependencies = [
284
+ "libc",
285
+ "windows-sys 0.61.2",
286
+ ]
287
+
288
+ [[package]]
289
+ name = "fallible-iterator"
290
+ version = "0.3.0"
291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
292
+ checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
293
+
294
+ [[package]]
295
+ name = "fallible-streaming-iterator"
296
+ version = "0.1.9"
297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
298
+ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
299
+
300
+ [[package]]
301
+ name = "fastrand"
302
+ version = "2.4.1"
303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
304
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
305
+
306
+ [[package]]
307
+ name = "find-msvc-tools"
308
+ version = "0.1.9"
309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
310
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
311
+
312
+ [[package]]
313
+ name = "fnv"
314
+ version = "1.0.7"
315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
316
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
317
+
318
+ [[package]]
319
+ name = "foreign-types"
320
+ version = "0.3.2"
321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
322
+ checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
323
+ dependencies = [
324
+ "foreign-types-shared",
325
+ ]
326
+
327
+ [[package]]
328
+ name = "foreign-types-shared"
329
+ version = "0.1.1"
330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
331
+ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
332
+
333
+ [[package]]
334
+ name = "form_urlencoded"
335
+ version = "1.2.2"
336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
337
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
338
+ dependencies = [
339
+ "percent-encoding",
340
+ ]
341
+
342
+ [[package]]
343
+ name = "futures-channel"
344
+ version = "0.3.32"
345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
346
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
347
+ dependencies = [
348
+ "futures-core",
349
+ ]
350
+
351
+ [[package]]
352
+ name = "futures-core"
353
+ version = "0.3.32"
354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
355
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
356
+
357
+ [[package]]
358
+ name = "futures-sink"
359
+ version = "0.3.32"
360
+ source = "registry+https://github.com/rust-lang/crates.io-index"
361
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
362
+
363
+ [[package]]
364
+ name = "futures-task"
365
+ version = "0.3.32"
366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
367
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
368
+
369
+ [[package]]
370
+ name = "futures-util"
371
+ version = "0.3.32"
372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
373
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
374
+ dependencies = [
375
+ "futures-core",
376
+ "futures-task",
377
+ "pin-project-lite",
378
+ "slab",
379
+ ]
380
+
381
+ [[package]]
382
+ name = "getrandom"
383
+ version = "0.2.17"
384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
385
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
386
+ dependencies = [
387
+ "cfg-if",
388
+ "libc",
389
+ "wasi",
390
+ ]
391
+
392
+ [[package]]
393
+ name = "getrandom"
394
+ version = "0.4.3"
395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
396
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
397
+ dependencies = [
398
+ "cfg-if",
399
+ "libc",
400
+ "r-efi",
401
+ ]
402
+
403
+ [[package]]
404
+ name = "h2"
405
+ version = "0.4.15"
406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
407
+ checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
408
+ dependencies = [
409
+ "atomic-waker",
410
+ "bytes",
411
+ "fnv",
412
+ "futures-core",
413
+ "futures-sink",
414
+ "http",
415
+ "indexmap",
416
+ "slab",
417
+ "tokio",
418
+ "tokio-util",
419
+ "tracing",
420
+ ]
421
+
422
+ [[package]]
423
+ name = "hashbrown"
424
+ version = "0.14.5"
425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
426
+ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
427
+ dependencies = [
428
+ "ahash",
429
+ ]
430
+
431
+ [[package]]
432
+ name = "hashbrown"
433
+ version = "0.17.1"
434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
435
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
436
+
437
+ [[package]]
438
+ name = "hashlink"
439
+ version = "0.9.1"
440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
441
+ checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
442
+ dependencies = [
443
+ "hashbrown 0.14.5",
444
+ ]
445
+
446
+ [[package]]
447
+ name = "heck"
448
+ version = "0.5.0"
449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
450
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
451
+
452
+ [[package]]
453
+ name = "http"
454
+ version = "1.4.2"
455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
456
+ checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
457
+ dependencies = [
458
+ "bytes",
459
+ "itoa",
460
+ ]
461
+
462
+ [[package]]
463
+ name = "http-body"
464
+ version = "1.0.1"
465
+ source = "registry+https://github.com/rust-lang/crates.io-index"
466
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
467
+ dependencies = [
468
+ "bytes",
469
+ "http",
470
+ ]
471
+
472
+ [[package]]
473
+ name = "http-body-util"
474
+ version = "0.1.3"
475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
476
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
477
+ dependencies = [
478
+ "bytes",
479
+ "futures-core",
480
+ "http",
481
+ "http-body",
482
+ "pin-project-lite",
483
+ ]
484
+
485
+ [[package]]
486
+ name = "httparse"
487
+ version = "1.10.1"
488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
489
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
490
+
491
+ [[package]]
492
+ name = "httpdate"
493
+ version = "1.0.3"
494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
495
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
496
+
497
+ [[package]]
498
+ name = "hyper"
499
+ version = "1.10.1"
500
+ source = "registry+https://github.com/rust-lang/crates.io-index"
501
+ checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498"
502
+ dependencies = [
503
+ "atomic-waker",
504
+ "bytes",
505
+ "futures-channel",
506
+ "futures-core",
507
+ "h2",
508
+ "http",
509
+ "http-body",
510
+ "httparse",
511
+ "httpdate",
512
+ "itoa",
513
+ "pin-project-lite",
514
+ "smallvec",
515
+ "tokio",
516
+ "want",
517
+ ]
518
+
519
+ [[package]]
520
+ name = "hyper-rustls"
521
+ version = "0.27.9"
522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
523
+ checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
524
+ dependencies = [
525
+ "http",
526
+ "hyper",
527
+ "hyper-util",
528
+ "rustls",
529
+ "tokio",
530
+ "tokio-rustls",
531
+ "tower-service",
532
+ ]
533
+
534
+ [[package]]
535
+ name = "hyper-tls"
536
+ version = "0.6.0"
537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
538
+ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
539
+ dependencies = [
540
+ "bytes",
541
+ "http-body-util",
542
+ "hyper",
543
+ "hyper-util",
544
+ "native-tls",
545
+ "tokio",
546
+ "tokio-native-tls",
547
+ "tower-service",
548
+ ]
549
+
550
+ [[package]]
551
+ name = "hyper-util"
552
+ version = "0.1.20"
553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
554
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
555
+ dependencies = [
556
+ "base64",
557
+ "bytes",
558
+ "futures-channel",
559
+ "futures-util",
560
+ "http",
561
+ "http-body",
562
+ "hyper",
563
+ "ipnet",
564
+ "libc",
565
+ "percent-encoding",
566
+ "pin-project-lite",
567
+ "socket2",
568
+ "system-configuration",
569
+ "tokio",
570
+ "tower-service",
571
+ "tracing",
572
+ "windows-registry",
573
+ ]
574
+
575
+ [[package]]
576
+ name = "icu_collections"
577
+ version = "2.2.0"
578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
579
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
580
+ dependencies = [
581
+ "displaydoc",
582
+ "potential_utf",
583
+ "utf8_iter",
584
+ "yoke",
585
+ "zerofrom",
586
+ "zerovec",
587
+ ]
588
+
589
+ [[package]]
590
+ name = "icu_locale_core"
591
+ version = "2.2.0"
592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
593
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
594
+ dependencies = [
595
+ "displaydoc",
596
+ "litemap",
597
+ "tinystr",
598
+ "writeable",
599
+ "zerovec",
600
+ ]
601
+
602
+ [[package]]
603
+ name = "icu_normalizer"
604
+ version = "2.2.0"
605
+ source = "registry+https://github.com/rust-lang/crates.io-index"
606
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
607
+ dependencies = [
608
+ "icu_collections",
609
+ "icu_normalizer_data",
610
+ "icu_properties",
611
+ "icu_provider",
612
+ "smallvec",
613
+ "zerovec",
614
+ ]
615
+
616
+ [[package]]
617
+ name = "icu_normalizer_data"
618
+ version = "2.2.0"
619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
620
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
621
+
622
+ [[package]]
623
+ name = "icu_properties"
624
+ version = "2.2.0"
625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
626
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
627
+ dependencies = [
628
+ "icu_collections",
629
+ "icu_locale_core",
630
+ "icu_properties_data",
631
+ "icu_provider",
632
+ "zerotrie",
633
+ "zerovec",
634
+ ]
635
+
636
+ [[package]]
637
+ name = "icu_properties_data"
638
+ version = "2.2.0"
639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
640
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
641
+
642
+ [[package]]
643
+ name = "icu_provider"
644
+ version = "2.2.0"
645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
646
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
647
+ dependencies = [
648
+ "displaydoc",
649
+ "icu_locale_core",
650
+ "writeable",
651
+ "yoke",
652
+ "zerofrom",
653
+ "zerotrie",
654
+ "zerovec",
655
+ ]
656
+
657
+ [[package]]
658
+ name = "idna"
659
+ version = "1.1.0"
660
+ source = "registry+https://github.com/rust-lang/crates.io-index"
661
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
662
+ dependencies = [
663
+ "idna_adapter",
664
+ "smallvec",
665
+ "utf8_iter",
666
+ ]
667
+
668
+ [[package]]
669
+ name = "idna_adapter"
670
+ version = "1.2.2"
671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
672
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
673
+ dependencies = [
674
+ "icu_normalizer",
675
+ "icu_properties",
676
+ ]
677
+
678
+ [[package]]
679
+ name = "indexmap"
680
+ version = "2.14.0"
681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
682
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
683
+ dependencies = [
684
+ "equivalent",
685
+ "hashbrown 0.17.1",
686
+ ]
687
+
688
+ [[package]]
689
+ name = "indoc"
690
+ version = "2.0.7"
691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
692
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
693
+ dependencies = [
694
+ "rustversion",
695
+ ]
696
+
697
+ [[package]]
698
+ name = "ipnet"
699
+ version = "2.12.0"
700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
701
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
702
+
703
+ [[package]]
704
+ name = "is_terminal_polyfill"
705
+ version = "1.70.2"
706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
707
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
708
+
709
+ [[package]]
710
+ name = "itoa"
711
+ version = "1.0.18"
712
+ source = "registry+https://github.com/rust-lang/crates.io-index"
713
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
714
+
715
+ [[package]]
716
+ name = "js-sys"
717
+ version = "0.3.102"
718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
719
+ checksum = "03d04c30968dffe80775bd4d7fb676131cd04a1fb46d2686dbffbaec2d9dfd31"
720
+ dependencies = [
721
+ "cfg-if",
722
+ "futures-util",
723
+ "wasm-bindgen",
724
+ ]
725
+
726
+ [[package]]
727
+ name = "lazy_static"
728
+ version = "1.5.0"
729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
730
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
731
+
732
+ [[package]]
733
+ name = "libc"
734
+ version = "0.2.186"
735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
736
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
737
+
738
+ [[package]]
739
+ name = "libsqlite3-sys"
740
+ version = "0.28.0"
741
+ source = "registry+https://github.com/rust-lang/crates.io-index"
742
+ checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
743
+ dependencies = [
744
+ "cc",
745
+ "pkg-config",
746
+ "vcpkg",
747
+ ]
748
+
749
+ [[package]]
750
+ name = "linux-raw-sys"
751
+ version = "0.12.1"
752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
753
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
754
+
755
+ [[package]]
756
+ name = "litemap"
757
+ version = "0.8.2"
758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
759
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
760
+
761
+ [[package]]
762
+ name = "lock_api"
763
+ version = "0.4.14"
764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
765
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
766
+ dependencies = [
767
+ "scopeguard",
768
+ ]
769
+
770
+ [[package]]
771
+ name = "log"
772
+ version = "0.4.33"
773
+ source = "registry+https://github.com/rust-lang/crates.io-index"
774
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
775
+
776
+ [[package]]
777
+ name = "matchers"
778
+ version = "0.2.0"
779
+ source = "registry+https://github.com/rust-lang/crates.io-index"
780
+ checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
781
+ dependencies = [
782
+ "regex-automata",
783
+ ]
784
+
785
+ [[package]]
786
+ name = "matchit"
787
+ version = "0.8.4"
788
+ source = "registry+https://github.com/rust-lang/crates.io-index"
789
+ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
790
+
791
+ [[package]]
792
+ name = "memchr"
793
+ version = "2.8.2"
794
+ source = "registry+https://github.com/rust-lang/crates.io-index"
795
+ checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
796
+
797
+ [[package]]
798
+ name = "memmap2"
799
+ version = "0.9.11"
800
+ source = "registry+https://github.com/rust-lang/crates.io-index"
801
+ checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0"
802
+ dependencies = [
803
+ "libc",
804
+ ]
805
+
806
+ [[package]]
807
+ name = "memoffset"
808
+ version = "0.9.1"
809
+ source = "registry+https://github.com/rust-lang/crates.io-index"
810
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
811
+ dependencies = [
812
+ "autocfg",
813
+ ]
814
+
815
+ [[package]]
816
+ name = "mime"
817
+ version = "0.3.17"
818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
819
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
820
+
821
+ [[package]]
822
+ name = "mio"
823
+ version = "1.2.1"
824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
825
+ checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
826
+ dependencies = [
827
+ "libc",
828
+ "wasi",
829
+ "windows-sys 0.61.2",
830
+ ]
831
+
832
+ [[package]]
833
+ name = "native-tls"
834
+ version = "0.2.18"
835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
836
+ checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2"
837
+ dependencies = [
838
+ "libc",
839
+ "log",
840
+ "openssl",
841
+ "openssl-probe",
842
+ "openssl-sys",
843
+ "schannel",
844
+ "security-framework",
845
+ "security-framework-sys",
846
+ "tempfile",
847
+ ]
848
+
849
+ [[package]]
850
+ name = "nu-ansi-term"
851
+ version = "0.50.3"
852
+ source = "registry+https://github.com/rust-lang/crates.io-index"
853
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
854
+ dependencies = [
855
+ "windows-sys 0.61.2",
856
+ ]
857
+
858
+ [[package]]
859
+ name = "once_cell"
860
+ version = "1.21.4"
861
+ source = "registry+https://github.com/rust-lang/crates.io-index"
862
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
863
+
864
+ [[package]]
865
+ name = "once_cell_polyfill"
866
+ version = "1.70.2"
867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
868
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
869
+
870
+ [[package]]
871
+ name = "openssl"
872
+ version = "0.10.81"
873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
874
+ checksum = "77823a27f0babb03091cb9ed9ef80af3b39dbc82f97e8fa530374b7dafd87a45"
875
+ dependencies = [
876
+ "bitflags",
877
+ "cfg-if",
878
+ "foreign-types",
879
+ "libc",
880
+ "openssl-macros",
881
+ "openssl-sys",
882
+ ]
883
+
884
+ [[package]]
885
+ name = "openssl-macros"
886
+ version = "0.1.1"
887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
888
+ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
889
+ dependencies = [
890
+ "proc-macro2",
891
+ "quote",
892
+ "syn",
893
+ ]
894
+
895
+ [[package]]
896
+ name = "openssl-probe"
897
+ version = "0.2.1"
898
+ source = "registry+https://github.com/rust-lang/crates.io-index"
899
+ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
900
+
901
+ [[package]]
902
+ name = "openssl-sys"
903
+ version = "0.9.117"
904
+ source = "registry+https://github.com/rust-lang/crates.io-index"
905
+ checksum = "b47e7e6bb2c38cd930d25a23b40fa52e068c10e85f3e03a7f5ba5aaca5713695"
906
+ dependencies = [
907
+ "cc",
908
+ "libc",
909
+ "pkg-config",
910
+ "vcpkg",
911
+ ]
912
+
913
+ [[package]]
914
+ name = "parking_lot"
915
+ version = "0.12.5"
916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
917
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
918
+ dependencies = [
919
+ "lock_api",
920
+ "parking_lot_core",
921
+ ]
922
+
923
+ [[package]]
924
+ name = "parking_lot_core"
925
+ version = "0.9.12"
926
+ source = "registry+https://github.com/rust-lang/crates.io-index"
927
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
928
+ dependencies = [
929
+ "cfg-if",
930
+ "libc",
931
+ "redox_syscall",
932
+ "smallvec",
933
+ "windows-link",
934
+ ]
935
+
936
+ [[package]]
937
+ name = "percent-encoding"
938
+ version = "2.3.2"
939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
940
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
941
+
942
+ [[package]]
943
+ name = "pin-project-lite"
944
+ version = "0.2.17"
945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
946
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
947
+
948
+ [[package]]
949
+ name = "pkg-config"
950
+ version = "0.3.33"
951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
952
+ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
953
+
954
+ [[package]]
955
+ name = "portable-atomic"
956
+ version = "1.13.1"
957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
958
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
959
+
960
+ [[package]]
961
+ name = "potential_utf"
962
+ version = "0.1.5"
963
+ source = "registry+https://github.com/rust-lang/crates.io-index"
964
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
965
+ dependencies = [
966
+ "zerovec",
967
+ ]
968
+
969
+ [[package]]
970
+ name = "ppv-lite86"
971
+ version = "0.2.21"
972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
973
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
974
+ dependencies = [
975
+ "zerocopy",
976
+ ]
977
+
978
+ [[package]]
979
+ name = "proc-macro2"
980
+ version = "1.0.106"
981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
982
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
983
+ dependencies = [
984
+ "unicode-ident",
985
+ ]
986
+
987
+ [[package]]
988
+ name = "pyo3"
989
+ version = "0.22.6"
990
+ source = "registry+https://github.com/rust-lang/crates.io-index"
991
+ checksum = "f402062616ab18202ae8319da13fa4279883a2b8a9d9f83f20dbade813ce1884"
992
+ dependencies = [
993
+ "cfg-if",
994
+ "indoc",
995
+ "libc",
996
+ "memoffset",
997
+ "once_cell",
998
+ "portable-atomic",
999
+ "pyo3-build-config",
1000
+ "pyo3-ffi",
1001
+ "pyo3-macros",
1002
+ "unindent",
1003
+ ]
1004
+
1005
+ [[package]]
1006
+ name = "pyo3-build-config"
1007
+ version = "0.22.6"
1008
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1009
+ checksum = "b14b5775b5ff446dd1056212d778012cbe8a0fbffd368029fd9e25b514479c38"
1010
+ dependencies = [
1011
+ "once_cell",
1012
+ "target-lexicon",
1013
+ ]
1014
+
1015
+ [[package]]
1016
+ name = "pyo3-ffi"
1017
+ version = "0.22.6"
1018
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1019
+ checksum = "9ab5bcf04a2cdcbb50c7d6105de943f543f9ed92af55818fd17b660390fc8636"
1020
+ dependencies = [
1021
+ "libc",
1022
+ "pyo3-build-config",
1023
+ ]
1024
+
1025
+ [[package]]
1026
+ name = "pyo3-macros"
1027
+ version = "0.22.6"
1028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1029
+ checksum = "0fd24d897903a9e6d80b968368a34e1525aeb719d568dba8b3d4bfa5dc67d453"
1030
+ dependencies = [
1031
+ "proc-macro2",
1032
+ "pyo3-macros-backend",
1033
+ "quote",
1034
+ "syn",
1035
+ ]
1036
+
1037
+ [[package]]
1038
+ name = "pyo3-macros-backend"
1039
+ version = "0.22.6"
1040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1041
+ checksum = "36c011a03ba1e50152b4b394b479826cad97e7a21eb52df179cd91ac411cbfbe"
1042
+ dependencies = [
1043
+ "heck",
1044
+ "proc-macro2",
1045
+ "pyo3-build-config",
1046
+ "quote",
1047
+ "syn",
1048
+ ]
1049
+
1050
+ [[package]]
1051
+ name = "quote"
1052
+ version = "1.0.46"
1053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1054
+ checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
1055
+ dependencies = [
1056
+ "proc-macro2",
1057
+ ]
1058
+
1059
+ [[package]]
1060
+ name = "r-efi"
1061
+ version = "6.0.0"
1062
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1063
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1064
+
1065
+ [[package]]
1066
+ name = "rand"
1067
+ version = "0.8.6"
1068
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1069
+ checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
1070
+ dependencies = [
1071
+ "libc",
1072
+ "rand_chacha",
1073
+ "rand_core",
1074
+ ]
1075
+
1076
+ [[package]]
1077
+ name = "rand_chacha"
1078
+ version = "0.3.1"
1079
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1080
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1081
+ dependencies = [
1082
+ "ppv-lite86",
1083
+ "rand_core",
1084
+ ]
1085
+
1086
+ [[package]]
1087
+ name = "rand_core"
1088
+ version = "0.6.4"
1089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1090
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1091
+ dependencies = [
1092
+ "getrandom 0.2.17",
1093
+ ]
1094
+
1095
+ [[package]]
1096
+ name = "redox_syscall"
1097
+ version = "0.5.18"
1098
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1099
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1100
+ dependencies = [
1101
+ "bitflags",
1102
+ ]
1103
+
1104
+ [[package]]
1105
+ name = "regex-automata"
1106
+ version = "0.4.14"
1107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1108
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1109
+ dependencies = [
1110
+ "aho-corasick",
1111
+ "memchr",
1112
+ "regex-syntax",
1113
+ ]
1114
+
1115
+ [[package]]
1116
+ name = "regex-syntax"
1117
+ version = "0.8.11"
1118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1119
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
1120
+
1121
+ [[package]]
1122
+ name = "reqwest"
1123
+ version = "0.12.28"
1124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1125
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
1126
+ dependencies = [
1127
+ "base64",
1128
+ "bytes",
1129
+ "encoding_rs",
1130
+ "futures-core",
1131
+ "h2",
1132
+ "http",
1133
+ "http-body",
1134
+ "http-body-util",
1135
+ "hyper",
1136
+ "hyper-rustls",
1137
+ "hyper-tls",
1138
+ "hyper-util",
1139
+ "js-sys",
1140
+ "log",
1141
+ "mime",
1142
+ "native-tls",
1143
+ "percent-encoding",
1144
+ "pin-project-lite",
1145
+ "rustls-pki-types",
1146
+ "serde",
1147
+ "serde_json",
1148
+ "serde_urlencoded",
1149
+ "sync_wrapper",
1150
+ "tokio",
1151
+ "tokio-native-tls",
1152
+ "tower",
1153
+ "tower-http",
1154
+ "tower-service",
1155
+ "url",
1156
+ "wasm-bindgen",
1157
+ "wasm-bindgen-futures",
1158
+ "web-sys",
1159
+ ]
1160
+
1161
+ [[package]]
1162
+ name = "ring"
1163
+ version = "0.17.14"
1164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1165
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1166
+ dependencies = [
1167
+ "cc",
1168
+ "cfg-if",
1169
+ "getrandom 0.2.17",
1170
+ "libc",
1171
+ "untrusted",
1172
+ "windows-sys 0.52.0",
1173
+ ]
1174
+
1175
+ [[package]]
1176
+ name = "rusqlite"
1177
+ version = "0.31.0"
1178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1179
+ checksum = "b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae"
1180
+ dependencies = [
1181
+ "bitflags",
1182
+ "fallible-iterator",
1183
+ "fallible-streaming-iterator",
1184
+ "hashlink",
1185
+ "libsqlite3-sys",
1186
+ "smallvec",
1187
+ ]
1188
+
1189
+ [[package]]
1190
+ name = "rustix"
1191
+ version = "1.1.4"
1192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1193
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1194
+ dependencies = [
1195
+ "bitflags",
1196
+ "errno",
1197
+ "libc",
1198
+ "linux-raw-sys",
1199
+ "windows-sys 0.61.2",
1200
+ ]
1201
+
1202
+ [[package]]
1203
+ name = "rustls"
1204
+ version = "0.23.41"
1205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1206
+ checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f"
1207
+ dependencies = [
1208
+ "once_cell",
1209
+ "rustls-pki-types",
1210
+ "rustls-webpki",
1211
+ "subtle",
1212
+ "zeroize",
1213
+ ]
1214
+
1215
+ [[package]]
1216
+ name = "rustls-pki-types"
1217
+ version = "1.14.1"
1218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1219
+ checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
1220
+ dependencies = [
1221
+ "zeroize",
1222
+ ]
1223
+
1224
+ [[package]]
1225
+ name = "rustls-webpki"
1226
+ version = "0.103.13"
1227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1228
+ checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
1229
+ dependencies = [
1230
+ "ring",
1231
+ "rustls-pki-types",
1232
+ "untrusted",
1233
+ ]
1234
+
1235
+ [[package]]
1236
+ name = "rustversion"
1237
+ version = "1.0.22"
1238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1239
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1240
+
1241
+ [[package]]
1242
+ name = "ryu"
1243
+ version = "1.0.23"
1244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1245
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1246
+
1247
+ [[package]]
1248
+ name = "schannel"
1249
+ version = "0.1.29"
1250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1251
+ checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
1252
+ dependencies = [
1253
+ "windows-sys 0.61.2",
1254
+ ]
1255
+
1256
+ [[package]]
1257
+ name = "scopeguard"
1258
+ version = "1.2.0"
1259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1260
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1261
+
1262
+ [[package]]
1263
+ name = "security-framework"
1264
+ version = "3.7.0"
1265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1266
+ checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
1267
+ dependencies = [
1268
+ "bitflags",
1269
+ "core-foundation 0.10.1",
1270
+ "core-foundation-sys",
1271
+ "libc",
1272
+ "security-framework-sys",
1273
+ ]
1274
+
1275
+ [[package]]
1276
+ name = "security-framework-sys"
1277
+ version = "2.17.0"
1278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1279
+ checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
1280
+ dependencies = [
1281
+ "core-foundation-sys",
1282
+ "libc",
1283
+ ]
1284
+
1285
+ [[package]]
1286
+ name = "serde"
1287
+ version = "1.0.228"
1288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1289
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1290
+ dependencies = [
1291
+ "serde_core",
1292
+ "serde_derive",
1293
+ ]
1294
+
1295
+ [[package]]
1296
+ name = "serde_core"
1297
+ version = "1.0.228"
1298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1299
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1300
+ dependencies = [
1301
+ "serde_derive",
1302
+ ]
1303
+
1304
+ [[package]]
1305
+ name = "serde_derive"
1306
+ version = "1.0.228"
1307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1308
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1309
+ dependencies = [
1310
+ "proc-macro2",
1311
+ "quote",
1312
+ "syn",
1313
+ ]
1314
+
1315
+ [[package]]
1316
+ name = "serde_json"
1317
+ version = "1.0.150"
1318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1319
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
1320
+ dependencies = [
1321
+ "itoa",
1322
+ "memchr",
1323
+ "serde",
1324
+ "serde_core",
1325
+ "zmij",
1326
+ ]
1327
+
1328
+ [[package]]
1329
+ name = "serde_path_to_error"
1330
+ version = "0.1.20"
1331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1332
+ checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
1333
+ dependencies = [
1334
+ "itoa",
1335
+ "serde",
1336
+ "serde_core",
1337
+ ]
1338
+
1339
+ [[package]]
1340
+ name = "serde_urlencoded"
1341
+ version = "0.7.1"
1342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1343
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1344
+ dependencies = [
1345
+ "form_urlencoded",
1346
+ "itoa",
1347
+ "ryu",
1348
+ "serde",
1349
+ ]
1350
+
1351
+ [[package]]
1352
+ name = "sharded-slab"
1353
+ version = "0.1.7"
1354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1355
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1356
+ dependencies = [
1357
+ "lazy_static",
1358
+ ]
1359
+
1360
+ [[package]]
1361
+ name = "shlex"
1362
+ version = "2.0.1"
1363
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1364
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
1365
+
1366
+ [[package]]
1367
+ name = "signal-hook-registry"
1368
+ version = "1.4.8"
1369
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1370
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1371
+ dependencies = [
1372
+ "errno",
1373
+ "libc",
1374
+ ]
1375
+
1376
+ [[package]]
1377
+ name = "slab"
1378
+ version = "0.4.12"
1379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1380
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1381
+
1382
+ [[package]]
1383
+ name = "smallvec"
1384
+ version = "1.15.2"
1385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1386
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
1387
+
1388
+ [[package]]
1389
+ name = "socket2"
1390
+ version = "0.6.4"
1391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1392
+ checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
1393
+ dependencies = [
1394
+ "libc",
1395
+ "windows-sys 0.61.2",
1396
+ ]
1397
+
1398
+ [[package]]
1399
+ name = "stable_deref_trait"
1400
+ version = "1.2.1"
1401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1402
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1403
+
1404
+ [[package]]
1405
+ name = "strsim"
1406
+ version = "0.11.1"
1407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1408
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1409
+
1410
+ [[package]]
1411
+ name = "subtle"
1412
+ version = "2.6.1"
1413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1414
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1415
+
1416
+ [[package]]
1417
+ name = "syn"
1418
+ version = "2.0.118"
1419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1420
+ checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
1421
+ dependencies = [
1422
+ "proc-macro2",
1423
+ "quote",
1424
+ "unicode-ident",
1425
+ ]
1426
+
1427
+ [[package]]
1428
+ name = "sync_wrapper"
1429
+ version = "1.0.2"
1430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1431
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1432
+ dependencies = [
1433
+ "futures-core",
1434
+ ]
1435
+
1436
+ [[package]]
1437
+ name = "synstructure"
1438
+ version = "0.13.2"
1439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1440
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1441
+ dependencies = [
1442
+ "proc-macro2",
1443
+ "quote",
1444
+ "syn",
1445
+ ]
1446
+
1447
+ [[package]]
1448
+ name = "system-configuration"
1449
+ version = "0.7.0"
1450
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1451
+ checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
1452
+ dependencies = [
1453
+ "bitflags",
1454
+ "core-foundation 0.9.4",
1455
+ "system-configuration-sys",
1456
+ ]
1457
+
1458
+ [[package]]
1459
+ name = "system-configuration-sys"
1460
+ version = "0.6.0"
1461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1462
+ checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
1463
+ dependencies = [
1464
+ "core-foundation-sys",
1465
+ "libc",
1466
+ ]
1467
+
1468
+ [[package]]
1469
+ name = "target-lexicon"
1470
+ version = "0.12.16"
1471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1472
+ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
1473
+
1474
+ [[package]]
1475
+ name = "tempfile"
1476
+ version = "3.27.0"
1477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1478
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
1479
+ dependencies = [
1480
+ "fastrand",
1481
+ "getrandom 0.4.3",
1482
+ "once_cell",
1483
+ "rustix",
1484
+ "windows-sys 0.61.2",
1485
+ ]
1486
+
1487
+ [[package]]
1488
+ name = "thiserror"
1489
+ version = "2.0.18"
1490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1491
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1492
+ dependencies = [
1493
+ "thiserror-impl",
1494
+ ]
1495
+
1496
+ [[package]]
1497
+ name = "thiserror-impl"
1498
+ version = "2.0.18"
1499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1500
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1501
+ dependencies = [
1502
+ "proc-macro2",
1503
+ "quote",
1504
+ "syn",
1505
+ ]
1506
+
1507
+ [[package]]
1508
+ name = "thread_local"
1509
+ version = "1.1.9"
1510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1511
+ checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
1512
+ dependencies = [
1513
+ "cfg-if",
1514
+ ]
1515
+
1516
+ [[package]]
1517
+ name = "tinystr"
1518
+ version = "0.8.3"
1519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1520
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
1521
+ dependencies = [
1522
+ "displaydoc",
1523
+ "zerovec",
1524
+ ]
1525
+
1526
+ [[package]]
1527
+ name = "tokio"
1528
+ version = "1.52.3"
1529
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1530
+ checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
1531
+ dependencies = [
1532
+ "bytes",
1533
+ "libc",
1534
+ "mio",
1535
+ "parking_lot",
1536
+ "pin-project-lite",
1537
+ "signal-hook-registry",
1538
+ "socket2",
1539
+ "tokio-macros",
1540
+ "windows-sys 0.61.2",
1541
+ ]
1542
+
1543
+ [[package]]
1544
+ name = "tokio-macros"
1545
+ version = "2.7.0"
1546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1547
+ checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
1548
+ dependencies = [
1549
+ "proc-macro2",
1550
+ "quote",
1551
+ "syn",
1552
+ ]
1553
+
1554
+ [[package]]
1555
+ name = "tokio-native-tls"
1556
+ version = "0.3.1"
1557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1558
+ checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
1559
+ dependencies = [
1560
+ "native-tls",
1561
+ "tokio",
1562
+ ]
1563
+
1564
+ [[package]]
1565
+ name = "tokio-rustls"
1566
+ version = "0.26.4"
1567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1568
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
1569
+ dependencies = [
1570
+ "rustls",
1571
+ "tokio",
1572
+ ]
1573
+
1574
+ [[package]]
1575
+ name = "tokio-util"
1576
+ version = "0.7.18"
1577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1578
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
1579
+ dependencies = [
1580
+ "bytes",
1581
+ "futures-core",
1582
+ "futures-sink",
1583
+ "pin-project-lite",
1584
+ "tokio",
1585
+ ]
1586
+
1587
+ [[package]]
1588
+ name = "tower"
1589
+ version = "0.5.3"
1590
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1591
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1592
+ dependencies = [
1593
+ "futures-core",
1594
+ "futures-util",
1595
+ "pin-project-lite",
1596
+ "sync_wrapper",
1597
+ "tokio",
1598
+ "tower-layer",
1599
+ "tower-service",
1600
+ "tracing",
1601
+ ]
1602
+
1603
+ [[package]]
1604
+ name = "tower-http"
1605
+ version = "0.6.11"
1606
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1607
+ checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
1608
+ dependencies = [
1609
+ "bitflags",
1610
+ "bytes",
1611
+ "futures-util",
1612
+ "http",
1613
+ "http-body",
1614
+ "pin-project-lite",
1615
+ "tower",
1616
+ "tower-layer",
1617
+ "tower-service",
1618
+ "tracing",
1619
+ "url",
1620
+ ]
1621
+
1622
+ [[package]]
1623
+ name = "tower-layer"
1624
+ version = "0.3.3"
1625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1626
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1627
+
1628
+ [[package]]
1629
+ name = "tower-service"
1630
+ version = "0.3.3"
1631
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1632
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1633
+
1634
+ [[package]]
1635
+ name = "tracing"
1636
+ version = "0.1.44"
1637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1638
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1639
+ dependencies = [
1640
+ "log",
1641
+ "pin-project-lite",
1642
+ "tracing-attributes",
1643
+ "tracing-core",
1644
+ ]
1645
+
1646
+ [[package]]
1647
+ name = "tracing-attributes"
1648
+ version = "0.1.31"
1649
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1650
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1651
+ dependencies = [
1652
+ "proc-macro2",
1653
+ "quote",
1654
+ "syn",
1655
+ ]
1656
+
1657
+ [[package]]
1658
+ name = "tracing-core"
1659
+ version = "0.1.36"
1660
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1661
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1662
+ dependencies = [
1663
+ "once_cell",
1664
+ "valuable",
1665
+ ]
1666
+
1667
+ [[package]]
1668
+ name = "tracing-log"
1669
+ version = "0.2.0"
1670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1671
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
1672
+ dependencies = [
1673
+ "log",
1674
+ "once_cell",
1675
+ "tracing-core",
1676
+ ]
1677
+
1678
+ [[package]]
1679
+ name = "tracing-subscriber"
1680
+ version = "0.3.23"
1681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1682
+ checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
1683
+ dependencies = [
1684
+ "matchers",
1685
+ "nu-ansi-term",
1686
+ "once_cell",
1687
+ "regex-automata",
1688
+ "sharded-slab",
1689
+ "smallvec",
1690
+ "thread_local",
1691
+ "tracing",
1692
+ "tracing-core",
1693
+ "tracing-log",
1694
+ ]
1695
+
1696
+ [[package]]
1697
+ name = "try-lock"
1698
+ version = "0.2.5"
1699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1700
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1701
+
1702
+ [[package]]
1703
+ name = "unicode-ident"
1704
+ version = "1.0.24"
1705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1706
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1707
+
1708
+ [[package]]
1709
+ name = "unindent"
1710
+ version = "0.2.4"
1711
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1712
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
1713
+
1714
+ [[package]]
1715
+ name = "untrusted"
1716
+ version = "0.9.0"
1717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1718
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1719
+
1720
+ [[package]]
1721
+ name = "url"
1722
+ version = "2.5.8"
1723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1724
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1725
+ dependencies = [
1726
+ "form_urlencoded",
1727
+ "idna",
1728
+ "percent-encoding",
1729
+ "serde",
1730
+ ]
1731
+
1732
+ [[package]]
1733
+ name = "utf8_iter"
1734
+ version = "1.0.4"
1735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1736
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1737
+
1738
+ [[package]]
1739
+ name = "utf8parse"
1740
+ version = "0.2.2"
1741
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1742
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1743
+
1744
+ [[package]]
1745
+ name = "valuable"
1746
+ version = "0.1.1"
1747
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1748
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
1749
+
1750
+ [[package]]
1751
+ name = "vcpkg"
1752
+ version = "0.2.15"
1753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1754
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1755
+
1756
+ [[package]]
1757
+ name = "version_check"
1758
+ version = "0.9.5"
1759
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1760
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1761
+
1762
+ [[package]]
1763
+ name = "vxdb-core"
1764
+ version = "0.1.0"
1765
+ dependencies = [
1766
+ "memmap2",
1767
+ "parking_lot",
1768
+ "rand",
1769
+ "rusqlite",
1770
+ "serde",
1771
+ "serde_json",
1772
+ "tempfile",
1773
+ "thiserror",
1774
+ ]
1775
+
1776
+ [[package]]
1777
+ name = "vxdb-python"
1778
+ version = "0.1.0"
1779
+ dependencies = [
1780
+ "pyo3",
1781
+ "serde_json",
1782
+ "vxdb-core",
1783
+ ]
1784
+
1785
+ [[package]]
1786
+ name = "vxdb-server"
1787
+ version = "0.1.0"
1788
+ dependencies = [
1789
+ "axum",
1790
+ "clap",
1791
+ "http-body-util",
1792
+ "reqwest",
1793
+ "serde",
1794
+ "serde_json",
1795
+ "tokio",
1796
+ "tower",
1797
+ "tower-http",
1798
+ "tracing",
1799
+ "tracing-subscriber",
1800
+ "vxdb-core",
1801
+ ]
1802
+
1803
+ [[package]]
1804
+ name = "want"
1805
+ version = "0.3.1"
1806
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1807
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1808
+ dependencies = [
1809
+ "try-lock",
1810
+ ]
1811
+
1812
+ [[package]]
1813
+ name = "wasi"
1814
+ version = "0.11.1+wasi-snapshot-preview1"
1815
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1816
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1817
+
1818
+ [[package]]
1819
+ name = "wasm-bindgen"
1820
+ version = "0.2.125"
1821
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1822
+ checksum = "8ddb3f79143bced6de84270411622a2699cee572fc0875aeaf1e7867cf9fca1a"
1823
+ dependencies = [
1824
+ "cfg-if",
1825
+ "once_cell",
1826
+ "rustversion",
1827
+ "wasm-bindgen-macro",
1828
+ "wasm-bindgen-shared",
1829
+ ]
1830
+
1831
+ [[package]]
1832
+ name = "wasm-bindgen-futures"
1833
+ version = "0.4.75"
1834
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1835
+ checksum = "503b14d284f2c8dac03b819967e155ea753f573586193b2b2c95990cb5d69280"
1836
+ dependencies = [
1837
+ "js-sys",
1838
+ "wasm-bindgen",
1839
+ ]
1840
+
1841
+ [[package]]
1842
+ name = "wasm-bindgen-macro"
1843
+ version = "0.2.125"
1844
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1845
+ checksum = "4e21a184b13fb19e157296e2c46056aec9092264fab83e4ba59e68c61b323c3d"
1846
+ dependencies = [
1847
+ "quote",
1848
+ "wasm-bindgen-macro-support",
1849
+ ]
1850
+
1851
+ [[package]]
1852
+ name = "wasm-bindgen-macro-support"
1853
+ version = "0.2.125"
1854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1855
+ checksum = "fecefd9c35bd935a20fc3fc344b5f29138961e4f47fb03297d88f2587afb5ebd"
1856
+ dependencies = [
1857
+ "bumpalo",
1858
+ "proc-macro2",
1859
+ "quote",
1860
+ "syn",
1861
+ "wasm-bindgen-shared",
1862
+ ]
1863
+
1864
+ [[package]]
1865
+ name = "wasm-bindgen-shared"
1866
+ version = "0.2.125"
1867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1868
+ checksum = "23939e44bb9a5d7576fa2b563dc2e136628f1224e88a8deed09e04858b77871f"
1869
+ dependencies = [
1870
+ "unicode-ident",
1871
+ ]
1872
+
1873
+ [[package]]
1874
+ name = "web-sys"
1875
+ version = "0.3.102"
1876
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1877
+ checksum = "a6430a72df5eb332242960fe84b3002a241163998241eb596d4f739b9757061d"
1878
+ dependencies = [
1879
+ "js-sys",
1880
+ "wasm-bindgen",
1881
+ ]
1882
+
1883
+ [[package]]
1884
+ name = "windows-link"
1885
+ version = "0.2.1"
1886
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1887
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1888
+
1889
+ [[package]]
1890
+ name = "windows-registry"
1891
+ version = "0.6.1"
1892
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1893
+ checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
1894
+ dependencies = [
1895
+ "windows-link",
1896
+ "windows-result",
1897
+ "windows-strings",
1898
+ ]
1899
+
1900
+ [[package]]
1901
+ name = "windows-result"
1902
+ version = "0.4.1"
1903
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1904
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1905
+ dependencies = [
1906
+ "windows-link",
1907
+ ]
1908
+
1909
+ [[package]]
1910
+ name = "windows-strings"
1911
+ version = "0.5.1"
1912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1913
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
1914
+ dependencies = [
1915
+ "windows-link",
1916
+ ]
1917
+
1918
+ [[package]]
1919
+ name = "windows-sys"
1920
+ version = "0.52.0"
1921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1922
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1923
+ dependencies = [
1924
+ "windows-targets",
1925
+ ]
1926
+
1927
+ [[package]]
1928
+ name = "windows-sys"
1929
+ version = "0.61.2"
1930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1931
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1932
+ dependencies = [
1933
+ "windows-link",
1934
+ ]
1935
+
1936
+ [[package]]
1937
+ name = "windows-targets"
1938
+ version = "0.52.6"
1939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1940
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1941
+ dependencies = [
1942
+ "windows_aarch64_gnullvm",
1943
+ "windows_aarch64_msvc",
1944
+ "windows_i686_gnu",
1945
+ "windows_i686_gnullvm",
1946
+ "windows_i686_msvc",
1947
+ "windows_x86_64_gnu",
1948
+ "windows_x86_64_gnullvm",
1949
+ "windows_x86_64_msvc",
1950
+ ]
1951
+
1952
+ [[package]]
1953
+ name = "windows_aarch64_gnullvm"
1954
+ version = "0.52.6"
1955
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1956
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1957
+
1958
+ [[package]]
1959
+ name = "windows_aarch64_msvc"
1960
+ version = "0.52.6"
1961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1962
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1963
+
1964
+ [[package]]
1965
+ name = "windows_i686_gnu"
1966
+ version = "0.52.6"
1967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1968
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1969
+
1970
+ [[package]]
1971
+ name = "windows_i686_gnullvm"
1972
+ version = "0.52.6"
1973
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1974
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1975
+
1976
+ [[package]]
1977
+ name = "windows_i686_msvc"
1978
+ version = "0.52.6"
1979
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1980
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1981
+
1982
+ [[package]]
1983
+ name = "windows_x86_64_gnu"
1984
+ version = "0.52.6"
1985
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1986
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1987
+
1988
+ [[package]]
1989
+ name = "windows_x86_64_gnullvm"
1990
+ version = "0.52.6"
1991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1992
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1993
+
1994
+ [[package]]
1995
+ name = "windows_x86_64_msvc"
1996
+ version = "0.52.6"
1997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1998
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1999
+
2000
+ [[package]]
2001
+ name = "writeable"
2002
+ version = "0.6.3"
2003
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2004
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
2005
+
2006
+ [[package]]
2007
+ name = "yoke"
2008
+ version = "0.8.3"
2009
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2010
+ checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
2011
+ dependencies = [
2012
+ "stable_deref_trait",
2013
+ "yoke-derive",
2014
+ "zerofrom",
2015
+ ]
2016
+
2017
+ [[package]]
2018
+ name = "yoke-derive"
2019
+ version = "0.8.2"
2020
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2021
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
2022
+ dependencies = [
2023
+ "proc-macro2",
2024
+ "quote",
2025
+ "syn",
2026
+ "synstructure",
2027
+ ]
2028
+
2029
+ [[package]]
2030
+ name = "zerocopy"
2031
+ version = "0.8.52"
2032
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2033
+ checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
2034
+ dependencies = [
2035
+ "zerocopy-derive",
2036
+ ]
2037
+
2038
+ [[package]]
2039
+ name = "zerocopy-derive"
2040
+ version = "0.8.52"
2041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2042
+ checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
2043
+ dependencies = [
2044
+ "proc-macro2",
2045
+ "quote",
2046
+ "syn",
2047
+ ]
2048
+
2049
+ [[package]]
2050
+ name = "zerofrom"
2051
+ version = "0.1.8"
2052
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2053
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
2054
+ dependencies = [
2055
+ "zerofrom-derive",
2056
+ ]
2057
+
2058
+ [[package]]
2059
+ name = "zerofrom-derive"
2060
+ version = "0.1.7"
2061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2062
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
2063
+ dependencies = [
2064
+ "proc-macro2",
2065
+ "quote",
2066
+ "syn",
2067
+ "synstructure",
2068
+ ]
2069
+
2070
+ [[package]]
2071
+ name = "zeroize"
2072
+ version = "1.9.0"
2073
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2074
+ checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
2075
+
2076
+ [[package]]
2077
+ name = "zerotrie"
2078
+ version = "0.2.4"
2079
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2080
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
2081
+ dependencies = [
2082
+ "displaydoc",
2083
+ "yoke",
2084
+ "zerofrom",
2085
+ ]
2086
+
2087
+ [[package]]
2088
+ name = "zerovec"
2089
+ version = "0.11.6"
2090
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2091
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
2092
+ dependencies = [
2093
+ "yoke",
2094
+ "zerofrom",
2095
+ "zerovec-derive",
2096
+ ]
2097
+
2098
+ [[package]]
2099
+ name = "zerovec-derive"
2100
+ version = "0.11.3"
2101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2102
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
2103
+ dependencies = [
2104
+ "proc-macro2",
2105
+ "quote",
2106
+ "syn",
2107
+ ]
2108
+
2109
+ [[package]]
2110
+ name = "zmij"
2111
+ version = "1.0.21"
2112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2113
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"