beads-kanban-ui 0.1.0 → 0.1.2

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.
Files changed (154) hide show
  1. package/README.md +16 -222
  2. package/package.json +18 -55
  3. package/.designs/beads-kanban-ui-bj0.md +0 -73
  4. package/.designs/beads-kanban-ui-qxq.md +0 -144
  5. package/.designs/epic-support.md +0 -282
  6. package/.env.local.example +0 -2
  7. package/.eslintrc.json +0 -3
  8. package/.gitattributes +0 -3
  9. package/.github/workflows/release.yml +0 -123
  10. package/.history/README_20260121193710.md +0 -227
  11. package/.history/README_20260121193918.md +0 -227
  12. package/.history/README_20260121193921.md +0 -227
  13. package/.history/README_20260121193933.md +0 -227
  14. package/.history/README_20260121193934.md +0 -227
  15. package/.history/README_20260121193944.md +0 -227
  16. package/.history/README_20260121193953.md +0 -227
  17. package/.history/src/app/page_20260121133429.tsx +0 -134
  18. package/.history/src/app/page_20260121133928.tsx +0 -134
  19. package/.history/src/app/page_20260121144850.tsx +0 -138
  20. package/.history/src/app/page_20260121144854.tsx +0 -138
  21. package/.history/src/app/page_20260121144858.tsx +0 -138
  22. package/.history/src/app/page_20260121144902.tsx +0 -138
  23. package/.history/src/app/page_20260121144906.tsx +0 -138
  24. package/.history/src/app/page_20260121144911.tsx +0 -138
  25. package/.history/src/app/page_20260121144928.tsx +0 -138
  26. package/.playwright-mcp/.playwright-mcp/morphing-dialog-wheel-scroll-fix.png +0 -0
  27. package/.playwright-mcp/beams-test.png +0 -0
  28. package/.playwright-mcp/card-verification.png +0 -0
  29. package/.playwright-mcp/design-doc-dialog-fix-verification.png +0 -0
  30. package/.playwright-mcp/dialog-width-test.png +0 -0
  31. package/.playwright-mcp/homepage.png +0 -0
  32. package/.playwright-mcp/morphing-dialog-expanded.png +0 -0
  33. package/.playwright-mcp/morphing-dialog-fixes-final.png +0 -0
  34. package/.playwright-mcp/morphing-dialog-open.png +0 -0
  35. package/.playwright-mcp/page-2026-01-21T14-08-31-529Z.png +0 -0
  36. package/.playwright-mcp/page-2026-01-21T14-09-23-431Z.png +0 -0
  37. package/.playwright-mcp/page-2026-01-21T14-10-28-773Z.png +0 -0
  38. package/.playwright-mcp/page-2026-01-21T14-10-47-432Z.png +0 -0
  39. package/.playwright-mcp/page-2026-01-21T14-11-12-350Z.png +0 -0
  40. package/.playwright-mcp/screenshot-after-click.png +0 -0
  41. package/.playwright-mcp/screenshot-after-dialog-click.png +0 -0
  42. package/.playwright-mcp/sheet-restored-after-dialog-close.png +0 -0
  43. package/.playwright-mcp/test-1-sheet-open-with-overlay.png +0 -0
  44. package/.playwright-mcp/test-2-morphing-dialog-with-overlay.png +0 -0
  45. package/.playwright-mcp/test-3-sheet-open-dark-overlay.png +0 -0
  46. package/.playwright-mcp/test-4-morphing-dialog-with-dark-overlay.png +0 -0
  47. package/.playwright-mcp/test-5-morphing-dialog-scrolled.png +0 -0
  48. package/.playwright-mcp/test-6-sheet-restored-after-dialog-close.png +0 -0
  49. package/.playwright-mcp/wheel-scroll-fixed.png +0 -0
  50. package/Screenshots/bead-detail.png +0 -0
  51. package/Screenshots/dashboard.png +0 -0
  52. package/Screenshots/kanban-board.png +0 -0
  53. package/components.json +0 -27
  54. package/logo/logo.svg +0 -1
  55. package/next.config.js +0 -9
  56. package/npm/README.md +0 -37
  57. package/npm/package.json +0 -20
  58. package/postcss.config.js +0 -6
  59. package/public/logo.svg +0 -1
  60. package/restart.sh +0 -5
  61. package/server/Cargo.lock +0 -1685
  62. package/server/Cargo.toml +0 -24
  63. package/server/src/db.rs +0 -570
  64. package/server/src/main.rs +0 -141
  65. package/server/src/routes/beads.rs +0 -413
  66. package/server/src/routes/cli.rs +0 -150
  67. package/server/src/routes/fs.rs +0 -360
  68. package/server/src/routes/git.rs +0 -169
  69. package/server/src/routes/mod.rs +0 -107
  70. package/server/src/routes/projects.rs +0 -177
  71. package/server/src/routes/watch.rs +0 -211
  72. package/src/app/globals.css +0 -101
  73. package/src/app/layout.tsx +0 -36
  74. package/src/app/page.tsx +0 -348
  75. package/src/app/project/kanban-board.tsx +0 -356
  76. package/src/app/project/page.tsx +0 -18
  77. package/src/app/settings/page.tsx +0 -224
  78. package/src/components/Beams.css +0 -5
  79. package/src/components/Beams.jsx +0 -307
  80. package/src/components/Galaxy.css +0 -5
  81. package/src/components/Galaxy.jsx +0 -333
  82. package/src/components/activity-timeline.tsx +0 -172
  83. package/src/components/add-project-dialog.tsx +0 -219
  84. package/src/components/bead-card.tsx +0 -196
  85. package/src/components/bead-detail.tsx +0 -306
  86. package/src/components/color-picker.tsx +0 -101
  87. package/src/components/comment-input.tsx +0 -155
  88. package/src/components/comment-list.tsx +0 -147
  89. package/src/components/dependency-badge.tsx +0 -106
  90. package/src/components/design-doc-dialog.tsx +0 -58
  91. package/src/components/design-doc-preview.tsx +0 -97
  92. package/src/components/design-doc-viewer.tsx +0 -199
  93. package/src/components/editable-project-name.tsx +0 -178
  94. package/src/components/epic-card.tsx +0 -263
  95. package/src/components/folder-browser.tsx +0 -273
  96. package/src/components/footer.tsx +0 -27
  97. package/src/components/kanban/default.tsx +0 -184
  98. package/src/components/kanban-column.tsx +0 -167
  99. package/src/components/project-card.tsx +0 -191
  100. package/src/components/quick-filter-bar.tsx +0 -279
  101. package/src/components/scan-directory-dialog.tsx +0 -368
  102. package/src/components/status-donut.tsx +0 -197
  103. package/src/components/subtask-list.tsx +0 -128
  104. package/src/components/tag-picker.tsx +0 -252
  105. package/src/components/ui/.gitkeep +0 -0
  106. package/src/components/ui/alert-dialog.tsx +0 -141
  107. package/src/components/ui/avatar.tsx +0 -67
  108. package/src/components/ui/badge.tsx +0 -230
  109. package/src/components/ui/button.tsx +0 -433
  110. package/src/components/ui/card/index.tsx +0 -24
  111. package/src/components/ui/card/roiui-card.module.css +0 -197
  112. package/src/components/ui/card/roiui-card.tsx +0 -154
  113. package/src/components/ui/card/shadcn-card.tsx +0 -76
  114. package/src/components/ui/chart.tsx +0 -369
  115. package/src/components/ui/dialog.tsx +0 -122
  116. package/src/components/ui/dropdown-menu.tsx +0 -201
  117. package/src/components/ui/input.tsx +0 -22
  118. package/src/components/ui/kanban.tsx +0 -522
  119. package/src/components/ui/morphing-dialog.tsx +0 -457
  120. package/src/components/ui/popover.tsx +0 -33
  121. package/src/components/ui/progress.tsx +0 -28
  122. package/src/components/ui/scroll-area.tsx +0 -48
  123. package/src/components/ui/select.tsx +0 -159
  124. package/src/components/ui/separator.tsx +0 -31
  125. package/src/components/ui/sheet.tsx +0 -142
  126. package/src/components/ui/skeleton.tsx +0 -15
  127. package/src/components/ui/toast.tsx +0 -129
  128. package/src/components/ui/toaster.tsx +0 -35
  129. package/src/components/ui/tooltip.tsx +0 -30
  130. package/src/hooks/.gitkeep +0 -0
  131. package/src/hooks/use-bead-filters.ts +0 -261
  132. package/src/hooks/use-beads.ts +0 -162
  133. package/src/hooks/use-branch-statuses.ts +0 -161
  134. package/src/hooks/use-epics.ts +0 -173
  135. package/src/hooks/use-file-watcher.ts +0 -111
  136. package/src/hooks/use-keyboard-navigation.ts +0 -282
  137. package/src/hooks/use-project.ts +0 -61
  138. package/src/hooks/use-projects.ts +0 -93
  139. package/src/hooks/use-toast.ts +0 -194
  140. package/src/hooks/useClickOutside.tsx +0 -26
  141. package/src/lib/.gitkeep +0 -0
  142. package/src/lib/api.ts +0 -186
  143. package/src/lib/beads-parser.ts +0 -252
  144. package/src/lib/cli.ts +0 -193
  145. package/src/lib/db.ts +0 -145
  146. package/src/lib/design-doc.ts +0 -74
  147. package/src/lib/epic-parser.ts +0 -242
  148. package/src/lib/git.ts +0 -102
  149. package/src/lib/utils.ts +0 -12
  150. package/src/types/index.ts +0 -107
  151. package/tailwind.config.ts +0 -85
  152. package/tsconfig.json +0 -26
  153. /package/{npm/bin → bin}/cli.js +0 -0
  154. /package/{npm/scripts → scripts}/postinstall.js +0 -0
