dirsql 0.0.1 → 0.0.99-test.1775729890
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.
- package/package.json +5 -2
- package/.claude/CLAUDE.md +0 -120
- package/.github/workflows/minor-release.yml +0 -14
- package/.github/workflows/patch-release.yml +0 -45
- package/.github/workflows/pr-monitor.yml +0 -16
- package/.github/workflows/publish.yml +0 -306
- package/.github/workflows/python-lint.yml +0 -35
- package/.github/workflows/python-test.yml +0 -45
- package/.github/workflows/rust-test.yml +0 -41
- package/Cargo.lock +0 -851
- package/Cargo.toml +0 -27
- package/SUMMARY.md +0 -62
- package/justfile +0 -53
- package/pyproject.toml +0 -27
- package/src/db.rs +0 -312
- package/src/differ.rs +0 -372
- package/src/lib.rs +0 -15
- package/src/matcher.rs +0 -116
- package/src/scanner.rs +0 -100
- package/src/watcher.rs +0 -227
package/Cargo.lock
DELETED
|
@@ -1,851 +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 = "aho-corasick"
|
|
7
|
-
version = "1.1.4"
|
|
8
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
-
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
10
|
-
dependencies = [
|
|
11
|
-
"memchr",
|
|
12
|
-
]
|
|
13
|
-
|
|
14
|
-
[[package]]
|
|
15
|
-
name = "anyhow"
|
|
16
|
-
version = "1.0.102"
|
|
17
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
18
|
-
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
|
|
19
|
-
|
|
20
|
-
[[package]]
|
|
21
|
-
name = "bitflags"
|
|
22
|
-
version = "1.3.2"
|
|
23
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
24
|
-
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
25
|
-
|
|
26
|
-
[[package]]
|
|
27
|
-
name = "bitflags"
|
|
28
|
-
version = "2.11.0"
|
|
29
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
30
|
-
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
|
|
31
|
-
|
|
32
|
-
[[package]]
|
|
33
|
-
name = "bstr"
|
|
34
|
-
version = "1.12.1"
|
|
35
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
36
|
-
checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
|
|
37
|
-
dependencies = [
|
|
38
|
-
"memchr",
|
|
39
|
-
"serde",
|
|
40
|
-
]
|
|
41
|
-
|
|
42
|
-
[[package]]
|
|
43
|
-
name = "cc"
|
|
44
|
-
version = "1.2.59"
|
|
45
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
46
|
-
checksum = "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283"
|
|
47
|
-
dependencies = [
|
|
48
|
-
"find-msvc-tools",
|
|
49
|
-
"shlex",
|
|
50
|
-
]
|
|
51
|
-
|
|
52
|
-
[[package]]
|
|
53
|
-
name = "cfg-if"
|
|
54
|
-
version = "1.0.4"
|
|
55
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
56
|
-
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
57
|
-
|
|
58
|
-
[[package]]
|
|
59
|
-
name = "dirsql"
|
|
60
|
-
version = "0.1.0"
|
|
61
|
-
dependencies = [
|
|
62
|
-
"globset",
|
|
63
|
-
"notify",
|
|
64
|
-
"rusqlite",
|
|
65
|
-
"tempfile",
|
|
66
|
-
"thiserror",
|
|
67
|
-
"walkdir",
|
|
68
|
-
]
|
|
69
|
-
|
|
70
|
-
[[package]]
|
|
71
|
-
name = "equivalent"
|
|
72
|
-
version = "1.0.2"
|
|
73
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
74
|
-
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
75
|
-
|
|
76
|
-
[[package]]
|
|
77
|
-
name = "errno"
|
|
78
|
-
version = "0.3.14"
|
|
79
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
80
|
-
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
81
|
-
dependencies = [
|
|
82
|
-
"libc",
|
|
83
|
-
"windows-sys 0.61.2",
|
|
84
|
-
]
|
|
85
|
-
|
|
86
|
-
[[package]]
|
|
87
|
-
name = "fallible-iterator"
|
|
88
|
-
version = "0.3.0"
|
|
89
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
90
|
-
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
|
|
91
|
-
|
|
92
|
-
[[package]]
|
|
93
|
-
name = "fallible-streaming-iterator"
|
|
94
|
-
version = "0.1.9"
|
|
95
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
96
|
-
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
|
|
97
|
-
|
|
98
|
-
[[package]]
|
|
99
|
-
name = "fastrand"
|
|
100
|
-
version = "2.4.1"
|
|
101
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
102
|
-
checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
|
|
103
|
-
|
|
104
|
-
[[package]]
|
|
105
|
-
name = "filetime"
|
|
106
|
-
version = "0.2.27"
|
|
107
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
108
|
-
checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db"
|
|
109
|
-
dependencies = [
|
|
110
|
-
"cfg-if",
|
|
111
|
-
"libc",
|
|
112
|
-
"libredox",
|
|
113
|
-
]
|
|
114
|
-
|
|
115
|
-
[[package]]
|
|
116
|
-
name = "find-msvc-tools"
|
|
117
|
-
version = "0.1.9"
|
|
118
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
119
|
-
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
|
|
120
|
-
|
|
121
|
-
[[package]]
|
|
122
|
-
name = "foldhash"
|
|
123
|
-
version = "0.1.5"
|
|
124
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
125
|
-
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
126
|
-
|
|
127
|
-
[[package]]
|
|
128
|
-
name = "fsevent-sys"
|
|
129
|
-
version = "4.1.0"
|
|
130
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
131
|
-
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
|
|
132
|
-
dependencies = [
|
|
133
|
-
"libc",
|
|
134
|
-
]
|
|
135
|
-
|
|
136
|
-
[[package]]
|
|
137
|
-
name = "getrandom"
|
|
138
|
-
version = "0.4.2"
|
|
139
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
140
|
-
checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
|
|
141
|
-
dependencies = [
|
|
142
|
-
"cfg-if",
|
|
143
|
-
"libc",
|
|
144
|
-
"r-efi",
|
|
145
|
-
"wasip2",
|
|
146
|
-
"wasip3",
|
|
147
|
-
]
|
|
148
|
-
|
|
149
|
-
[[package]]
|
|
150
|
-
name = "globset"
|
|
151
|
-
version = "0.4.18"
|
|
152
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
153
|
-
checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
|
|
154
|
-
dependencies = [
|
|
155
|
-
"aho-corasick",
|
|
156
|
-
"bstr",
|
|
157
|
-
"log",
|
|
158
|
-
"regex-automata",
|
|
159
|
-
"regex-syntax",
|
|
160
|
-
]
|
|
161
|
-
|
|
162
|
-
[[package]]
|
|
163
|
-
name = "hashbrown"
|
|
164
|
-
version = "0.15.5"
|
|
165
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
166
|
-
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
167
|
-
dependencies = [
|
|
168
|
-
"foldhash",
|
|
169
|
-
]
|
|
170
|
-
|
|
171
|
-
[[package]]
|
|
172
|
-
name = "hashbrown"
|
|
173
|
-
version = "0.16.1"
|
|
174
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
175
|
-
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
176
|
-
|
|
177
|
-
[[package]]
|
|
178
|
-
name = "hashlink"
|
|
179
|
-
version = "0.10.0"
|
|
180
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
181
|
-
checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
|
|
182
|
-
dependencies = [
|
|
183
|
-
"hashbrown 0.15.5",
|
|
184
|
-
]
|
|
185
|
-
|
|
186
|
-
[[package]]
|
|
187
|
-
name = "heck"
|
|
188
|
-
version = "0.5.0"
|
|
189
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
190
|
-
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
191
|
-
|
|
192
|
-
[[package]]
|
|
193
|
-
name = "id-arena"
|
|
194
|
-
version = "2.3.0"
|
|
195
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
196
|
-
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
|
|
197
|
-
|
|
198
|
-
[[package]]
|
|
199
|
-
name = "indexmap"
|
|
200
|
-
version = "2.13.1"
|
|
201
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
202
|
-
checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff"
|
|
203
|
-
dependencies = [
|
|
204
|
-
"equivalent",
|
|
205
|
-
"hashbrown 0.16.1",
|
|
206
|
-
"serde",
|
|
207
|
-
"serde_core",
|
|
208
|
-
]
|
|
209
|
-
|
|
210
|
-
[[package]]
|
|
211
|
-
name = "inotify"
|
|
212
|
-
version = "0.10.2"
|
|
213
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
214
|
-
checksum = "fdd168d97690d0b8c412d6b6c10360277f4d7ee495c5d0d5d5fe0854923255cc"
|
|
215
|
-
dependencies = [
|
|
216
|
-
"bitflags 1.3.2",
|
|
217
|
-
"inotify-sys",
|
|
218
|
-
"libc",
|
|
219
|
-
]
|
|
220
|
-
|
|
221
|
-
[[package]]
|
|
222
|
-
name = "inotify-sys"
|
|
223
|
-
version = "0.1.5"
|
|
224
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
225
|
-
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
|
226
|
-
dependencies = [
|
|
227
|
-
"libc",
|
|
228
|
-
]
|
|
229
|
-
|
|
230
|
-
[[package]]
|
|
231
|
-
name = "instant"
|
|
232
|
-
version = "0.1.13"
|
|
233
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
234
|
-
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
|
235
|
-
dependencies = [
|
|
236
|
-
"cfg-if",
|
|
237
|
-
]
|
|
238
|
-
|
|
239
|
-
[[package]]
|
|
240
|
-
name = "itoa"
|
|
241
|
-
version = "1.0.18"
|
|
242
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
243
|
-
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
244
|
-
|
|
245
|
-
[[package]]
|
|
246
|
-
name = "kqueue"
|
|
247
|
-
version = "1.1.1"
|
|
248
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
249
|
-
checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
|
|
250
|
-
dependencies = [
|
|
251
|
-
"kqueue-sys",
|
|
252
|
-
"libc",
|
|
253
|
-
]
|
|
254
|
-
|
|
255
|
-
[[package]]
|
|
256
|
-
name = "kqueue-sys"
|
|
257
|
-
version = "1.0.4"
|
|
258
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
259
|
-
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
|
|
260
|
-
dependencies = [
|
|
261
|
-
"bitflags 1.3.2",
|
|
262
|
-
"libc",
|
|
263
|
-
]
|
|
264
|
-
|
|
265
|
-
[[package]]
|
|
266
|
-
name = "leb128fmt"
|
|
267
|
-
version = "0.1.0"
|
|
268
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
269
|
-
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
|
270
|
-
|
|
271
|
-
[[package]]
|
|
272
|
-
name = "libc"
|
|
273
|
-
version = "0.2.184"
|
|
274
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
275
|
-
checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
|
|
276
|
-
|
|
277
|
-
[[package]]
|
|
278
|
-
name = "libredox"
|
|
279
|
-
version = "0.1.15"
|
|
280
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
281
|
-
checksum = "7ddbf48fd451246b1f8c2610bd3b4ac0cc6e149d89832867093ab69a17194f08"
|
|
282
|
-
dependencies = [
|
|
283
|
-
"bitflags 2.11.0",
|
|
284
|
-
"libc",
|
|
285
|
-
"plain",
|
|
286
|
-
"redox_syscall",
|
|
287
|
-
]
|
|
288
|
-
|
|
289
|
-
[[package]]
|
|
290
|
-
name = "libsqlite3-sys"
|
|
291
|
-
version = "0.32.0"
|
|
292
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
293
|
-
checksum = "fbb8270bb4060bd76c6e96f20c52d80620f1d82a3470885694e41e0f81ef6fe7"
|
|
294
|
-
dependencies = [
|
|
295
|
-
"cc",
|
|
296
|
-
"pkg-config",
|
|
297
|
-
"vcpkg",
|
|
298
|
-
]
|
|
299
|
-
|
|
300
|
-
[[package]]
|
|
301
|
-
name = "linux-raw-sys"
|
|
302
|
-
version = "0.12.1"
|
|
303
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
304
|
-
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
|
305
|
-
|
|
306
|
-
[[package]]
|
|
307
|
-
name = "log"
|
|
308
|
-
version = "0.4.29"
|
|
309
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
310
|
-
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
311
|
-
|
|
312
|
-
[[package]]
|
|
313
|
-
name = "memchr"
|
|
314
|
-
version = "2.8.0"
|
|
315
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
316
|
-
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
|
317
|
-
|
|
318
|
-
[[package]]
|
|
319
|
-
name = "mio"
|
|
320
|
-
version = "1.2.0"
|
|
321
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
322
|
-
checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
|
|
323
|
-
dependencies = [
|
|
324
|
-
"libc",
|
|
325
|
-
"log",
|
|
326
|
-
"wasi",
|
|
327
|
-
"windows-sys 0.61.2",
|
|
328
|
-
]
|
|
329
|
-
|
|
330
|
-
[[package]]
|
|
331
|
-
name = "notify"
|
|
332
|
-
version = "7.0.0"
|
|
333
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
334
|
-
checksum = "c533b4c39709f9ba5005d8002048266593c1cfaf3c5f0739d5b8ab0c6c504009"
|
|
335
|
-
dependencies = [
|
|
336
|
-
"bitflags 2.11.0",
|
|
337
|
-
"filetime",
|
|
338
|
-
"fsevent-sys",
|
|
339
|
-
"inotify",
|
|
340
|
-
"kqueue",
|
|
341
|
-
"libc",
|
|
342
|
-
"log",
|
|
343
|
-
"mio",
|
|
344
|
-
"notify-types",
|
|
345
|
-
"walkdir",
|
|
346
|
-
"windows-sys 0.52.0",
|
|
347
|
-
]
|
|
348
|
-
|
|
349
|
-
[[package]]
|
|
350
|
-
name = "notify-types"
|
|
351
|
-
version = "1.0.1"
|
|
352
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
353
|
-
checksum = "585d3cb5e12e01aed9e8a1f70d5c6b5e86fe2a6e48fc8cd0b3e0b8df6f6eb174"
|
|
354
|
-
dependencies = [
|
|
355
|
-
"instant",
|
|
356
|
-
]
|
|
357
|
-
|
|
358
|
-
[[package]]
|
|
359
|
-
name = "once_cell"
|
|
360
|
-
version = "1.21.4"
|
|
361
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
362
|
-
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
363
|
-
|
|
364
|
-
[[package]]
|
|
365
|
-
name = "pkg-config"
|
|
366
|
-
version = "0.3.32"
|
|
367
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
368
|
-
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
|
369
|
-
|
|
370
|
-
[[package]]
|
|
371
|
-
name = "plain"
|
|
372
|
-
version = "0.2.3"
|
|
373
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
374
|
-
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
|
|
375
|
-
|
|
376
|
-
[[package]]
|
|
377
|
-
name = "prettyplease"
|
|
378
|
-
version = "0.2.37"
|
|
379
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
380
|
-
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
381
|
-
dependencies = [
|
|
382
|
-
"proc-macro2",
|
|
383
|
-
"syn",
|
|
384
|
-
]
|
|
385
|
-
|
|
386
|
-
[[package]]
|
|
387
|
-
name = "proc-macro2"
|
|
388
|
-
version = "1.0.106"
|
|
389
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
390
|
-
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
391
|
-
dependencies = [
|
|
392
|
-
"unicode-ident",
|
|
393
|
-
]
|
|
394
|
-
|
|
395
|
-
[[package]]
|
|
396
|
-
name = "quote"
|
|
397
|
-
version = "1.0.45"
|
|
398
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
399
|
-
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
|
|
400
|
-
dependencies = [
|
|
401
|
-
"proc-macro2",
|
|
402
|
-
]
|
|
403
|
-
|
|
404
|
-
[[package]]
|
|
405
|
-
name = "r-efi"
|
|
406
|
-
version = "6.0.0"
|
|
407
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
408
|
-
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
|
409
|
-
|
|
410
|
-
[[package]]
|
|
411
|
-
name = "redox_syscall"
|
|
412
|
-
version = "0.7.3"
|
|
413
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
414
|
-
checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16"
|
|
415
|
-
dependencies = [
|
|
416
|
-
"bitflags 2.11.0",
|
|
417
|
-
]
|
|
418
|
-
|
|
419
|
-
[[package]]
|
|
420
|
-
name = "regex-automata"
|
|
421
|
-
version = "0.4.14"
|
|
422
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
423
|
-
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
|
424
|
-
dependencies = [
|
|
425
|
-
"aho-corasick",
|
|
426
|
-
"memchr",
|
|
427
|
-
"regex-syntax",
|
|
428
|
-
]
|
|
429
|
-
|
|
430
|
-
[[package]]
|
|
431
|
-
name = "regex-syntax"
|
|
432
|
-
version = "0.8.10"
|
|
433
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
434
|
-
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
|
|
435
|
-
|
|
436
|
-
[[package]]
|
|
437
|
-
name = "rusqlite"
|
|
438
|
-
version = "0.34.0"
|
|
439
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
440
|
-
checksum = "37e34486da88d8e051c7c0e23c3f15fd806ea8546260aa2fec247e97242ec143"
|
|
441
|
-
dependencies = [
|
|
442
|
-
"bitflags 2.11.0",
|
|
443
|
-
"fallible-iterator",
|
|
444
|
-
"fallible-streaming-iterator",
|
|
445
|
-
"hashlink",
|
|
446
|
-
"libsqlite3-sys",
|
|
447
|
-
"smallvec",
|
|
448
|
-
]
|
|
449
|
-
|
|
450
|
-
[[package]]
|
|
451
|
-
name = "rustix"
|
|
452
|
-
version = "1.1.4"
|
|
453
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
454
|
-
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
|
455
|
-
dependencies = [
|
|
456
|
-
"bitflags 2.11.0",
|
|
457
|
-
"errno",
|
|
458
|
-
"libc",
|
|
459
|
-
"linux-raw-sys",
|
|
460
|
-
"windows-sys 0.61.2",
|
|
461
|
-
]
|
|
462
|
-
|
|
463
|
-
[[package]]
|
|
464
|
-
name = "same-file"
|
|
465
|
-
version = "1.0.6"
|
|
466
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
467
|
-
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
468
|
-
dependencies = [
|
|
469
|
-
"winapi-util",
|
|
470
|
-
]
|
|
471
|
-
|
|
472
|
-
[[package]]
|
|
473
|
-
name = "semver"
|
|
474
|
-
version = "1.0.28"
|
|
475
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
476
|
-
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
|
477
|
-
|
|
478
|
-
[[package]]
|
|
479
|
-
name = "serde"
|
|
480
|
-
version = "1.0.228"
|
|
481
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
482
|
-
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
483
|
-
dependencies = [
|
|
484
|
-
"serde_core",
|
|
485
|
-
]
|
|
486
|
-
|
|
487
|
-
[[package]]
|
|
488
|
-
name = "serde_core"
|
|
489
|
-
version = "1.0.228"
|
|
490
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
491
|
-
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
492
|
-
dependencies = [
|
|
493
|
-
"serde_derive",
|
|
494
|
-
]
|
|
495
|
-
|
|
496
|
-
[[package]]
|
|
497
|
-
name = "serde_derive"
|
|
498
|
-
version = "1.0.228"
|
|
499
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
500
|
-
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
501
|
-
dependencies = [
|
|
502
|
-
"proc-macro2",
|
|
503
|
-
"quote",
|
|
504
|
-
"syn",
|
|
505
|
-
]
|
|
506
|
-
|
|
507
|
-
[[package]]
|
|
508
|
-
name = "serde_json"
|
|
509
|
-
version = "1.0.149"
|
|
510
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
511
|
-
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
|
512
|
-
dependencies = [
|
|
513
|
-
"itoa",
|
|
514
|
-
"memchr",
|
|
515
|
-
"serde",
|
|
516
|
-
"serde_core",
|
|
517
|
-
"zmij",
|
|
518
|
-
]
|
|
519
|
-
|
|
520
|
-
[[package]]
|
|
521
|
-
name = "shlex"
|
|
522
|
-
version = "1.3.0"
|
|
523
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
524
|
-
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
525
|
-
|
|
526
|
-
[[package]]
|
|
527
|
-
name = "smallvec"
|
|
528
|
-
version = "1.15.1"
|
|
529
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
530
|
-
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
531
|
-
|
|
532
|
-
[[package]]
|
|
533
|
-
name = "syn"
|
|
534
|
-
version = "2.0.117"
|
|
535
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
536
|
-
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
|
|
537
|
-
dependencies = [
|
|
538
|
-
"proc-macro2",
|
|
539
|
-
"quote",
|
|
540
|
-
"unicode-ident",
|
|
541
|
-
]
|
|
542
|
-
|
|
543
|
-
[[package]]
|
|
544
|
-
name = "tempfile"
|
|
545
|
-
version = "3.27.0"
|
|
546
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
547
|
-
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
|
|
548
|
-
dependencies = [
|
|
549
|
-
"fastrand",
|
|
550
|
-
"getrandom",
|
|
551
|
-
"once_cell",
|
|
552
|
-
"rustix",
|
|
553
|
-
"windows-sys 0.61.2",
|
|
554
|
-
]
|
|
555
|
-
|
|
556
|
-
[[package]]
|
|
557
|
-
name = "thiserror"
|
|
558
|
-
version = "2.0.18"
|
|
559
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
560
|
-
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
|
561
|
-
dependencies = [
|
|
562
|
-
"thiserror-impl",
|
|
563
|
-
]
|
|
564
|
-
|
|
565
|
-
[[package]]
|
|
566
|
-
name = "thiserror-impl"
|
|
567
|
-
version = "2.0.18"
|
|
568
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
569
|
-
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
|
570
|
-
dependencies = [
|
|
571
|
-
"proc-macro2",
|
|
572
|
-
"quote",
|
|
573
|
-
"syn",
|
|
574
|
-
]
|
|
575
|
-
|
|
576
|
-
[[package]]
|
|
577
|
-
name = "unicode-ident"
|
|
578
|
-
version = "1.0.24"
|
|
579
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
580
|
-
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
581
|
-
|
|
582
|
-
[[package]]
|
|
583
|
-
name = "unicode-xid"
|
|
584
|
-
version = "0.2.6"
|
|
585
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
586
|
-
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
|
587
|
-
|
|
588
|
-
[[package]]
|
|
589
|
-
name = "vcpkg"
|
|
590
|
-
version = "0.2.15"
|
|
591
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
592
|
-
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
593
|
-
|
|
594
|
-
[[package]]
|
|
595
|
-
name = "walkdir"
|
|
596
|
-
version = "2.5.0"
|
|
597
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
598
|
-
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
599
|
-
dependencies = [
|
|
600
|
-
"same-file",
|
|
601
|
-
"winapi-util",
|
|
602
|
-
]
|
|
603
|
-
|
|
604
|
-
[[package]]
|
|
605
|
-
name = "wasi"
|
|
606
|
-
version = "0.11.1+wasi-snapshot-preview1"
|
|
607
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
608
|
-
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
609
|
-
|
|
610
|
-
[[package]]
|
|
611
|
-
name = "wasip2"
|
|
612
|
-
version = "1.0.2+wasi-0.2.9"
|
|
613
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
614
|
-
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
|
|
615
|
-
dependencies = [
|
|
616
|
-
"wit-bindgen",
|
|
617
|
-
]
|
|
618
|
-
|
|
619
|
-
[[package]]
|
|
620
|
-
name = "wasip3"
|
|
621
|
-
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
|
|
622
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
623
|
-
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
|
|
624
|
-
dependencies = [
|
|
625
|
-
"wit-bindgen",
|
|
626
|
-
]
|
|
627
|
-
|
|
628
|
-
[[package]]
|
|
629
|
-
name = "wasm-encoder"
|
|
630
|
-
version = "0.244.0"
|
|
631
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
632
|
-
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
|
633
|
-
dependencies = [
|
|
634
|
-
"leb128fmt",
|
|
635
|
-
"wasmparser",
|
|
636
|
-
]
|
|
637
|
-
|
|
638
|
-
[[package]]
|
|
639
|
-
name = "wasm-metadata"
|
|
640
|
-
version = "0.244.0"
|
|
641
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
642
|
-
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
|
643
|
-
dependencies = [
|
|
644
|
-
"anyhow",
|
|
645
|
-
"indexmap",
|
|
646
|
-
"wasm-encoder",
|
|
647
|
-
"wasmparser",
|
|
648
|
-
]
|
|
649
|
-
|
|
650
|
-
[[package]]
|
|
651
|
-
name = "wasmparser"
|
|
652
|
-
version = "0.244.0"
|
|
653
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
654
|
-
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
655
|
-
dependencies = [
|
|
656
|
-
"bitflags 2.11.0",
|
|
657
|
-
"hashbrown 0.15.5",
|
|
658
|
-
"indexmap",
|
|
659
|
-
"semver",
|
|
660
|
-
]
|
|
661
|
-
|
|
662
|
-
[[package]]
|
|
663
|
-
name = "winapi-util"
|
|
664
|
-
version = "0.1.11"
|
|
665
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
666
|
-
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
667
|
-
dependencies = [
|
|
668
|
-
"windows-sys 0.61.2",
|
|
669
|
-
]
|
|
670
|
-
|
|
671
|
-
[[package]]
|
|
672
|
-
name = "windows-link"
|
|
673
|
-
version = "0.2.1"
|
|
674
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
675
|
-
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
676
|
-
|
|
677
|
-
[[package]]
|
|
678
|
-
name = "windows-sys"
|
|
679
|
-
version = "0.52.0"
|
|
680
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
681
|
-
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
682
|
-
dependencies = [
|
|
683
|
-
"windows-targets",
|
|
684
|
-
]
|
|
685
|
-
|
|
686
|
-
[[package]]
|
|
687
|
-
name = "windows-sys"
|
|
688
|
-
version = "0.61.2"
|
|
689
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
690
|
-
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
691
|
-
dependencies = [
|
|
692
|
-
"windows-link",
|
|
693
|
-
]
|
|
694
|
-
|
|
695
|
-
[[package]]
|
|
696
|
-
name = "windows-targets"
|
|
697
|
-
version = "0.52.6"
|
|
698
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
699
|
-
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
700
|
-
dependencies = [
|
|
701
|
-
"windows_aarch64_gnullvm",
|
|
702
|
-
"windows_aarch64_msvc",
|
|
703
|
-
"windows_i686_gnu",
|
|
704
|
-
"windows_i686_gnullvm",
|
|
705
|
-
"windows_i686_msvc",
|
|
706
|
-
"windows_x86_64_gnu",
|
|
707
|
-
"windows_x86_64_gnullvm",
|
|
708
|
-
"windows_x86_64_msvc",
|
|
709
|
-
]
|
|
710
|
-
|
|
711
|
-
[[package]]
|
|
712
|
-
name = "windows_aarch64_gnullvm"
|
|
713
|
-
version = "0.52.6"
|
|
714
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
715
|
-
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
716
|
-
|
|
717
|
-
[[package]]
|
|
718
|
-
name = "windows_aarch64_msvc"
|
|
719
|
-
version = "0.52.6"
|
|
720
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
721
|
-
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
722
|
-
|
|
723
|
-
[[package]]
|
|
724
|
-
name = "windows_i686_gnu"
|
|
725
|
-
version = "0.52.6"
|
|
726
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
727
|
-
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
728
|
-
|
|
729
|
-
[[package]]
|
|
730
|
-
name = "windows_i686_gnullvm"
|
|
731
|
-
version = "0.52.6"
|
|
732
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
733
|
-
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
734
|
-
|
|
735
|
-
[[package]]
|
|
736
|
-
name = "windows_i686_msvc"
|
|
737
|
-
version = "0.52.6"
|
|
738
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
739
|
-
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
740
|
-
|
|
741
|
-
[[package]]
|
|
742
|
-
name = "windows_x86_64_gnu"
|
|
743
|
-
version = "0.52.6"
|
|
744
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
745
|
-
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
746
|
-
|
|
747
|
-
[[package]]
|
|
748
|
-
name = "windows_x86_64_gnullvm"
|
|
749
|
-
version = "0.52.6"
|
|
750
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
751
|
-
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
752
|
-
|
|
753
|
-
[[package]]
|
|
754
|
-
name = "windows_x86_64_msvc"
|
|
755
|
-
version = "0.52.6"
|
|
756
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
757
|
-
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
758
|
-
|
|
759
|
-
[[package]]
|
|
760
|
-
name = "wit-bindgen"
|
|
761
|
-
version = "0.51.0"
|
|
762
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
763
|
-
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
764
|
-
dependencies = [
|
|
765
|
-
"wit-bindgen-rust-macro",
|
|
766
|
-
]
|
|
767
|
-
|
|
768
|
-
[[package]]
|
|
769
|
-
name = "wit-bindgen-core"
|
|
770
|
-
version = "0.51.0"
|
|
771
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
772
|
-
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
|
773
|
-
dependencies = [
|
|
774
|
-
"anyhow",
|
|
775
|
-
"heck",
|
|
776
|
-
"wit-parser",
|
|
777
|
-
]
|
|
778
|
-
|
|
779
|
-
[[package]]
|
|
780
|
-
name = "wit-bindgen-rust"
|
|
781
|
-
version = "0.51.0"
|
|
782
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
783
|
-
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
|
784
|
-
dependencies = [
|
|
785
|
-
"anyhow",
|
|
786
|
-
"heck",
|
|
787
|
-
"indexmap",
|
|
788
|
-
"prettyplease",
|
|
789
|
-
"syn",
|
|
790
|
-
"wasm-metadata",
|
|
791
|
-
"wit-bindgen-core",
|
|
792
|
-
"wit-component",
|
|
793
|
-
]
|
|
794
|
-
|
|
795
|
-
[[package]]
|
|
796
|
-
name = "wit-bindgen-rust-macro"
|
|
797
|
-
version = "0.51.0"
|
|
798
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
799
|
-
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
|
800
|
-
dependencies = [
|
|
801
|
-
"anyhow",
|
|
802
|
-
"prettyplease",
|
|
803
|
-
"proc-macro2",
|
|
804
|
-
"quote",
|
|
805
|
-
"syn",
|
|
806
|
-
"wit-bindgen-core",
|
|
807
|
-
"wit-bindgen-rust",
|
|
808
|
-
]
|
|
809
|
-
|
|
810
|
-
[[package]]
|
|
811
|
-
name = "wit-component"
|
|
812
|
-
version = "0.244.0"
|
|
813
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
814
|
-
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
|
815
|
-
dependencies = [
|
|
816
|
-
"anyhow",
|
|
817
|
-
"bitflags 2.11.0",
|
|
818
|
-
"indexmap",
|
|
819
|
-
"log",
|
|
820
|
-
"serde",
|
|
821
|
-
"serde_derive",
|
|
822
|
-
"serde_json",
|
|
823
|
-
"wasm-encoder",
|
|
824
|
-
"wasm-metadata",
|
|
825
|
-
"wasmparser",
|
|
826
|
-
"wit-parser",
|
|
827
|
-
]
|
|
828
|
-
|
|
829
|
-
[[package]]
|
|
830
|
-
name = "wit-parser"
|
|
831
|
-
version = "0.244.0"
|
|
832
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
833
|
-
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
|
834
|
-
dependencies = [
|
|
835
|
-
"anyhow",
|
|
836
|
-
"id-arena",
|
|
837
|
-
"indexmap",
|
|
838
|
-
"log",
|
|
839
|
-
"semver",
|
|
840
|
-
"serde",
|
|
841
|
-
"serde_derive",
|
|
842
|
-
"serde_json",
|
|
843
|
-
"unicode-xid",
|
|
844
|
-
"wasmparser",
|
|
845
|
-
]
|
|
846
|
-
|
|
847
|
-
[[package]]
|
|
848
|
-
name = "zmij"
|
|
849
|
-
version = "1.0.21"
|
|
850
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
851
|
-
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|