package/server/Cargo.lock DELETED
@@ -1,1685 +0,0 @@
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 = "android_system_properties"
19
- version = "0.1.5"
20
- source = "registry+https://github.com/rust-lang/crates.io-index"
21
- checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
22
- dependencies = [
23
- "libc",
24
- ]
25
-
26
- [[package]]
27
- name = "async-trait"
28
- version = "0.1.89"
29
- source = "registry+https://github.com/rust-lang/crates.io-index"
30
- checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
31
- dependencies = [
32
- "proc-macro2",
33
- "quote",
34
- "syn",
35
- ]
36
-
37
- [[package]]
38
- name = "atomic-waker"
39
- version = "1.1.2"
40
- source = "registry+https://github.com/rust-lang/crates.io-index"
41
- checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
42
-
43
- [[package]]
44
- name = "autocfg"
45
- version = "1.5.0"
46
- source = "registry+https://github.com/rust-lang/crates.io-index"
47
- checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
48
-
49
- [[package]]
50
- name = "axum"
51
- version = "0.7.9"
52
- source = "registry+https://github.com/rust-lang/crates.io-index"
53
- checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
54
- dependencies = [
55
- "async-trait",
56
- "axum-core",
57
- "bytes",
58
- "futures-util",
59
- "http",
60
- "http-body",
61
- "http-body-util",
62
- "hyper",
63
- "hyper-util",
64
- "itoa",
65
- "matchit",
66
- "memchr",
67
- "mime",
68
- "percent-encoding",
69
- "pin-project-lite",
70
- "rustversion",
71
- "serde",
72
- "serde_json",
73
- "serde_path_to_error",
74
- "serde_urlencoded",
75
- "sync_wrapper",
76
- "tokio",
77
- "tower",
78
- "tower-layer",
79
- "tower-service",
80
- "tracing",
81
- ]
82
-
83
- [[package]]
84
- name = "axum-core"
85
- version = "0.4.5"
86
- source = "registry+https://github.com/rust-lang/crates.io-index"
87
- checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
88
- dependencies = [
89
- "async-trait",
90
- "bytes",
91
- "futures-util",
92
- "http",
93
- "http-body",
94
- "http-body-util",
95
- "mime",
96
- "pin-project-lite",
97
- "rustversion",
98
- "sync_wrapper",
99
- "tower-layer",
100
- "tower-service",
101
- "tracing",
102
- ]
103
-
104
- [[package]]
105
- name = "beads-server"
106
- version = "0.1.0"
107
- dependencies = [
108
- "axum",
109
- "chrono",
110
- "directories",
111
- "futures",
112
- "mime_guess",
113
- "notify",
114
- "open",
115
- "rusqlite",
116
- "rust-embed",
117
- "serde",
118
- "serde_json",
119
- "thiserror",
120
- "tokio",
121
- "tokio-stream",
122
- "tower-http",
123
- "tracing",
124
- "tracing-subscriber",
125
- "uuid",
126
- ]
127
-
128
- [[package]]
129
- name = "bitflags"
130
- version = "1.3.2"
131
- source = "registry+https://github.com/rust-lang/crates.io-index"
132
- checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
133
-
134
- [[package]]
135
- name = "bitflags"
136
- version = "2.10.0"
137
- source = "registry+https://github.com/rust-lang/crates.io-index"
138
- checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
139
-
140
- [[package]]
141
- name = "block-buffer"
142
- version = "0.10.4"
143
- source = "registry+https://github.com/rust-lang/crates.io-index"
144
- checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
145
- dependencies = [
146
- "generic-array",
147
- ]
148
-
149
- [[package]]
150
- name = "bumpalo"
151
- version = "3.19.1"
152
- source = "registry+https://github.com/rust-lang/crates.io-index"
153
- checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
154
-
155
- [[package]]
156
- name = "bytes"
157
- version = "1.11.0"
158
- source = "registry+https://github.com/rust-lang/crates.io-index"
159
- checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
160
-
161
- [[package]]
162
- name = "cc"
163
- version = "1.2.52"
164
- source = "registry+https://github.com/rust-lang/crates.io-index"
165
- checksum = "cd4932aefd12402b36c60956a4fe0035421f544799057659ff86f923657aada3"
166
- dependencies = [
167
- "find-msvc-tools",
168
- "shlex",
169
- ]
170
-
171
- [[package]]
172
- name = "cfg-if"
173
- version = "1.0.4"
174
- source = "registry+https://github.com/rust-lang/crates.io-index"
175
- checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
176
-
177
- [[package]]
178
- name = "chrono"
179
- version = "0.4.42"
180
- source = "registry+https://github.com/rust-lang/crates.io-index"
181
- checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
182
- dependencies = [
183
- "iana-time-zone",
184
- "js-sys",
185
- "num-traits",
186
- "serde",
187
- "wasm-bindgen",
188
- "windows-link",
189
- ]
190
-
191
- [[package]]
192
- name = "core-foundation-sys"
193
- version = "0.8.7"
194
- source = "registry+https://github.com/rust-lang/crates.io-index"
195
- checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
196
-
197
- [[package]]
198
- name = "cpufeatures"
199
- version = "0.2.17"
200
- source = "registry+https://github.com/rust-lang/crates.io-index"
201
- checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
202
- dependencies = [
203
- "libc",
204
- ]
205
-
206
- [[package]]
207
- name = "crossbeam-channel"
208
- version = "0.5.15"
209
- source = "registry+https://github.com/rust-lang/crates.io-index"
210
- checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
211
- dependencies = [
212
- "crossbeam-utils",
213
- ]
214
-
215
- [[package]]
216
- name = "crossbeam-utils"
217
- version = "0.8.21"
218
- source = "registry+https://github.com/rust-lang/crates.io-index"
219
- checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
220
-
221
- [[package]]
222
- name = "crypto-common"
223
- version = "0.1.7"
224
- source = "registry+https://github.com/rust-lang/crates.io-index"
225
- checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
226
- dependencies = [
227
- "generic-array",
228
- "typenum",
229
- ]
230
-
231
- [[package]]
232
- name = "digest"
233
- version = "0.10.7"
234
- source = "registry+https://github.com/rust-lang/crates.io-index"
235
- checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
236
- dependencies = [
237
- "block-buffer",
238
- "crypto-common",
239
- ]
240
-
241
- [[package]]
242
- name = "directories"
243
- version = "5.0.1"
244
- source = "registry+https://github.com/rust-lang/crates.io-index"
245
- checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
246
- dependencies = [
247
- "dirs-sys",
248
- ]
249
-
250
- [[package]]
251
- name = "dirs-sys"
252
- version = "0.4.1"
253
- source = "registry+https://github.com/rust-lang/crates.io-index"
254
- checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
255
- dependencies = [
256
- "libc",
257
- "option-ext",
258
- "redox_users",
259
- "windows-sys 0.48.0",
260
- ]
261
-
262
- [[package]]
263
- name = "errno"
264
- version = "0.3.14"
265
- source = "registry+https://github.com/rust-lang/crates.io-index"
266
- checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
267
- dependencies = [
268
- "libc",
269
- "windows-sys 0.61.2",
270
- ]
271
-
272
- [[package]]
273
- name = "fallible-iterator"
274
- version = "0.3.0"
275
- source = "registry+https://github.com/rust-lang/crates.io-index"
276
- checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
277
-
278
- [[package]]
279
- name = "fallible-streaming-iterator"
280
- version = "0.1.9"
281
- source = "registry+https://github.com/rust-lang/crates.io-index"
282
- checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
283
-
284
- [[package]]
285
- name = "filetime"
286
- version = "0.2.26"
287
- source = "registry+https://github.com/rust-lang/crates.io-index"
288
- checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
289
- dependencies = [
290
- "cfg-if",
291
- "libc",
292
- "libredox",
293
- "windows-sys 0.60.2",
294
- ]
295
-
296
- [[package]]
297
- name = "find-msvc-tools"
298
- version = "0.1.7"
299
- source = "registry+https://github.com/rust-lang/crates.io-index"
300
- checksum = "f449e6c6c08c865631d4890cfacf252b3d396c9bcc83adb6623cdb02a8336c41"
301
-
302
- [[package]]
303
- name = "form_urlencoded"
304
- version = "1.2.2"
305
- source = "registry+https://github.com/rust-lang/crates.io-index"
306
- checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
307
- dependencies = [
308
- "percent-encoding",
309
- ]
310
-
311
- [[package]]
312
- name = "fsevent-sys"
313
- version = "4.1.0"
314
- source = "registry+https://github.com/rust-lang/crates.io-index"
315
- checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
316
- dependencies = [
317
- "libc",
318
- ]
319
-
320
- [[package]]
321
- name = "futures"
322
- version = "0.3.31"
323
- source = "registry+https://github.com/rust-lang/crates.io-index"
324
- checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
325
- dependencies = [
326
- "futures-channel",
327
- "futures-core",
328
- "futures-executor",
329
- "futures-io",
330
- "futures-sink",
331
- "futures-task",
332
- "futures-util",
333
- ]
334
-
335
- [[package]]
336
- name = "futures-channel"
337
- version = "0.3.31"
338
- source = "registry+https://github.com/rust-lang/crates.io-index"
339
- checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
340
- dependencies = [
341
- "futures-core",
342
- "futures-sink",
343
- ]
344
-
345
- [[package]]
346
- name = "futures-core"
347
- version = "0.3.31"
348
- source = "registry+https://github.com/rust-lang/crates.io-index"
349
- checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
350
-
351
- [[package]]
352
- name = "futures-executor"
353
- version = "0.3.31"
354
- source = "registry+https://github.com/rust-lang/crates.io-index"
355
- checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
356
- dependencies = [
357
- "futures-core",
358
- "futures-task",
359
- "futures-util",
360
- ]
361
-
362
- [[package]]
363
- name = "futures-io"
364
- version = "0.3.31"
365
- source = "registry+https://github.com/rust-lang/crates.io-index"
366
- checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
367
-
368
- [[package]]
369
- name = "futures-macro"
370
- version = "0.3.31"
371
- source = "registry+https://github.com/rust-lang/crates.io-index"
372
- checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
373
- dependencies = [
374
- "proc-macro2",
375
- "quote",
376
- "syn",
377
- ]
378
-
379
- [[package]]
380
- name = "futures-sink"
381
- version = "0.3.31"
382
- source = "registry+https://github.com/rust-lang/crates.io-index"
383
- checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
384
-
385
- [[package]]
386
- name = "futures-task"
387
- version = "0.3.31"
388
- source = "registry+https://github.com/rust-lang/crates.io-index"
389
- checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
390
-
391
- [[package]]
392
- name = "futures-util"
393
- version = "0.3.31"
394
- source = "registry+https://github.com/rust-lang/crates.io-index"
395
- checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
396
- dependencies = [
397
- "futures-channel",
398
- "futures-core",
399
- "futures-io",
400
- "futures-macro",
401
- "futures-sink",
402
- "futures-task",
403
- "memchr",
404
- "pin-project-lite",
405
- "pin-utils",
406
- "slab",
407
- ]
408
-
409
- [[package]]
410
- name = "generic-array"
411
- version = "0.14.7"
412
- source = "registry+https://github.com/rust-lang/crates.io-index"
413
- checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
414
- dependencies = [
415
- "typenum",
416
- "version_check",
417
- ]
418
-
419
- [[package]]
420
- name = "getrandom"
421
- version = "0.2.17"
422
- source = "registry+https://github.com/rust-lang/crates.io-index"
423
- checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
424
- dependencies = [
425
- "cfg-if",
426
- "libc",
427
- "wasi",
428
- ]
429
-
430
- [[package]]
431
- name = "getrandom"
432
- version = "0.3.4"
433
- source = "registry+https://github.com/rust-lang/crates.io-index"
434
- checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
435
- dependencies = [
436
- "cfg-if",
437
- "libc",
438
- "r-efi",
439
- "wasip2",
440
- ]
441
-
442
- [[package]]
443
- name = "hashbrown"
444
- version = "0.14.5"
445
- source = "registry+https://github.com/rust-lang/crates.io-index"
446
- checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
447
- dependencies = [
448
- "ahash",
449
- ]
450
-
451
- [[package]]
452
- name = "hashlink"
453
- version = "0.9.1"
454
- source = "registry+https://github.com/rust-lang/crates.io-index"
455
- checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
456
- dependencies = [
457
- "hashbrown",
458
- ]
459
-
460
- [[package]]
461
- name = "http"
462
- version = "1.4.0"
463
- source = "registry+https://github.com/rust-lang/crates.io-index"
464
- checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
465
- dependencies = [
466
- "bytes",
467
- "itoa",
468
- ]
469
-
470
- [[package]]
471
- name = "http-body"
472
- version = "1.0.1"
473
- source = "registry+https://github.com/rust-lang/crates.io-index"
474
- checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
475
- dependencies = [
476
- "bytes",
477
- "http",
478
- ]
479
-
480
- [[package]]
481
- name = "http-body-util"
482
- version = "0.1.3"
483
- source = "registry+https://github.com/rust-lang/crates.io-index"
484
- checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
485
- dependencies = [
486
- "bytes",
487
- "futures-core",
488
- "http",
489
- "http-body",
490
- "pin-project-lite",
491
- ]
492
-
493
- [[package]]
494
- name = "http-range-header"
495
- version = "0.4.2"
496
- source = "registry+https://github.com/rust-lang/crates.io-index"
497
- checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
498
-
499
- [[package]]
500
- name = "httparse"
501
- version = "1.10.1"
502
- source = "registry+https://github.com/rust-lang/crates.io-index"
503
- checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
504
-
505
- [[package]]
506
- name = "httpdate"
507
- version = "1.0.3"
508
- source = "registry+https://github.com/rust-lang/crates.io-index"
509
- checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
510
-
511
- [[package]]
512
- name = "hyper"
513
- version = "1.8.1"
514
- source = "registry+https://github.com/rust-lang/crates.io-index"
515
- checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
516
- dependencies = [
517
- "atomic-waker",
518
- "bytes",
519
- "futures-channel",
520
- "futures-core",
521
- "http",
522
- "http-body",
523
- "httparse",
524
- "httpdate",
525
- "itoa",
526
- "pin-project-lite",
527
- "pin-utils",
528
- "smallvec",
529
- "tokio",
530
- ]
531
-
532
- [[package]]
533
- name = "hyper-util"
534
- version = "0.1.19"
535
- source = "registry+https://github.com/rust-lang/crates.io-index"
536
- checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
537
- dependencies = [
538
- "bytes",
539
- "futures-core",
540
- "http",
541
- "http-body",
542
- "hyper",
543
- "pin-project-lite",
544
- "tokio",
545
- "tower-service",
546
- ]
547
-
548
- [[package]]
549
- name = "iana-time-zone"
550
- version = "0.1.64"
551
- source = "registry+https://github.com/rust-lang/crates.io-index"
552
- checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
553
- dependencies = [
554
- "android_system_properties",
555
- "core-foundation-sys",
556
- "iana-time-zone-haiku",
557
- "js-sys",
558
- "log",
559
- "wasm-bindgen",
560
- "windows-core",
561
- ]
562
-
563
- [[package]]
564
- name = "iana-time-zone-haiku"
565
- version = "0.1.2"
566
- source = "registry+https://github.com/rust-lang/crates.io-index"
567
- checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
568
- dependencies = [
569
- "cc",
570
- ]
571
-
572
- [[package]]
573
- name = "inotify"
574
- version = "0.9.6"
575
- source = "registry+https://github.com/rust-lang/crates.io-index"
576
- checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
577
- dependencies = [
578
- "bitflags 1.3.2",
579
- "inotify-sys",
580
- "libc",
581
- ]
582
-
583
- [[package]]
584
- name = "inotify-sys"
585
- version = "0.1.5"
586
- source = "registry+https://github.com/rust-lang/crates.io-index"
587
- checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
588
- dependencies = [
589
- "libc",
590
- ]
591
-
592
- [[package]]
593
- name = "is-docker"
594
- version = "0.2.0"
595
- source = "registry+https://github.com/rust-lang/crates.io-index"
596
- checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
597
- dependencies = [
598
- "once_cell",
599
- ]
600
-
601
- [[package]]
602
- name = "is-wsl"
603
- version = "0.4.0"
604
- source = "registry+https://github.com/rust-lang/crates.io-index"
605
- checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
606
- dependencies = [
607
- "is-docker",
608
- "once_cell",
609
- ]
610
-
611
- [[package]]
612
- name = "itoa"
613
- version = "1.0.17"
614
- source = "registry+https://github.com/rust-lang/crates.io-index"
615
- checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
616
-
617
- [[package]]
618
- name = "js-sys"
619
- version = "0.3.83"
620
- source = "registry+https://github.com/rust-lang/crates.io-index"
621
- checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
622
- dependencies = [
623
- "once_cell",
624
- "wasm-bindgen",
625
- ]
626
-
627
- [[package]]
628
- name = "kqueue"
629
- version = "1.1.1"
630
- source = "registry+https://github.com/rust-lang/crates.io-index"
631
- checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
632
- dependencies = [
633
- "kqueue-sys",
634
- "libc",
635
- ]
636
-
637
- [[package]]
638
- name = "kqueue-sys"
639
- version = "1.0.4"
640
- source = "registry+https://github.com/rust-lang/crates.io-index"
641
- checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
642
- dependencies = [
643
- "bitflags 1.3.2",
644
- "libc",
645
- ]
646
-
647
- [[package]]
648
- name = "lazy_static"
649
- version = "1.5.0"
650
- source = "registry+https://github.com/rust-lang/crates.io-index"
651
- checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
652
-
653
- [[package]]
654
- name = "libc"
655
- version = "0.2.180"
656
- source = "registry+https://github.com/rust-lang/crates.io-index"
657
- checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
658
-
659
- [[package]]
660
- name = "libredox"
661
- version = "0.1.12"
662
- source = "registry+https://github.com/rust-lang/crates.io-index"
663
- checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616"
664
- dependencies = [
665
- "bitflags 2.10.0",
666
- "libc",
667
- "redox_syscall 0.7.0",
668
- ]
669
-
670
- [[package]]
671
- name = "libsqlite3-sys"
672
- version = "0.28.0"
673
- source = "registry+https://github.com/rust-lang/crates.io-index"
674
- checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
675
- dependencies = [
676
- "cc",
677
- "pkg-config",
678
- "vcpkg",
679
- ]
680
-
681
- [[package]]
682
- name = "lock_api"
683
- version = "0.4.14"
684
- source = "registry+https://github.com/rust-lang/crates.io-index"
685
- checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
686
- dependencies = [
687
- "scopeguard",
688
- ]
689
-
690
- [[package]]
691
- name = "log"
692
- version = "0.4.29"
693
- source = "registry+https://github.com/rust-lang/crates.io-index"
694
- checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
695
-
696
- [[package]]
697
- name = "matchit"
698
- version = "0.7.3"
699
- source = "registry+https://github.com/rust-lang/crates.io-index"
700
- checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
701
-
702
- [[package]]
703
- name = "memchr"
704
- version = "2.7.6"
705
- source = "registry+https://github.com/rust-lang/crates.io-index"
706
- checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
707
-
708
- [[package]]
709
- name = "mime"
710
- version = "0.3.17"
711
- source = "registry+https://github.com/rust-lang/crates.io-index"
712
- checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
713
-
714
- [[package]]
715
- name = "mime_guess"
716
- version = "2.0.5"
717
- source = "registry+https://github.com/rust-lang/crates.io-index"
718
- checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
719
- dependencies = [
720
- "mime",
721
- "unicase",
722
- ]
723
-
724
- [[package]]
725
- name = "mio"
726
- version = "0.8.11"
727
- source = "registry+https://github.com/rust-lang/crates.io-index"
728
- checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
729
- dependencies = [
730
- "libc",
731
- "log",
732
- "wasi",
733
- "windows-sys 0.48.0",
734
- ]
735
-
736
- [[package]]
737
- name = "mio"
738
- version = "1.1.1"
739
- source = "registry+https://github.com/rust-lang/crates.io-index"
740
- checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
741
- dependencies = [
742
- "libc",
743
- "wasi",
744
- "windows-sys 0.61.2",
745
- ]
746
-
747
- [[package]]
748
- name = "notify"
749
- version = "6.1.1"
750
- source = "registry+https://github.com/rust-lang/crates.io-index"
751
- checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
752
- dependencies = [
753
- "bitflags 2.10.0",
754
- "crossbeam-channel",
755
- "filetime",
756
- "fsevent-sys",
757
- "inotify",
758
- "kqueue",
759
- "libc",
760
- "log",
761
- "mio 0.8.11",
762
- "walkdir",
763
- "windows-sys 0.48.0",
764
- ]
765
-
766
- [[package]]
767
- name = "nu-ansi-term"
768
- version = "0.50.3"
769
- source = "registry+https://github.com/rust-lang/crates.io-index"
770
- checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
771
- dependencies = [
772
- "windows-sys 0.61.2",
773
- ]
774
-
775
- [[package]]
776
- name = "num-traits"
777
- version = "0.2.19"
778
- source = "registry+https://github.com/rust-lang/crates.io-index"
779
- checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
780
- dependencies = [
781
- "autocfg",
782
- ]
783
-
784
- [[package]]
785
- name = "once_cell"
786
- version = "1.21.3"
787
- source = "registry+https://github.com/rust-lang/crates.io-index"
788
- checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
789
-
790
- [[package]]
791
- name = "open"
792
- version = "5.3.3"
793
- source = "registry+https://github.com/rust-lang/crates.io-index"
794
- checksum = "43bb73a7fa3799b198970490a51174027ba0d4ec504b03cd08caf513d40024bc"
795
- dependencies = [
796
- "is-wsl",
797
- "libc",
798
- "pathdiff",
799
- ]
800
-
801
- [[package]]
802
- name = "option-ext"
803
- version = "0.2.0"
804
- source = "registry+https://github.com/rust-lang/crates.io-index"
805
- checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
806
-
807
- [[package]]
808
- name = "parking_lot"
809
- version = "0.12.5"
810
- source = "registry+https://github.com/rust-lang/crates.io-index"
811
- checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
812
- dependencies = [
813
- "lock_api",
814
- "parking_lot_core",
815
- ]
816
-
817
- [[package]]
818
- name = "parking_lot_core"
819
- version = "0.9.12"
820
- source = "registry+https://github.com/rust-lang/crates.io-index"
821
- checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
822
- dependencies = [
823
- "cfg-if",
824
- "libc",
825
- "redox_syscall 0.5.18",
826
- "smallvec",
827
- "windows-link",
828
- ]
829
-
830
- [[package]]
831
- name = "pathdiff"
832
- version = "0.2.3"
833
- source = "registry+https://github.com/rust-lang/crates.io-index"
834
- checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
835
-
836
- [[package]]
837
- name = "percent-encoding"
838
- version = "2.3.2"
839
- source = "registry+https://github.com/rust-lang/crates.io-index"
840
- checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
841
-
842
- [[package]]
843
- name = "pin-project-lite"
844
- version = "0.2.16"
845
- source = "registry+https://github.com/rust-lang/crates.io-index"
846
- checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
847
-
848
- [[package]]
849
- name = "pin-utils"
850
- version = "0.1.0"
851
- source = "registry+https://github.com/rust-lang/crates.io-index"
852
- checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
853
-
854
- [[package]]
855
- name = "pkg-config"
856
- version = "0.3.32"
857
- source = "registry+https://github.com/rust-lang/crates.io-index"
858
- checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
859
-
860
- [[package]]
861
- name = "proc-macro2"
862
- version = "1.0.105"
863
- source = "registry+https://github.com/rust-lang/crates.io-index"
864
- checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7"
865
- dependencies = [
866
- "unicode-ident",
867
- ]
868
-
869
- [[package]]
870
- name = "quote"
871
- version = "1.0.43"
872
- source = "registry+https://github.com/rust-lang/crates.io-index"
873
- checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a"
874
- dependencies = [
875
- "proc-macro2",
876
- ]
877
-
878
- [[package]]
879
- name = "r-efi"
880
- version = "5.3.0"
881
- source = "registry+https://github.com/rust-lang/crates.io-index"
882
- checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
883
-
884
- [[package]]
885
- name = "redox_syscall"
886
- version = "0.5.18"
887
- source = "registry+https://github.com/rust-lang/crates.io-index"
888
- checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
889
- dependencies = [
890
- "bitflags 2.10.0",
891
- ]
892
-
893
- [[package]]
894
- name = "redox_syscall"
895
- version = "0.7.0"
896
- source = "registry+https://github.com/rust-lang/crates.io-index"
897
- checksum = "49f3fe0889e69e2ae9e41f4d6c4c0181701d00e4697b356fb1f74173a5e0ee27"
898
- dependencies = [
899
- "bitflags 2.10.0",
900
- ]
901
-
902
- [[package]]
903
- name = "redox_users"
904
- version = "0.4.6"
905
- source = "registry+https://github.com/rust-lang/crates.io-index"
906
- checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
907
- dependencies = [
908
- "getrandom 0.2.17",
909
- "libredox",
910
- "thiserror",
911
- ]
912
-
913
- [[package]]
914
- name = "rusqlite"
915
- version = "0.31.0"
916
- source = "registry+https://github.com/rust-lang/crates.io-index"
917
- checksum = "b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae"
918
- dependencies = [
919
- "bitflags 2.10.0",
920
- "fallible-iterator",
921
- "fallible-streaming-iterator",
922
- "hashlink",
923
- "libsqlite3-sys",
924
- "smallvec",
925
- ]
926
-
927
- [[package]]
928
- name = "rust-embed"
929
- version = "8.9.0"
930
- source = "registry+https://github.com/rust-lang/crates.io-index"
931
- checksum = "947d7f3fad52b283d261c4c99a084937e2fe492248cb9a68a8435a861b8798ca"
932
- dependencies = [
933
- "rust-embed-impl",
934
- "rust-embed-utils",
935
- "walkdir",
936
- ]
937
-
938
- [[package]]
939
- name = "rust-embed-impl"
940
- version = "8.9.0"
941
- source = "registry+https://github.com/rust-lang/crates.io-index"
942
- checksum = "5fa2c8c9e8711e10f9c4fd2d64317ef13feaab820a4c51541f1a8c8e2e851ab2"
943
- dependencies = [
944
- "proc-macro2",
945
- "quote",
946
- "rust-embed-utils",
947
- "syn",
948
- "walkdir",
949
- ]
950
-
951
- [[package]]
952
- name = "rust-embed-utils"
953
- version = "8.9.0"
954
- source = "registry+https://github.com/rust-lang/crates.io-index"
955
- checksum = "60b161f275cb337fe0a44d924a5f4df0ed69c2c39519858f931ce61c779d3475"
956
- dependencies = [
957
- "sha2",
958
- "walkdir",
959
- ]
960
-
961
- [[package]]
962
- name = "rustversion"
963
- version = "1.0.22"
964
- source = "registry+https://github.com/rust-lang/crates.io-index"
965
- checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
966
-
967
- [[package]]
968
- name = "ryu"
969
- version = "1.0.22"
970
- source = "registry+https://github.com/rust-lang/crates.io-index"
971
- checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984"
972
-
973
- [[package]]
974
- name = "same-file"
975
- version = "1.0.6"
976
- source = "registry+https://github.com/rust-lang/crates.io-index"
977
- checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
978
- dependencies = [
979
- "winapi-util",
980
- ]
981
-
982
- [[package]]
983
- name = "scopeguard"
984
- version = "1.2.0"
985
- source = "registry+https://github.com/rust-lang/crates.io-index"
986
- checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
987
-
988
- [[package]]
989
- name = "serde"
990
- version = "1.0.228"
991
- source = "registry+https://github.com/rust-lang/crates.io-index"
992
- checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
993
- dependencies = [
994
- "serde_core",
995
- "serde_derive",
996
- ]
997
-
998
- [[package]]
999
- name = "serde_core"
1000
- version = "1.0.228"
1001
- source = "registry+https://github.com/rust-lang/crates.io-index"
1002
- checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1003
- dependencies = [
1004
- "serde_derive",
1005
- ]
1006
-
1007
- [[package]]
1008
- name = "serde_derive"
1009
- version = "1.0.228"
1010
- source = "registry+https://github.com/rust-lang/crates.io-index"
1011
- checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1012
- dependencies = [
1013
- "proc-macro2",
1014
- "quote",
1015
- "syn",
1016
- ]
1017
-
1018
- [[package]]
1019
- name = "serde_json"
1020
- version = "1.0.149"
1021
- source = "registry+https://github.com/rust-lang/crates.io-index"
1022
- checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1023
- dependencies = [
1024
- "itoa",
1025
- "memchr",
1026
- "serde",
1027
- "serde_core",
1028
- "zmij",
1029
- ]
1030
-
1031
- [[package]]
1032
- name = "serde_path_to_error"
1033
- version = "0.1.20"
1034
- source = "registry+https://github.com/rust-lang/crates.io-index"
1035
- checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
1036
- dependencies = [
1037
- "itoa",
1038
- "serde",
1039
- "serde_core",
1040
- ]
1041
-
1042
- [[package]]
1043
- name = "serde_urlencoded"
1044
- version = "0.7.1"
1045
- source = "registry+https://github.com/rust-lang/crates.io-index"
1046
- checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1047
- dependencies = [
1048
- "form_urlencoded",
1049
- "itoa",
1050
- "ryu",
1051
- "serde",
1052
- ]
1053
-
1054
- [[package]]
1055
- name = "sha2"
1056
- version = "0.10.9"
1057
- source = "registry+https://github.com/rust-lang/crates.io-index"
1058
- checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1059
- dependencies = [
1060
- "cfg-if",
1061
- "cpufeatures",
1062
- "digest",
1063
- ]
1064
-
1065
- [[package]]
1066
- name = "sharded-slab"
1067
- version = "0.1.7"
1068
- source = "registry+https://github.com/rust-lang/crates.io-index"
1069
- checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1070
- dependencies = [
1071
- "lazy_static",
1072
- ]
1073
-
1074
- [[package]]
1075
- name = "shlex"
1076
- version = "1.3.0"
1077
- source = "registry+https://github.com/rust-lang/crates.io-index"
1078
- checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1079
-
1080
- [[package]]
1081
- name = "signal-hook-registry"
1082
- version = "1.4.8"
1083
- source = "registry+https://github.com/rust-lang/crates.io-index"
1084
- checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1085
- dependencies = [
1086
- "errno",
1087
- "libc",
1088
- ]
1089
-
1090
- [[package]]
1091
- name = "slab"
1092
- version = "0.4.11"
1093
- source = "registry+https://github.com/rust-lang/crates.io-index"
1094
- checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
1095
-
1096
- [[package]]
1097
- name = "smallvec"
1098
- version = "1.15.1"
1099
- source = "registry+https://github.com/rust-lang/crates.io-index"
1100
- checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1101
-
1102
- [[package]]
1103
- name = "socket2"
1104
- version = "0.6.1"
1105
- source = "registry+https://github.com/rust-lang/crates.io-index"
1106
- checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
1107
- dependencies = [
1108
- "libc",
1109
- "windows-sys 0.60.2",
1110
- ]
1111
-
1112
- [[package]]
1113
- name = "syn"
1114
- version = "2.0.114"
1115
- source = "registry+https://github.com/rust-lang/crates.io-index"
1116
- checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
1117
- dependencies = [
1118
- "proc-macro2",
1119
- "quote",
1120
- "unicode-ident",
1121
- ]
1122
-
1123
- [[package]]
1124
- name = "sync_wrapper"
1125
- version = "1.0.2"
1126
- source = "registry+https://github.com/rust-lang/crates.io-index"
1127
- checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1128
-
1129
- [[package]]
1130
- name = "thiserror"
1131
- version = "1.0.69"
1132
- source = "registry+https://github.com/rust-lang/crates.io-index"
1133
- checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1134
- dependencies = [
1135
- "thiserror-impl",
1136
- ]
1137
-
1138
- [[package]]
1139
- name = "thiserror-impl"
1140
- version = "1.0.69"
1141
- source = "registry+https://github.com/rust-lang/crates.io-index"
1142
- checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1143
- dependencies = [
1144
- "proc-macro2",
1145
- "quote",
1146
- "syn",
1147
- ]
1148
-
1149
- [[package]]
1150
- name = "thread_local"
1151
- version = "1.1.9"
1152
- source = "registry+https://github.com/rust-lang/crates.io-index"
1153
- checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
1154
- dependencies = [
1155
- "cfg-if",
1156
- ]
1157
-
1158
- [[package]]
1159
- name = "tokio"
1160
- version = "1.49.0"
1161
- source = "registry+https://github.com/rust-lang/crates.io-index"
1162
- checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
1163
- dependencies = [
1164
- "bytes",
1165
- "libc",
1166
- "mio 1.1.1",
1167
- "parking_lot",
1168
- "pin-project-lite",
1169
- "signal-hook-registry",
1170
- "socket2",
1171
- "tokio-macros",
1172
- "windows-sys 0.61.2",
1173
- ]
1174
-
1175
- [[package]]
1176
- name = "tokio-macros"
1177
- version = "2.6.0"
1178
- source = "registry+https://github.com/rust-lang/crates.io-index"
1179
- checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
1180
- dependencies = [
1181
- "proc-macro2",
1182
- "quote",
1183
- "syn",
1184
- ]
1185
-
1186
- [[package]]
1187
- name = "tokio-stream"
1188
- version = "0.1.18"
1189
- source = "registry+https://github.com/rust-lang/crates.io-index"
1190
- checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
1191
- dependencies = [
1192
- "futures-core",
1193
- "pin-project-lite",
1194
- "tokio",
1195
- ]
1196
-
1197
- [[package]]
1198
- name = "tokio-util"
1199
- version = "0.7.18"
1200
- source = "registry+https://github.com/rust-lang/crates.io-index"
1201
- checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
1202
- dependencies = [
1203
- "bytes",
1204
- "futures-core",
1205
- "futures-sink",
1206
- "pin-project-lite",
1207
- "tokio",
1208
- ]
1209
-
1210
- [[package]]
1211
- name = "tower"
1212
- version = "0.5.2"
1213
- source = "registry+https://github.com/rust-lang/crates.io-index"
1214
- checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
1215
- dependencies = [
1216
- "futures-core",
1217
- "futures-util",
1218
- "pin-project-lite",
1219
- "sync_wrapper",
1220
- "tokio",
1221
- "tower-layer",
1222
- "tower-service",
1223
- "tracing",
1224
- ]
1225
-
1226
- [[package]]
1227
- name = "tower-http"
1228
- version = "0.5.2"
1229
- source = "registry+https://github.com/rust-lang/crates.io-index"
1230
- checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
1231
- dependencies = [
1232
- "bitflags 2.10.0",
1233
- "bytes",
1234
- "futures-util",
1235
- "http",
1236
- "http-body",
1237
- "http-body-util",
1238
- "http-range-header",
1239
- "httpdate",
1240
- "mime",
1241
- "mime_guess",
1242
- "percent-encoding",
1243
- "pin-project-lite",
1244
- "tokio",
1245
- "tokio-util",
1246
- "tower-layer",
1247
- "tower-service",
1248
- "tracing",
1249
- ]
1250
-
1251
- [[package]]
1252
- name = "tower-layer"
1253
- version = "0.3.3"
1254
- source = "registry+https://github.com/rust-lang/crates.io-index"
1255
- checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1256
-
1257
- [[package]]
1258
- name = "tower-service"
1259
- version = "0.3.3"
1260
- source = "registry+https://github.com/rust-lang/crates.io-index"
1261
- checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1262
-
1263
- [[package]]
1264
- name = "tracing"
1265
- version = "0.1.44"
1266
- source = "registry+https://github.com/rust-lang/crates.io-index"
1267
- checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1268
- dependencies = [
1269
- "log",
1270
- "pin-project-lite",
1271
- "tracing-attributes",
1272
- "tracing-core",
1273
- ]
1274
-
1275
- [[package]]
1276
- name = "tracing-attributes"
1277
- version = "0.1.31"
1278
- source = "registry+https://github.com/rust-lang/crates.io-index"
1279
- checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1280
- dependencies = [
1281
- "proc-macro2",
1282
- "quote",
1283
- "syn",
1284
- ]
1285
-
1286
- [[package]]
1287
- name = "tracing-core"
1288
- version = "0.1.36"
1289
- source = "registry+https://github.com/rust-lang/crates.io-index"
1290
- checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1291
- dependencies = [
1292
- "once_cell",
1293
- "valuable",
1294
- ]
1295
-
1296
- [[package]]
1297
- name = "tracing-log"
1298
- version = "0.2.0"
1299
- source = "registry+https://github.com/rust-lang/crates.io-index"
1300
- checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
1301
- dependencies = [
1302
- "log",
1303
- "once_cell",
1304
- "tracing-core",
1305
- ]
1306
-
1307
- [[package]]
1308
- name = "tracing-subscriber"
1309
- version = "0.3.22"
1310
- source = "registry+https://github.com/rust-lang/crates.io-index"
1311
- checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
1312
- dependencies = [
1313
- "nu-ansi-term",
1314
- "sharded-slab",
1315
- "smallvec",
1316
- "thread_local",
1317
- "tracing-core",
1318
- "tracing-log",
1319
- ]
1320
-
1321
- [[package]]
1322
- name = "typenum"
1323
- version = "1.19.0"
1324
- source = "registry+https://github.com/rust-lang/crates.io-index"
1325
- checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
1326
-
1327
- [[package]]
1328
- name = "unicase"
1329
- version = "2.9.0"
1330
- source = "registry+https://github.com/rust-lang/crates.io-index"
1331
- checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
1332
-
1333
- [[package]]
1334
- name = "unicode-ident"
1335
- version = "1.0.22"
1336
- source = "registry+https://github.com/rust-lang/crates.io-index"
1337
- checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
1338
-
1339
- [[package]]
1340
- name = "uuid"
1341
- version = "1.19.0"
1342
- source = "registry+https://github.com/rust-lang/crates.io-index"
1343
- checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
1344
- dependencies = [
1345
- "getrandom 0.3.4",
1346
- "js-sys",
1347
- "wasm-bindgen",
1348
- ]
1349
-
1350
- [[package]]
1351
- name = "valuable"
1352
- version = "0.1.1"
1353
- source = "registry+https://github.com/rust-lang/crates.io-index"
1354
- checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
1355
-
1356
- [[package]]
1357
- name = "vcpkg"
1358
- version = "0.2.15"
1359
- source = "registry+https://github.com/rust-lang/crates.io-index"
1360
- checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1361
-
1362
- [[package]]
1363
- name = "version_check"
1364
- version = "0.9.5"
1365
- source = "registry+https://github.com/rust-lang/crates.io-index"
1366
- checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1367
-
1368
- [[package]]
1369
- name = "walkdir"
1370
- version = "2.5.0"
1371
- source = "registry+https://github.com/rust-lang/crates.io-index"
1372
- checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1373
- dependencies = [
1374
- "same-file",
1375
- "winapi-util",
1376
- ]
1377
-
1378
- [[package]]
1379
- name = "wasi"
1380
- version = "0.11.1+wasi-snapshot-preview1"
1381
- source = "registry+https://github.com/rust-lang/crates.io-index"
1382
- checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1383
-
1384
- [[package]]
1385
- name = "wasip2"
1386
- version = "1.0.1+wasi-0.2.4"
1387
- source = "registry+https://github.com/rust-lang/crates.io-index"
1388
- checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
1389
- dependencies = [
1390
- "wit-bindgen",
1391
- ]
1392
-
1393
- [[package]]
1394
- name = "wasm-bindgen"
1395
- version = "0.2.106"
1396
- source = "registry+https://github.com/rust-lang/crates.io-index"
1397
- checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
1398
- dependencies = [
1399
- "cfg-if",
1400
- "once_cell",
1401
- "rustversion",
1402
- "wasm-bindgen-macro",
1403
- "wasm-bindgen-shared",
1404
- ]
1405
-
1406
- [[package]]
1407
- name = "wasm-bindgen-macro"
1408
- version = "0.2.106"
1409
- source = "registry+https://github.com/rust-lang/crates.io-index"
1410
- checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
1411
- dependencies = [
1412
- "quote",
1413
- "wasm-bindgen-macro-support",
1414
- ]
1415
-
1416
- [[package]]
1417
- name = "wasm-bindgen-macro-support"
1418
- version = "0.2.106"
1419
- source = "registry+https://github.com/rust-lang/crates.io-index"
1420
- checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
1421
- dependencies = [
1422
- "bumpalo",
1423
- "proc-macro2",
1424
- "quote",
1425
- "syn",
1426
- "wasm-bindgen-shared",
1427
- ]
1428
-
1429
- [[package]]
1430
- name = "wasm-bindgen-shared"
1431
- version = "0.2.106"
1432
- source = "registry+https://github.com/rust-lang/crates.io-index"
1433
- checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
1434
- dependencies = [
1435
- "unicode-ident",
1436
- ]
1437
-
1438
- [[package]]
1439
- name = "winapi-util"
1440
- version = "0.1.11"
1441
- source = "registry+https://github.com/rust-lang/crates.io-index"
1442
- checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1443
- dependencies = [
1444
- "windows-sys 0.61.2",
1445
- ]
1446
-
1447
- [[package]]
1448
- name = "windows-core"
1449
- version = "0.62.2"
1450
- source = "registry+https://github.com/rust-lang/crates.io-index"
1451
- checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
1452
- dependencies = [
1453
- "windows-implement",
1454
- "windows-interface",
1455
- "windows-link",
1456
- "windows-result",
1457
- "windows-strings",
1458
- ]
1459
-
1460
- [[package]]
1461
- name = "windows-implement"
1462
- version = "0.60.2"
1463
- source = "registry+https://github.com/rust-lang/crates.io-index"
1464
- checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
1465
- dependencies = [
1466
- "proc-macro2",
1467
- "quote",
1468
- "syn",
1469
- ]
1470
-
1471
- [[package]]
1472
- name = "windows-interface"
1473
- version = "0.59.3"
1474
- source = "registry+https://github.com/rust-lang/crates.io-index"
1475
- checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
1476
- dependencies = [
1477
- "proc-macro2",
1478
- "quote",
1479
- "syn",
1480
- ]
1481
-
1482
- [[package]]
1483
- name = "windows-link"
1484
- version = "0.2.1"
1485
- source = "registry+https://github.com/rust-lang/crates.io-index"
1486
- checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1487
-
1488
- [[package]]
1489
- name = "windows-result"
1490
- version = "0.4.1"
1491
- source = "registry+https://github.com/rust-lang/crates.io-index"
1492
- checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1493
- dependencies = [
1494
- "windows-link",
1495
- ]
1496
-
1497
- [[package]]
1498
- name = "windows-strings"
1499
- version = "0.5.1"
1500
- source = "registry+https://github.com/rust-lang/crates.io-index"
1501
- checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
1502
- dependencies = [
1503
- "windows-link",
1504
- ]
1505
-
1506
- [[package]]
1507
- name = "windows-sys"
1508
- version = "0.48.0"
1509
- source = "registry+https://github.com/rust-lang/crates.io-index"
1510
- checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1511
- dependencies = [
1512
- "windows-targets 0.48.5",
1513
- ]
1514
-
1515
- [[package]]
1516
- name = "windows-sys"
1517
- version = "0.60.2"
1518
- source = "registry+https://github.com/rust-lang/crates.io-index"
1519
- checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
1520
- dependencies = [
1521
- "windows-targets 0.53.5",
1522
- ]
1523
-
1524
- [[package]]
1525
- name = "windows-sys"
1526
- version = "0.61.2"
1527
- source = "registry+https://github.com/rust-lang/crates.io-index"
1528
- checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1529
- dependencies = [
1530
- "windows-link",
1531
- ]
1532
-
1533
- [[package]]
1534
- name = "windows-targets"
1535
- version = "0.48.5"
1536
- source = "registry+https://github.com/rust-lang/crates.io-index"
1537
- checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
1538
- dependencies = [
1539
- "windows_aarch64_gnullvm 0.48.5",
1540
- "windows_aarch64_msvc 0.48.5",
1541
- "windows_i686_gnu 0.48.5",
1542
- "windows_i686_msvc 0.48.5",
1543
- "windows_x86_64_gnu 0.48.5",
1544
- "windows_x86_64_gnullvm 0.48.5",
1545
- "windows_x86_64_msvc 0.48.5",
1546
- ]
1547
-
1548
- [[package]]
1549
- name = "windows-targets"
1550
- version = "0.53.5"
1551
- source = "registry+https://github.com/rust-lang/crates.io-index"
1552
- checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
1553
- dependencies = [
1554
- "windows-link",
1555
- "windows_aarch64_gnullvm 0.53.1",
1556
- "windows_aarch64_msvc 0.53.1",
1557
- "windows_i686_gnu 0.53.1",
1558
- "windows_i686_gnullvm",
1559
- "windows_i686_msvc 0.53.1",
1560
- "windows_x86_64_gnu 0.53.1",
1561
- "windows_x86_64_gnullvm 0.53.1",
1562
- "windows_x86_64_msvc 0.53.1",
1563
- ]
1564
-
1565
- [[package]]
1566
- name = "windows_aarch64_gnullvm"
1567
- version = "0.48.5"
1568
- source = "registry+https://github.com/rust-lang/crates.io-index"
1569
- checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1570
-
1571
- [[package]]
1572
- name = "windows_aarch64_gnullvm"
1573
- version = "0.53.1"
1574
- source = "registry+https://github.com/rust-lang/crates.io-index"
1575
- checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
1576
-
1577
- [[package]]
1578
- name = "windows_aarch64_msvc"
1579
- version = "0.48.5"
1580
- source = "registry+https://github.com/rust-lang/crates.io-index"
1581
- checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1582
-
1583
- [[package]]
1584
- name = "windows_aarch64_msvc"
1585
- version = "0.53.1"
1586
- source = "registry+https://github.com/rust-lang/crates.io-index"
1587
- checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
1588
-
1589
- [[package]]
1590
- name = "windows_i686_gnu"
1591
- version = "0.48.5"
1592
- source = "registry+https://github.com/rust-lang/crates.io-index"
1593
- checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1594
-
1595
- [[package]]
1596
- name = "windows_i686_gnu"
1597
- version = "0.53.1"
1598
- source = "registry+https://github.com/rust-lang/crates.io-index"
1599
- checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
1600
-
1601
- [[package]]
1602
- name = "windows_i686_gnullvm"
1603
- version = "0.53.1"
1604
- source = "registry+https://github.com/rust-lang/crates.io-index"
1605
- checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
1606
-
1607
- [[package]]
1608
- name = "windows_i686_msvc"
1609
- version = "0.48.5"
1610
- source = "registry+https://github.com/rust-lang/crates.io-index"
1611
- checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1612
-
1613
- [[package]]
1614
- name = "windows_i686_msvc"
1615
- version = "0.53.1"
1616
- source = "registry+https://github.com/rust-lang/crates.io-index"
1617
- checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
1618
-
1619
- [[package]]
1620
- name = "windows_x86_64_gnu"
1621
- version = "0.48.5"
1622
- source = "registry+https://github.com/rust-lang/crates.io-index"
1623
- checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1624
-
1625
- [[package]]
1626
- name = "windows_x86_64_gnu"
1627
- version = "0.53.1"
1628
- source = "registry+https://github.com/rust-lang/crates.io-index"
1629
- checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
1630
-
1631
- [[package]]
1632
- name = "windows_x86_64_gnullvm"
1633
- version = "0.48.5"
1634
- source = "registry+https://github.com/rust-lang/crates.io-index"
1635
- checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1636
-
1637
- [[package]]
1638
- name = "windows_x86_64_gnullvm"
1639
- version = "0.53.1"
1640
- source = "registry+https://github.com/rust-lang/crates.io-index"
1641
- checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
1642
-
1643
- [[package]]
1644
- name = "windows_x86_64_msvc"
1645
- version = "0.48.5"
1646
- source = "registry+https://github.com/rust-lang/crates.io-index"
1647
- checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1648
-
1649
- [[package]]
1650
- name = "windows_x86_64_msvc"
1651
- version = "0.53.1"
1652
- source = "registry+https://github.com/rust-lang/crates.io-index"
1653
- checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
1654
-
1655
- [[package]]
1656
- name = "wit-bindgen"
1657
- version = "0.46.0"
1658
- source = "registry+https://github.com/rust-lang/crates.io-index"
1659
- checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
1660
-
1661
- [[package]]
1662
- name = "zerocopy"
1663
- version = "0.8.33"
1664
- source = "registry+https://github.com/rust-lang/crates.io-index"
1665
- checksum = "668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd"
1666
- dependencies = [
1667
- "zerocopy-derive",
1668
- ]
1669
-
1670
- [[package]]
1671
- name = "zerocopy-derive"
1672
- version = "0.8.33"
1673
- source = "registry+https://github.com/rust-lang/crates.io-index"
1674
- checksum = "2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1"
1675
- dependencies = [
1676
- "proc-macro2",
1677
- "quote",
1678
- "syn",
1679
- ]
1680
-
1681
- [[package]]
1682
- name = "zmij"
1683
- version = "1.0.13"
1684
- source = "registry+https://github.com/rust-lang/crates.io-index"
1685
- checksum = "ac93432f5b761b22864c774aac244fa5c0fd877678a4c37ebf6cf42208f9c9ec"